Problems with ups shipping
-
Hi, I have done all the configuration steps of the application and I get these two errors
1- [UPS] No rate returned for service code 11, The requested service is invalid from the selected origin. (UPS code: 111100)
2- [UPS] No rate returned for service code 08, The requested service is unavailable between the selected locations. (UPS code: 111210)
I have reviewed the data several times and still leave these errors thank you very much for your help
Error 1 Here I leave the code of what the Debug Mode
UPS REQUEST:
<?xml version=”1.0″ ?>
<AccessRequest xml:lang=’en-US’>
<AccessLicenseNumber>xxxxxxxxxxx;/AccessLicenseNumber>
<UserId>xxxxxxxxxxx;/UserId>
<Password>xxxxxxxx;/Password>
</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>
<CustomerClassification>
99
</CustomerClassification>
<Shipment>
<Description>WooCommerce Rate Request</Description>
<Shipper>
<ShipperNumber>xxxxxxx;/ShipperNumber>
<Address>
<AddressLine></AddressLine>
<City>miami</City>
<PostalCode>33130</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipTo>
<Address>
<StateProvinceCode>FL</StateProvinceCode>
<City>ORLANDO</City>
<PostalCode>32821</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipTo>
<ShipFrom>
<Address>
<AddressLine></AddressLine>
<City>miami</City>
<PostalCode>33130</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipFrom>
<Service>
11
</Service>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<Dimensions>
<UnitOfMeasurement>
IN
</UnitOfMeasurement>
<Length>10.00</Length>
<Width>10.00</Width>
<Height>10.00</Height>
</Dimensions>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>1</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>111100</ErrorCode><ErrorDescription>The requested service is invalid from the selected origin.</ErrorDescription></Error></Response></RatingServiceSelectionResponse>////////////////////////////////////////////////////
Error 2 Here I leave the code of what the Debug Mode
UPS REQUEST:
<?xml version=”1.0″ ?>
<AccessRequest xml:lang=’en-US’>
<AccessLicenseNumber>xxxxxxxxxxx</AccessLicenseNumber>
<UserId>xxxxxxxxxxx</UserId>
<Password>xxxxxxxxx</Password>
</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>
<CustomerClassification>
99
</CustomerClassification>
<Shipment>
<Description>WooCommerce Rate Request</Description>
<Shipper>
<ShipperNumber>xxxxxxxx;/ShipperNumber>
<Address>
<AddressLine></AddressLine>
<City>miami</City>
<PostalCode>33130</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipTo>
<Address>
<StateProvinceCode>FL</StateProvinceCode>
<City>ORLANDO</City>
<PostalCode>32821</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipTo>
<ShipFrom>
<Address>
<AddressLine></AddressLine>
<City>miami</City>
<PostalCode>33130</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipFrom>
<Service>
08
</Service>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<Dimensions>
<UnitOfMeasurement>
IN
</UnitOfMeasurement>
<Length>10.00</Length>
<Width>10.00</Width>
<Height>10.00</Height>
</Dimensions>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>1</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> -
What is the address of the website you have a question about?
Is it hosted here at wordpress.com?This site supports websites that are hosted here at wordpress.com. There are different versions of WordPress and different support sites for those versions. See this document:
If you are not hosted here at WordPress.com and are using the WordPress.org version, get support at https://wordpress.org/support/
If you are using a plugin that is causing difficulty, you might seek help from the developers of the problem plugin.
If you ARE hosted here at WordPress.com, please provide your site URL.
- The topic ‘Problems with ups shipping’ is closed to new replies.