Get Inventory Allocation Output

Returns the allocation status, quantities, and source locations for all line items associated with a given entity.
JSON example
1{
2  "isSuccess": true,
3  "errorCode": null,
4  "errorMessage": null,
5  "errorDetails": [],
6  "allocationData": [],
7  "meta": {
8    "pageNumber": 1,
9    "pageSize": 10,
10    "hasNext": false
11  }
12}
Property Name Type Description Filter Group and Version Available Version
allocationData Get Inventory Allocation Line Item Data[] List of allocation data associated to the sourceId. Big, 66.0 66.0
errorCode String The code of the error due to which the request failed. Big, 66.0 66.0
errorDetails String[] List of detailed error information if the operation failed. 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
meta Pagination Meta[] Pagination data related to the API response. Big, 66.0 66.0