Skip to main content
GET
Get products by IDs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

productIds
string[]
required

Array of product IDs to retrieve (1-100 items)

Required array length: 1 - 100 elements
Required string length: 1 - 100

Response

Successful response with list of products by IDs

status
string
Example:

"success"

data
object[]