Inventory Allocation Output
Output representation for inventory allocation.
- JSON example
-
1{ 2 "isSuccess": true, 3 "errorCode": "", 4 "errorMessage": "", 5 "errorDetails": [] 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errorCode | String | The code of the error due to which the request failed. | Big, 66.0 | 66.0 |
| errorDetails | String[] | List of error details. | Big, 66.0 | 66.0 |
| errorMessage | String | The details of the error if the operation failed. | Big, 66.0 | 66.0 |
| isSuccess | Boolean | Indicates if the operation was successful (true) or not (false). | Big, 66.0 | 66.0 |