Skip to main content

shippingDetails

shipMethodstring

This is the method of shipment. Possible values are:

  • N – Next Day/Overnight
  • T – Two-Day Service
  • C – Lowest Cost
  • O – Other
  • S – Same Day
Example: Vishnu
streetstring

This is the recipient's street address.

Possible values: <= 50 characters

Example: 20735 Stevens Creek Blvd
street2string

This is the second line of the street address in the shipping address, if required (e.g., apartment number).

Possible values: <= 255 characters

Example: Montessori
citystring

This is the city in which the recipient resides.

Possible values: <= 40 characters

Example: Cupertino
statestring

This is the state/province/region in which the recipient lives.

Possible values: >= 2 characters and <= 40 characters

Example: ON
countrystring

This is the country where the address is located. See Country Codes.

Possible values: >= 2 characters and <= 2 characters

Example: CA
zipstring

This is the recipient's postal/zip code.

Possible values: <= 10 characters

Example: 95014
shippingDetails
{
"shipMethod": "Vishnu",
"street": "20735 Stevens Creek Blvd",
"street2": "Montessori",
"city": "Cupertino",
"state": "ON",
"country": "CA",
"zip": "95014"
}