GET orders/{orderKey}/commercial-invoice
Get a commercial invoice for this order, if necessary and available
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderKey | Unique identifier - either OrderNumber or OrderGuid | string | Required |
Body Parameters
None.
Response Information
Resource Description
Get a commercial invoice for this order, if necessary and available
OrderLabelResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeLimitedUrl | string | None. | |
| ErrorMessages | If anything goes wrong with the operation, error messages will appear here in a human readable format | Collection of string | None. |
| Message | A single human readable message | string | None. |
| ErrorCode | A machine readable error code | string | None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorMessages": []
}