Fulfillment Orders, Create Multiple Invoices
- Resource
-
/commerce/fulfillment/fulfillment-orders/actions/create-multiple-invoices
- Available version
- 52.0
- HTTP methods
- POST
- Request body for POST
-
Multiple Fulfillment Order Invoices Input
- Root XML tag
- <multipleFulfillmentOrderInvoicesInput>
- JSON example
-
{ "fulfillmentOrderIds": ["0a3xx00000000W1", "0a3xx00000000W2", "0a3xx00000000W3"] }
- Properties
-
Name Type Description Required or Optional Available Version fulfillmentOrderIds String[] List of IDs of FulfillmentOrders to create Invoices for. Required 52.0
- Response body for POST
-
- When the HTTP status code indicates success, the response body is a Multiple Fulfillment Order Invoices 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 Invoices Output, and the value of the enhancedErrorType property can be ignored.