Orders
Retrieve an order invoice
The endpoint returns an order invoice.
get/v1/orders/{id}/invoice/
Response
Example response
{
"status": "success",
"created_at": "2022-05-04T11:30:00Z",
"updated_at": "2022-05-04T11:30:00Z"
}Changes
Changed in 1 of the 11 revisions of this API.1
- ○
added the non-success response with the status
404response-non-success-status-added
- ○