Calculate Taxes Line Item Input
税品目の入力を計算します。
- JSON の例
-
1{ 2 "lineId": "lineId1", 3 "productId": "01txx0000006pTkAAI", 4 "quantity": "1", 5 "unitPrice": "100", 6 "totalPrice": "100", 7 "adjustments": [ 8 { 9 "id": "lineAdjustment1", 10 "type": "promotional", 11 "amount": "-10" 12 }, 13 { 14 "id": "lineAdjustment2", 15 "type": "tiered", 16 "amount": "-5" 17 } 18 ] 19} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン lineId String 品目 ID。 必須 58.0 productId String 商品 ID。 必須 58.0 quantity String 商品の数量。 必須 58.0 unitPrice String 商品の単価。 必須 58.0 totalPrice String 品目の合計価格。 必須 58.0 adjustments Line Adjustment Input[] 調整入力のリスト。 省略可能 58.0