OCI Future Stock Single Input

An expected future inventory restock for one product.
Root XML tag
<futureStockSingle>
JSON example
{
  "records": [
    {
      "externalRefId": "7282822-9823-aaa",
      "futureStock": [
        {
          "expectedDate": "2019-08-24T21:13:00Z",
          "quantity": 10.25
        }
      ],
      "attributeSet": {
        "groupEligibilityExclusion": [
          "GroupA",
          "GroupB"
        ]
      },
      "locationIdentifier": "warehouse5",
      "onHand": 1200.35,
      "stockKeepingUnit": 12.45,
      "sku": "sku123",
      "actionRequestId": "82251928-8863-488e-840b-2aebd10b57ba",
      "effectiveDate": "2019-07-24T21:13:00Z"
    }
  ]
}
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