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 Actions Item Input

Input representation to perform the inventory product transfer.
JSON example
1{
2  "serializedProductId": "0jRxx000000009hEAA",
3  "sourceLocationId": "131xx0000004FoLAAU",
4  "destinationLocationId": "131xx0000004FpxAAE"
5}
Properties
Name Type Description Required or Optional Available Version
destinationLocationId String ID of the location to which a serialized product is transferred. Required 59.0
serializedProductId String ID of the serialized product that is to be transferred from the source to destination. Required 59.0
sourceLocationId String ID of the location from where a serialized product is to be transferred to its destination. Required 59.0