Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Inventory Allocation Location

Individual location ID with allocated quantity.
JSON example
1{
2  "allocatedQuantity": 10,
3  "sourceLocationId": "131SG000001ErblYAC",
4  "unbatchedSerializedProductIds": ["0SPRG0000008AA1AI", "0SPRG0000008AA2AI"]
5}
Properties
Name Type Description Required or Optional Available Version
allocatedQuantity Double Quantity allocated from the source location. Required if the product is unbatched and non-serialized. 66.0
sourceLocationId String The ID of the source location receiving the inventory. Required 66.0
unbatchedSerializedProductIds String[] List of serialized product IDs for non-batched serialized product items. Required with non-batched serialized products only. 67.0