Interface ShippingChangeRejectionResponse

Shipping address change rejection response.

interface ShippingChangeRejectionResponse {
    rejectionReason:
        | "COUNTRY_NOT_SUPPORTED"
        | "POSTAL_CODE_NOT_SUPPORTED"
        | "CITY_NOT_SUPPORTED"
        | "REGION_NOT_SUPPORTED"
        | "ADDRESS_NOT_SUPPORTED";
}

Properties

Properties

rejectionReason:
    | "COUNTRY_NOT_SUPPORTED"
    | "POSTAL_CODE_NOT_SUPPORTED"
    | "CITY_NOT_SUPPORTED"
    | "REGION_NOT_SUPPORTED"
    | "ADDRESS_NOT_SUPPORTED"