OCI Future Stock Single Input

An expected future inventory restock for one product.
Root XML tag
<futureStockSingle>
JSON example
1{
2  "records": [
3    {
4      "externalRefId": "7282822-9823-aaa",
5      "futureStock": [
6        {
7          "expectedDate": "2019-08-24T21:13:00Z",
8          "quantity": 10.25
9        }
10      ],
11      "attributeSet": {
12        "groupEligibilityExclusion": [
13          "GroupA",
14          "GroupB"
15        ]
16      },
17      "locationIdentifier": "warehouse5",
18      "onHand": 1200.35,
19      "stockKeepingUnit": 12.45,
20      "sku": "sku123",
21      "actionRequestId": "82251928-8863-488e-840b-2aebd10b57ba",
22      "effectiveDate": "2019-07-24T21:13:00Z"
23    }
24  ]
25}
Properties
Name Type Description Required or Optional Available Version
expectedDate String Date when the future inventory is expected. Required 62.0
quantity Double Quantity of the future inventory. Required 62.0