OCI Location Group Check Availability Input

Information needed to check inventory availability in a location group.
Root XML tag
<LocationGroupCheckAvailabilityInput>
JSON example
1{
2      "locationGroupId": "0ghxx000000001dAAA",
3      "includeInventoryLevel": false,
4      "products": [
5        {
6          "product2Id": "01txx0000006i67AAA",
7          "quantity": 100
8        },
9        {
10          "product2Id": "01txx0000006i68AAA",
11          "quantity": 400
12        }
13      ]
14    }
Properties
Name Type Description Required or Optional Available Version
includeInventoryLevel Boolean Include inventory levels. Optional 60.0
locationGroupId String Location group ID. Required 60.0
products OCI Product Check Availability Input[] List of products in inventory. Required 60.0