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.

Inventory Deallocation Output

Output representation to cancel product item allocations.
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 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