shippingDetails
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
Vishnu
This is the recipient's street address.
Possible values: <= 50 characters
20735 Stevens Creek Blvd
This is the second line of the street address in the shipping address, if required (e.g., apartment number).
Possible values: <= 255 characters
Montessori
This is the city in which the recipient resides.
Possible values: <= 40 characters
Cupertino
This is the state/province/region in which the recipient lives.
-
For Canada see Province Codes
-
For the United States see State Code
-
Other countries have no restrictions.
Possible values: >= 2 characters
and <= 40 characters
ON
This is the country where the address is located. See Country Codes.
Possible values: >= 2 characters
and <= 2 characters
CA
This is the recipient's postal/zip code.
Possible values: <= 10 characters
95014
{
"shipMethod": "Vishnu",
"street": "20735 Stevens Creek Blvd",
"street2": "Montessori",
"city": "Cupertino",
"state": "ON",
"country": "CA",
"zip": "95014"
}