Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter cjaegerpenn

    (@cjaegerpenn)

    [UPS] No rate returned for service code 11, The requested service is invalid from the selected origin. (UPS code: 111100)
    [UPS] No rate returned for service code 07, The requested service is unavailable between the selected locations. (UPS code: 111210)
    [UPS] No rate returned for service code 54, The requested service is invalid from the selected origin. (UPS code: 111100)
    [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 65, The requested service is invalid from the selected origin. (UPS code: 111100)
    [UPS] No rate returned for service code 92, Shippers UPS Account is not enabled for the requested SurePost service. (UPS code: 112077)
    [UPS] No rate returned for service code 93, Shippers UPS Account is not enabled for the requested SurePost service. (UPS code: 112077)
    [UPS] No rate returned for service code 94, Shippers UPS Account is not enabled for the requested SurePost service. (UPS code: 112077)
    [UPS] No rate returned for service code 95, Shippers UPS Account is not enabled for the requested SurePost service. (UPS code: 112077)

    Hi Cjaegerpenn,

    Sorry for the trouble. This is the first time we are getting this type of error being reported. We will fix this asap.

    The message in the debug mode says that listed services are not available. Request you to try the UPS calculator to know the available services.

    The issue is resolved in the latest version 1.1.4.

    Thread Starter cjaegerpenn

    (@cjaegerpenn)

    Working great now.
    Thank you!

    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>

    • This reply was modified 7 years, 9 months ago by oliverio76.
    • This reply was modified 7 years, 9 months ago by oliverio76.

    Hi Oliverio76,

    I checked the details you provided. The API return no rate for service 11 (UPS Standard) and 08 (Worldwide Expedited).

    Could you please make sure the services are available between the source and destination.
    Also, try with activating more services from plugin settings page.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Undefined property: WF_Shipping_UPS’ is closed to new replies.