Get Order
Orders
Get Order
Retrieve a specific order by ID
GET
Get Order
Retrieve detailed information about a specific order using its unique identifier.Documentation Index
Fetch the complete documentation index at: https://www.zinc.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
- order_id (required) - The UUID of the order to retrieve
Response
Returns a complete order object with:- id - Order UUID
- status - Current order status
- items - Array of order items with individual statuses
- shipping_address - Delivery address
- job_result - Detailed processing results (when available)
- created_at - Order creation timestamp
- updated_at - Last update timestamp
Item-Level Status
Each item in the order has its own status tracking:Job Results
For completed or failed orders, thejob_result field contains detailed information about the order processing, including:
- Success/failure status
- Retailer confirmation numbers
- Tracking information
- Error details (if failed)
Error Responses
- 404 Not Found - Order ID does not exist or you don’t have access to it
- 401 Unauthorized - Invalid or missing authentication
Authorizations
Zinc API key (Bearer zn_...)
Headers
Path Parameters
Response
Successful Response
Response model for order data.
Available options:
pending, in_progress, order_placed, order_failed, cancelled, cancelled_by_retailer 
