Skip to main content
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.
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

Order Item Not Found
Order Not Found
Access Denied

Use Cases

Customer Service
  • Answer customer questions about specific items
  • Check item-specific special instructions
  • Verify product details and pricing
Fulfillment Management
  • Check item preparation requirements
  • Review modification details
  • Track individual item status
Inventory Tracking
  • Verify product information accuracy
  • Check UPC codes for scanning
  • Monitor item-level demand
Quality Control
  • 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.