Resolve order item ids by source
POST/v2/orders/items/search/id
Resolves a list of external (source, sourceId) pairs to internal order item identifiers.
Intended for cross-service lookups (e.g. attribute-service) that only know an order item by its external source identifier.
For each requested pair, the response contains either the resolved internal id or an ERROR describing why it could not be resolved (e.g. no matching order item for the current tenant).
Request
Responses
- 200
- 400
- 401
- 403
- 500
Source lookup completed. Check each entry for a resolved id or an ERROR.
Invalid request body
Authentication required - invalid or missing access token
Insufficient permissions to search order items
Internal server error occurred during order item source search