Newer Version Available

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

OCI Location Check Availability Input

Information needed to check inventory availability at an individual location.
Root XML tag
<LocationCheckAvailabilityInput>
JSON example
1{
2      "locationId": "131xx0000004FwPAAU",
3      "includeInventoryLevel": false,
4      "products": [
5        {
6          "product2Id": "01txx0000006i65AAA",
7          "quantity": 10
8        },
9        {
10          "product2Id": "01txx0000006i66AAA",
11          "quantity": 11
12        }
13      ]
14    }
Properties
Name Type Description Required or Optional Available Version
includeInventoryLevel Boolean Include inventory levels. Optional 60.0
locationId String Location ID. Required 60.0
products OCI Product Check Availability Input List of products in inventory. Required 60.0