Errors 1012022 & 1050072ΒΆ

Example:

{
    "errorCode": "1012022",
    "errorDescription": "AddressLines field cannot exceed 79 characters for shipTo Address",
    "additionalInfo": " Address line field exceeds allowed limit for shipTo Address"
}

Example:

{
    "errorCode": "1050072",
    "errorDescription": "AddressLine length of recipient cannot exceed 40 characters",
    "additionalInfo": "AddressLine length cannot exceed 40 characters"
}

An addressLines array may have up to three array items, and a single item in the array may have up to 40 characters. However, the combination of all the items in the array cannot exceed 79 characters. Character count includes spaces and commas.

Note that the cityTown, stateProvince, postalCode, and countryCode fields are considered separately. Each can have up to 40 characters. The 40-character count includes spaces and commas.


Back to Error Codes.