Newer Version Available
Checkout Input
- Root XML tag
- <checkout>
- JSON example
-
1{ 2 "deliveryAddress": { 3 "region": "CA", 4 "country": "US", 5 "city": "San Francisco", 6 "street": "415 Mission St", 7 "postalCode": "94105" 8 }, 9 "desiredDeliveryDate": "2021-05-28T16:41:41.090Z", 10 "shippingInstructions": "type code 1234 on gate keypad" 11} - Properties
-
Name Type Description Required or Optional Available Version contactInfo Contact Information Input Contact information for the checkout. Optional 55.0 deliveryAddress Checkout Address Input Shipping address for the checkout. Optional 55.0 deliveryMethodId String Delivery method ID for the checkout. Optional 55.0 desiredDeliveryDate String Desired delivery date for the checkout. Optional 55.0 shippingInstructions String Special shipping instructions for the checkout. Optional 55.0