This endpoint returns complete item details including product information, pricing breakdown, modifications, and fulfillment status.
Path Parameters
The unique identifier of the order containing the item
The unique identifier of the specific order item to retrieve
Response
Unique order item identifier
Quantity of this item ordered
Item-specific preparation instructions
Price per unit for this item
Total price for this item (quantity × unit price)
Product name as displayed in store
Product description
Product category classification
Item size specification (if applicable)
Complete product information
Item modifications or customizations applied
Current fulfillment status for this specific item
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.
Image Handling: Product images are returned as URLs. Always check if the image URL is valid before displaying to avoid broken image links.
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
Performance: Use this endpoint sparingly for individual item lookups. For bulk item information, use the “Get All Order Items” endpoint instead.