Get Order Items
Order Items
Get Order Items
Retrieve detailed information for a specific item within an order including pricing, modifications, and special instructions.
GET
Get Order Items
This endpoint provides comprehensive details for a specific item within an order. Use this when you need detailed information about a particular order item for customer service, inventory tracking, or fulfillment purposes.
This endpoint returns complete item details including product information, pricing breakdown, modifications, and fulfillment status.
Path Parameters
string
required
The unique identifier of the order containing the item
string
required
The unique identifier of the specific order item to retrieve
Response
string
Unique order item identifier
integer
Quantity of this item ordered
string
Item-specific preparation instructions
string
Price per unit for this item
string
Total price for this item (quantity × unit price)
string
Product name as displayed in store
string
Product description
string
Product category classification
string
Item size specification (if applicable)
object
Complete product information
array
Item modifications or customizations applied
string
Current fulfillment status for this specific item
string
Internal notes for item preparation
Response Example
Item Status: The fulfillment_status field shows the specific status of this item within the order, which may differ from the overall order status.
Error Responses
Common Error Scenarios
Common Error Scenarios
Order Item Not FoundOrder Not FoundAccess Denied
Use Cases
Common Use Cases
Common Use Cases
Customer Service
- Answer customer questions about specific items
- Check item-specific special instructions
- Verify product details and pricing
- Check item preparation requirements
- Review modification details
- Track individual item status
- Verify product information accuracy
- Check UPC codes for scanning
- Monitor item-level demand
- Review preparation notes
- Check for special handling requirements
- Verify modifications were applied correctly

