Error 1021141

{
    "errorCode": "1021141",
    "errorDescription": "Invalid combination of Service Id and Parcel type.",
    "additionalInfo": "Invalid Rate Type."
}

Carriers allow specific combinations of service (serviceId) and parcel type (parcelType). This error occurs when an incorrect combination is used.

Use the Get Carrier Rules API to retrieve the carrier’s shipment rules, including the available services and parcel types. Apply the rules in your application.

See also the carrier page of the carrier you are using.


Back to Error Codes.