Delivery Address Input
Delivery address.
While each field is optional, at least one combination (latitude and longitude, country and postal code, or city, state, and country) must be included. The fields can't be left empty.
- Root XML tag
- deliveryAddress
- JSON example
-
{ "shippingCarrier": { "externalReference": "UPS001", "shippingCarrierMethods": [ { "externalReference": "UPSGround001" }, { "externalReference": "UPSAIR001" } ] }, "locations": [ "California" ], "products": [ { "stockKeepingUnit": "SKU01", "quantity": 5 } ], "deliveryAddress": { "country": "USA", "state": "CA", "city": "San Francisco", "postalCode": "00000", "latitude": 30.123, "longitude": 100.123 } }
- Properties
-