Get products by IDs
Product
Get products by IDs
Retrieve multiple products by their product IDs.
Access Control:
- All authenticated users can retrieve products
Important Notes:
- Accepts 1-100 product IDs per request
- Returns products in the same order as the input IDs
- Product feature must be enabled in network settings
GET
Get products by IDs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Array of product IDs to retrieve (1-100 items)
Required array length:
1 - 100 elementsRequired string length:
1 - 100