Check whether an order item's artifact CSV is available

Reports whether the cached CSV artifact for one order item exists yet, without transferring its body. Returns 200 when the artifact is available for download and 404 when it is not. Intended for polling before downloading via the artifact route. Only your own order items are accessible; any other order item resolves to 404.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

order_idintegerRequired<=9007199254740991
Order identifier.
item_idintegerRequired<=9007199254740991
Order item identifier.

Response

The artifact is available for download.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error