Place Order Response
Output representation of the request to create or update an order.
- JSON example
-
{ "requestId": "16PRM0000004DBq", "orderId": "801S70000001VKgIAM", "success": true, "errors": [], "statusURL": "/services/data/vXX.X/sobjects/AsyncOperationTracker/16PRM0000004DBq" }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
errors | Place OrderErrorResponse[] | List of errors encountered during the synchronous processing. | Small, 60.0 | 60.0 |
orderId | String | ID of the order created after a successful request. | Small, 60.0 | 60.0 |
requestId | String | Request ID of the process to query asynchronous status of the place order API. | Small, 60.0 | 60.0 |
statusURL | String | Asynchronous status URL of the request, if available. | Small, 60.0 | 60.0 |
success | Boolean | Indicates whether the synchronous part of the processing is successful (true) or not (false). | Small, 60.0 | 60.0 |