ReDoc documentation

order/{orderId}/invoice

order/{orderId}/invoice

post/V1/order/{orderId}/invoice
Request
path Parameters
orderId
required
integer
Request Body schema:
appendComment
boolean
object (sales-data-invoice-creation-arguments-interface)

Interface for creation arguments for Invoice.

capture
boolean
object (sales-data-invoice-comment-creation-interface)

Interface InvoiceCommentCreationInterface

Array of objects (sales-data-invoice-item-creation-interface)
notify
boolean
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "capture": true,
  • "items": [
    ],
  • "notify": true,
  • "appendComment": true,
  • "comment": {
    },
  • "arguments": {
    }
}
Response samples
0
0