Checkout Input
- ルート XML タグ
- <checkout>
- JSON の例
-
1{ 2 "deliveryAddress": { 3 "name": "Alan Johnson", 4 "firstName": "Alan", 5 "lastName": "Johnson", 6 "region": "CA", 7 "country": "US", 8 "city": "San Francisco", 9 "street": "415 Mission St", 10 "postalCode": "94105" 11 }, 12 "desiredDeliveryDate": "2021-05-28T16:41:41.090Z", 13 "shippingInstructions": "type code 1234 on gate keypad" 14} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン contactInfo Contact Information Input チェックアウトの取引先責任者情報。 省略可能 55.0 deliveryAddress Checkout Address Input チェックアウトの納入先住所。 省略可能 55.0 deliveryMethodId String チェックアウトの配送方法 ID。 省略可能 55.0 desiredDeliveryDate String チェックアウトの希望配送日。 省略可能 55.0 shippingInstructions String チェックアウトの配送特別指示。 省略可能 55.0