• Resolved Reyad86

    (@reyad86)


    Hi, i’m tryng to set up the free UPS Plugin
    I’ve correctly set up apis and now I get real time shipping cost calculation.
    There is an huge difference between the cost in the UPS
    I’m tryng to set up an Italy to Italy shipment (From Palermo, my City, to Rome) but it doesn’t seems to show the right numbers.

    Please, can you give a check?

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    65
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>1</ResponseStatusCode><ResponseStatusDescription>Success</ResponseStatusDescription></Response><RatedShipment><Service>65</Service><RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning><BillingWeight><UnitOfMeasurement>KGS</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight><TransportationCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>36.00</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>36.00</MonetaryValue></TotalCharges><GuaranteedDaysToDelivery>1</GuaranteedDaysToDelivery><ScheduledDeliveryTime/><RatedPackage><TransportationCharges><CurrencyCode/><MonetaryValue/></TransportationCharges><ServiceOptionsCharges><CurrencyCode/><MonetaryValue/></ServiceOptionsCharges><TotalCharges><CurrencyCode/><MonetaryValue/></TotalCharges><Weight>0.6</Weight><BillingWeight><UnitOfMeasurement><Code/></UnitOfMeasurement><Weight/></BillingWeight></RatedPackage></RatedShipment></RatingServiceSelectionResponse>

    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    07
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>111217</ErrorCode><ErrorDescription>The requested service is unavailable between the selected locations.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>

    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    08
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>111210</ErrorCode><ErrorDescription>The requested service is unavailable between the selected locations.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>

    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    11
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>1</ResponseStatusCode><ResponseStatusDescription>Success</ResponseStatusDescription></Response><RatedShipment><Service>11</Service><RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning><BillingWeight><UnitOfMeasurement>KGS</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight><TransportationCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>34.45</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>34.45</MonetaryValue></TotalCharges><GuaranteedDaysToDelivery/><ScheduledDeliveryTime/><RatedPackage><TransportationCharges><CurrencyCode/><MonetaryValue/></TransportationCharges><ServiceOptionsCharges><CurrencyCode/><MonetaryValue/></ServiceOptionsCharges><TotalCharges><CurrencyCode/><MonetaryValue/></TotalCharges><Weight>0.6</Weight><BillingWeight><UnitOfMeasurement><Code/></UnitOfMeasurement><Weight/></BillingWeight></RatedPackage></RatedShipment></RatingServiceSelectionResponse>

    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    54
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>111217</ErrorCode><ErrorDescription>The requested service is unavailable between the selected locations.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>

    [UPS] No rate returned for service code 07, The requested service is unavailable between the selected locations. (UPS code: 111217)
    [UPS] No rate returned for service code 08, The requested service is unavailable between the selected locations. (UPS code: 111210)
    [UPS] No rate returned for service code 54, The requested service is unavailable between the selected locations. (UPS code: 111217)
    Hai un codice promozionale? Clicca qui per inserire il tuo codice promozionale
    UPS: Using cached response.
    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    65
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>1</ResponseStatusCode><ResponseStatusDescription>Success</ResponseStatusDescription></Response><RatedShipment><Service>65</Service><RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning><BillingWeight><UnitOfMeasurement>KGS</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight><TransportationCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>36.00</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>36.00</MonetaryValue></TotalCharges><GuaranteedDaysToDelivery>1</GuaranteedDaysToDelivery><ScheduledDeliveryTime/><RatedPackage><TransportationCharges><CurrencyCode/><MonetaryValue/></TransportationCharges><ServiceOptionsCharges><CurrencyCode/><MonetaryValue/></ServiceOptionsCharges><TotalCharges><CurrencyCode/><MonetaryValue/></TotalCharges><Weight>0.6</Weight><BillingWeight><UnitOfMeasurement><Code/></UnitOfMeasurement><Weight/></BillingWeight></RatedPackage></RatedShipment></RatingServiceSelectionResponse>

    UPS: Using cached response.
    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    07
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>111217</ErrorCode><ErrorDescription>The requested service is unavailable between the selected locations.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>

    UPS: Using cached response.
    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    08
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>111210</ErrorCode><ErrorDescription>The requested service is unavailable between the selected locations.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>

    UPS: Using cached response.
    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    11
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>1</ResponseStatusCode><ResponseStatusDescription>Success</ResponseStatusDescription></Response><RatedShipment><Service>11</Service><RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning><BillingWeight><UnitOfMeasurement>KGS</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight><TransportationCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>34.45</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>EUR</CurrencyCode><MonetaryValue>34.45</MonetaryValue></TotalCharges><GuaranteedDaysToDelivery/><ScheduledDeliveryTime/><RatedPackage><TransportationCharges><CurrencyCode/><MonetaryValue/></TransportationCharges><ServiceOptionsCharges><CurrencyCode/><MonetaryValue/></ServiceOptionsCharges><TotalCharges><CurrencyCode/><MonetaryValue/></TotalCharges><Weight>0.6</Weight><BillingWeight><UnitOfMeasurement><Code/></UnitOfMeasurement><Weight/></BillingWeight></RatedPackage></RatedShipment></RatingServiceSelectionResponse>

    UPS: Using cached response.
    UPS REQUEST:

    <?xml version=”1.0″ ?>
    <AccessRequest xml:lang=’en-US’>
    <AccessLicenseNumber>BD162A70804E3B18</AccessLicenseNumber>

    </AccessRequest>
    <?xml version=”1.0″ ?>
    <RatingServiceSelectionRequest>
    <Request>
    <TransactionReference>
    <CustomerContext>Rating and Service</CustomerContext>
    <XpciVersion>1.0</XpciVersion>
    </TransactionReference>
    <RequestAction>Rate</RequestAction>
    <RequestOption>Rate</RequestOption>
    </Request>
    <PickupType>
    01
    <Description>Daily Pickup</Description>
    </PickupType>
    <Shipment>
    <Description>WooCommerce Rate Request</Description>
    <Shipper>
    <ShipperNumber>263A8W</ShipperNumber>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </Shipper>
    <ShipTo>
    <Address>
    <StateProvinceCode>PA</StateProvinceCode>
    <City>CASTROVILLARI</City>
    <PostalCode>87012</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipTo>
    <ShipFrom>
    <Address>
    <AddressLine></AddressLine>
    <City>Palermo</City>
    <PostalCode>90146</PostalCode>
    <CountryCode>IT</CountryCode>
    </Address>
    </ShipFrom>
    <Service>
    54
    </Service>
    <Package>
    <PackagingType>
    02
    <Description>Package/customer supplied</Description>
    </PackagingType>
    <Description>Rate</Description>
    <Dimensions>
    <UnitOfMeasurement>
    CM
    </UnitOfMeasurement>
    <Length>20.00</Length>
    <Width>10.00</Width>
    <Height>10.00</Height>
    </Dimensions>
    <PackageWeight>
    <UnitOfMeasurement>
    KGS
    </UnitOfMeasurement>
    <Weight>0.6</Weight>
    </PackageWeight>
    </Package>
    </Shipment>
    </RatingServiceSelectionRequest>

    UPS RESPONSE:

    <?xml version=”1.0″?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>111217</ErrorCode><ErrorDescription>The requested service is unavailable between the selected locations.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>

    [UPS] No rate returned for service code 07, The requested service is unavailable between the selected locations. (UPS code: 111217)
    [UPS] No rate returned for service code 08, The requested service is unavailable between the selected locations. (UPS code: 111210)
    [UPS] No rate returned for service code 54, The requested service is unavailable between the selected locations. (UPS code: 111217)

    • This topic was modified 8 years, 2 months ago by Reyad86.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi Reyad,
    It is recommended to remove your credentials from the API requests before posting here. As this is a public forum.

    • This reply was modified 8 years, 2 months ago by mickeywf.
    Thread Starter Reyad86

    (@reyad86)

    Thank you, this is the right image links


    Hi Reyad,

    Now coming to the answer to your query –

    It seems that you are having multiple items in your cart.

    But In our basic version items is packed individually. As this plugin is for small business owners and most of those intends to have one item in cart at a time.

    So it is calculating shipping prices for each item individually. And you are getting the summed up rate.

    But in our premium version, you can have box packing functionality as well as weight based packing, where you can pack multiple items into single box.

    Thread Starter Reyad86

    (@reyad86)

    I know, in fact I will buy the full version for this.
    But.. I have only one item in my cart.

    Can you please send us your plugin settings page and product page (shipping tab) screenshot ? so we can analyze the issue better.

    Thread Starter Reyad86

    (@reyad86)

    • This reply was modified 8 years, 2 months ago by Reyad86.

    Hi Reyad,

    We have analyzed that issue.

    In this basic version of plugin you get rates with “Daily Pickup” Type. But in UPS calculator You get rates for ‘one time pickup’.

    If you go for premium version, there you will get an option to change your pickup type. Also you can change rate types, like retail rate, your account rate etc. So you will be able to match the rate , which you are searching for.

    Thread Starter Reyad86

    (@reyad86)

    Ok thank you, if I buy the account and the plugin doesn’t works can I have a refund?

    Don’t worry, we will provide you with the solution.

    We have a refund policy of 30 days.

    Thread Starter Reyad86

    (@reyad86)

    Don’t you think that small business users don’t need to calculate daily pickup rates? Maybe in future versions of plugin you should set “one time” as default setting.

    I’m going to purchase the plugin, thank you!

    UPS API is taking daily pickup as default and in the basic version, we are yet to provide the mechanism to change it.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Different rates between my site and ups calcolator (too high on site)’ is closed to new replies.