GET orders/{orderKey}/cn23
Get the CN23 label for the given order
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 the CN23 label for the given order
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": []
}