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 Addl Txn Output
Result of the additional product item transaction process.
- JSON example
-
1{ 2 "isSuccess": true, 3 "processedProductItemIds": ["sample-product-item-id-1", "sample-product-item-id-2"], 4 "unprocessedProductItemIds": [], 5 "errorCode": "", 6 "errorMessage": "" 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errorCode | String | The error code if the request or process fails. | Big, 67.0 | 67.0 |
| errorMessage | String | The detailed error message describing the failure. | Big, 67.0 | 67.0 |
| isSuccess | Boolean | Indicates whether the transaction process was successful. | Big, 67.0 | 67.0 |
| processedProductItemIds | String[] | List of product item IDs that were successfully processed. | Big, 67.0 | 67.0 |
| unprocessedProductItemIds | String[] | List of product item IDs that could not be processed. | Big, 67.0 | 67.0 |