Get Order Items
GET/v2/orders/:orderID/items
Use this endpoint to retrieve order items.
Includes
You can include related resources with the order items response by using the include
query parameter.
Name | Required | Type | Description |
---|---|---|---|
include | Optional | string | Comma-delimited string of entities that can be included. The included options are tax_items , custom_discounts , or promotions . |
Request
Responses
- 200