Newer Version Available
Fulfillment Orders, Create Multiple
- Resource
-
1/commerce/fulfillment/actions/create-multiple - Available version
- 50.0
- Requires Chatter
- No
- HTTP methods
- POST
- Request body for POST
-
Multiple Fulfillment Order Input
- Root XML tag
- <multipleFulfillmentOrderInput>
- JSON example
-
No content provided - Properties
-
Name Type Description Required or Optional Available Version fulfillmentOrders Fulfillment Order Input[] Each element contains the data to create one fulfillment order. Required 50.0
- Response body for POST
-
- When the HTTP status code indicates success, the response body is a Multiple Fulfillment Order Output. The response body can still indicate processing errors.
- When the HTTP status code is in the 400 (client error) or 500 (server error) range, the response body is an Error with Output. The output property is a Multiple Fulfillment Order Output, and the value of the enhancedErrorType property can be ignored.