この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

OCI Inventory Check Availability Input

個別のロケーションまたはグループロケーションの在庫状況を確認します。履行可能、注文可能、手持ちの数量情報を確認します。
ルート XML タグ
<InventoryCheckAvailabilityInput>
JSON の例 - ロケーション
1{
2  "locations": [
3    {
4      "locationId": "131xx0000004FwPAAU",
5      "includeInventoryLevel": false,
6      "products": [
7        {
8          "product2Id": "01txx0000006i65AAA",
9          "quantity": 10
10        },
11        {
12          "product2Id": "01txx0000006i66AAA",
13          "quantity": 11
14        }
15      ]
16    },
17    {
18      "locationId": "131xx1234567FwSAAU",
19      "includeInventoryLevel": false,
20      "products": [
21        {
22          "product2Id": "01txx0000006i67AAA",
23          "quantity": 100
24        },
25        {
26          "product2Id": "01txx0000006i68AAA",
27          "quantity": 400
28        }
29      ]
30    }
31  ],
32  "inventoryDimension": "AvailableToOrder"
33}
JSON の例 - ロケーショングループ
1{
2  "locationGroups": [
3    {
4      "locationGroupId": "0ghxx000000001eAAA",
5      "includeInventoryLevel": false,
6      "products": [
7        {
8          "product2Id": "01txx0000006i65AAA",
9          "quantity": 10
10        },
11        {
12          "product2Id": "01txx0000006i66AAA",
13          "quantity": 11
14        }
15      ]
16    },
17    {
18      "locationGroupId": "0ghxx000000001dAAA",
19      "includeInventoryLevel": false,
20      "products": [
21        {
22          "product2Id": "01txx0000006i67AAA",
23          "quantity": 100
24        },
25        {
26          "product2Id": "01txx0000006i68AAA",
27          "quantity": 400
28        }
29      ]
30    }
31  ],
32  "inventoryDimension": "AvailableToOrder"
33}
プロパティ
名前 説明 必須か省略可能 使用可能なバージョン
inventoryDimension String 確認する履行オプション。
  • 手持在庫: 利用可能な在庫。将来の在庫や予約済みの数量は含まれません。
  • 履行可能 (ATF): 今すぐ履行可能な在庫。
  • 注文可能 (ATO): 注文可能な在庫。ディメンションが選択されていない場合の既定のオプション。
省略可能 60.0
locationGroups OCI Location Group Check Availability Input[] ロケーショングループの在庫状況データのリスト。 locations が要求されていない場合は必須です。 60.0
locations OCI Location Check Availability Input[] 個々のロケーションの在庫状況データのリスト。 locationsGroups が要求されていない場合は必須です。 60.0