Get Order
Orders
Get Order
Retrieve a single order with vendor-scoped line items
GET
Get Order
V2 Alpha — This endpoint is part of the V2 API preview. Breaking changes may occur.
Overview
Retrieve detailed information for a single order, scoped to the authenticated vendor. The response includes only line items belonging to the vendor and indicates vendor scoping via theisVendorScoped flag. The orderId parameter accepts either a MongoDB ObjectId or a numeric Shopify order ID.
Vendor Token Required — This endpoint requires a vendor-scoped JWT token. Merchant tokens will receive a 403 error.
Use Cases
- Order detail view — Display full order breakdown in a vendor portal
- Payout reconciliation — Check vendor earnings for a specific order
- Fulfillment planning — See which vendor line items need fulfillment
Path Parameters
The order’s MongoDB ObjectId or numeric Shopify order ID.
Response
200
Error Response
404