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 |