Resolve order ids by source
POST/v2/orders/search/id
Resolves a list of external (source, sourceId) pairs to internal order identifiers.
Intended for cross-service lookups (e.g. attribute-service) that only know an order 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 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 orders
Internal server error occurred during order source search