Get a product by lookup key
GET/products/:lookupKey/:lookupValue
Retrieve a single product using any supported lookup key. This endpoint supports multiple identification methods for flexible product retrieval across different integration scenarios.
Key Features
- Multiple Lookup Keys: Support for
id
,sourceId
+source
,sku
, andsupplierCode
+supplier
- Flexible Identification: Use the most appropriate lookup method for your integration
- Complete Product Data: Returns full product information including multi-language content
- Category Relationships: Includes parent category information
- Error Handling: Clear error responses for missing or ambiguous products
- Resource Expansion: Optional translation expansion for multi-language content
Note: When multiple products share the same lookup key, use additional query parameters (e.g., source
and language
) to uniquely identify the desired product.
Request
Responses
- 200
- 404
Get a product by lookup key - 200
Get a product by lookup key - 404