Hello,
We just tested it on your end and order information seem to be correctly sent to the UPS shipping platform :
<?xml version="1.0" ?>
<AccessRequest xml:lang='en-US'>
<AccessLicenseNumber>XXXXXXXXXXXXXXXXX</AccessLicenseNumber>
<UserId>xxxxxxxxxxxx</UserId>
<Password>xxxxxxxxxxx</Password>
</AccessRequest>
<?xml version="1.0" ?>
<RatingServiceSelectionRequest>
<Request>
<TransactionReference>
<CustomerContext>Rating and Service</CustomerContext>
<XpciVersion>1.0</XpciVersion>
</TransactionReference>
<RequestAction>Rate</RequestAction>
<RequestOption>shop</RequestOption>
</Request>
<PickupType>
<Code>01</Code>
<Description>Daily Pickup</Description>
</PickupType>
<Shipment>
<Description>Rate Shopping - Domestic</Description>
<Shipper>
<ShipperNumber>XXXXXXXX</ShipperNumber>
<Address>
<City>OH</City>
<PostalCode>45245-1904</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipTo>
<Address>
<City>Berverly hills</City>
<StateProvinceCode>CA</StateProvinceCode>
<PostalCode>90210</PostalCode>
<CountryCode>US</CountryCode>
<ResidentialAddressIndicator/>
</Address>
</ShipTo>
<ShipFrom>
<Address>
<City>OH</City>
<StateProvinceCode>OH</StateProvinceCode>
<PostalCode>45245-1904</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipFrom>
<RateInformation><NegotiatedRatesIndicator/></RateInformation>
<Package>
<PackagingType>
<Code>02</Code>
</PackagingType>
<Description>Shop</Description>
<Dimensions>
<UnitOfMeasurement>
<Code>IN</Code>
</UnitOfMeasurement>
<Length>40</Length>
<Width>22</Width>
<Height>55</Height>
</Dimensions>
<PackageWeight>
<UnitOfMeasurement>
<Code>LBS</Code>
</UnitOfMeasurement>
<Weight>43.999994374844</Weight>
</PackageWeight>
</Package>
<ShipmentServiceOptions />
</Shipment>
</RatingServiceSelectionRequest>
And here is the code received :
<?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>111050</ErrorCode><ErrorDescription>Package exceeds the maximum size total constraints of 165 inches (length + girth, where girth is 2 x width plus 2 x height).</ErrorDescription></Error></Response></RatingServiceSelectionResponse>
The best solution will probably be to directly ask more information about it to the UPS platform by providing the code sent to their platform and their response.
Best regards,
Mohamed Thelji.