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
- 200
- 401
- 403
- 404
Order item found
Authentication required - invalid or missing access token
Insufficient permissions to access this order item
Order item not found with the specified ID for the current tenant