Fulfillment Orders, Create Multiple Invoices

Create Invoices for multiple FulfillmentOrders.
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