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
VishnuThis is the recipient's street address.
Possible values: <= 50 characters
20735 Stevens Creek BlvdThis is the second line of the street address in the shipping address, if required (e.g., apartment number).
Possible values: <= 255 characters
MontessoriThis is the city in which the recipient resides.
Possible values: <= 40 characters
CupertinoThis 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
ONThis is the country where the address is located. See Country Codes.
Possible values: >= 2 characters and <= 2 characters
CAThis 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"
}