Promotion Cart Input
- JSON の例
-
1"cart": { 2 "cartItems": [ 3 { 4 "id": "id1", 5 "type": "Product", 6 "sku": "Tee Size L", 7 "quantity": 2, 8 "listPrice": 100, 9 "salesPrice": 100 10 }, 11 { 12 "id": "id2", 13 "type": "Product", 14 "sku": "Shorts Size L", 15 "quantity": 2, 16 "listPrice": 25, 17 "salesPrice": 25 18 }, 19 { 20 "id": "id3", 21 "type": "Product", 22 "sku": "Shoe Size 9", 23 "quantity": 2, 24 "listPrice": 25, 25 "salesPrice": 25 26 } 27 ] 28 } - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン cartItems PromotionCartItemInputRepresentation[] カート内の品目のコレクション。 必須 56.0 currencyIsoCode String カートに関連付けられてい��� 3 文字の ISO 4217 通貨コード。 マルチ通貨組織では必須 56.0 id String カートの ID。 省略可能 56.0