Newer Version Available

This content describes an older version of this product. View Latest

Checkout Input

Input for a Commerce store checkout.
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
contact​Info Contact Information Input Contact information for the checkout. Optional 55.0
delivery​Address Checkout Address Input Shipping address for the checkout. Optional 55.0
delivery​MethodId String Delivery method ID for the checkout. Optional 55.0
desired​Delivery​Date String Desired delivery date for the checkout. Optional 55.0
shipping​Instructions String Special shipping instructions for the checkout. Optional 55.0