GET orders/{orderKey}/invoice

Get an invoice for this order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderKey Unique identifier - either OrderNumber or OrderGuid string Required

Body Parameters

None.

Response Information

Resource Description

Get an invoice for this order

OrderLabelResponse
NameDescriptionTypeAdditional 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": []
}