Newer Version Available
Inventory Visibility Product Transfer Action
Returns the results for vehicle inventory transfer action search
based on the inventory visibility actions configuration defined by the admin.
- Resource
-
1/connect/inventory-visibility/actions - Example
-
1https://yourInstance.salesforce.com/services/data/v64.0/connect/inventory-visibility/actions - Available version
- 59.0
- Requires Chatter
- No
- HTTP methods
- POST
- Request parameters for POST
-
Parameter Name Type Description Required or Optional Available Version actionName String The name of the inventory action type. This list is based on the inventory visibility action configuration. Possible value is: - ProductTransfer
Required 59.0 - Request body for POST
-
- 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
- Response body for POST
- Inventory Actions Result