Fulfillment Orders, Create Invoice

Create an invoice for a FulfillmentOrder that doesn’t have one.
Resource
/commerce/fulfillment/fulfillment-orders/fulfillmentOrderId/actions/create-invoice
Available version
48.0
HTTP methods
POST
Request body for POST
Fulfillment Order Invoice Input
Root XML tag
<fulfillmentOrderInvoiceInput>
JSON example
{
}
Properties
None.
Response body for POST
  • When the HTTP status code indicates success, the response body is a Fulfillment Order Invoice 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 Fulfillment Order Invoice Output, and the value of the enhancedErrorType property can be ignored.