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 Query Input

Input representation to perform the inventory actions query.
JSON example
1{
2  "items": [
3    {
4      "serializedProductId": "0jRxx000000009hEAA",
5      "sourceLocationId": "131xx0000004FoLAAU",
6      "destinationLocationId": "131xx0000004FpxAAE"
7    },
8    {
9      "serializedProductId": "0jRxx00000000BJEAY",
10      "sourceLocationId": "131xx0000004FoLAAU",
11      "destinationLocationId": "131xx0000004FpxAAE"
12    },
13    {
14      "serializedProductId": "0jRxx00000000CvEAI",
15      "sourceLocationId": "131xx0000004FoLAAU",
16      "destinationLocationId": "131xx0000004FpxAAE"
17    }
18  ]
19}
Properties
Name Type Description Required or Optional Available Version
items Inventory Actions Item Input[] Details to perform the inventory product transfer. Required 59.0