Skip to main content

Get order item by ID

GET 

/v2/orders/items/id/:id

Retrieves a single order item by its internal numeric identifier, scoped to the current tenant.

Mirrors GET /v2/orders/id/:id for orders. Intended for cross-service existence checks — e.g. attribute-service validating an orderItemId before attaching an attribute to it — so that an attribute can never be attached to an order item that does not exist.

Request

Responses

Order item found