Retrieve the latest version of an order
Retrieves the latest signed and compressed version of an order.
URL
GET https://your-web-service.com/v1/orders/{orderTypeIdentifier}/{orderIdentifier}Path Parameters
| Name | Type | Description |
|---|---|---|
orderIdentifier Required | string | The order identifier. This value corresponds to the value of the |
orderTypeIdentifier Required | string | The order type identifier of the order. This value corresponds to the value of the |
Header Parameters
| Name | Type | Description |
|---|---|---|
Authorization Required | string | The authentication for an order. The scheme is |
If-Modified-Since Optional | string | If available, the most recent |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/vnd.apple.finance.order | The request was successful and the response includes the Order data as payload. | |
| 304 | Not Modified | The request wasn’t modified since it was last loaded. | |
| 401 | Request Not Authorized | The request isn’t authorized. |
Discussion
The device uses this endpoint for both initial and subsequent attempts to retrieve an order. Make sure you support standard HTTP caching on this endpoint.