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.
Process Additional Transaction (POST)
Processes additional transactions for product items in manual synchronization
scenarios.
- Resource
-
1/connect/inventory/process-additional-transaction - Resource example
-
1https://yourInstance.salesforce.com/services/data/v67.0/connect/inventory/process-additional-transaction - Available version
- 67.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "productItemIds": [ 3 "sample-product-item-id-1", 4 "sample-product-item-id-2" 5 ] 6} - Properties
-
Name Type Description Required or Optional Available Version productItemIds String[] List of product item IDs for which additional transactions need to be processed. Required 67.0
- Response body for POST
- Process Addl Txn Output