Upload an invoice or other document for an existing order.
The Upload Invoice endpoint is used to attach required documents to an order after it has been created. This is crucial for compliance and record-keeping. The request must be sent as multipart/form-data
.
This endpoint allows you to upload a document (like an invoice or air waybill), associated with an existing order.
Client app ID. You can find your app id in the merchant dashboard.
Client secret key. You can find your secret in the merchant dashboard.
Unique identifier of the order
Document upload request. The body must be multipart/form-data
.
The body is of type object
.
Document uploaded successfully
The response is of type object
.