Queries
productsByIds
Fetches a batch of products by their ID.
This query works similarly to productByID
, except it allows you to fetch products in bulk instead of one-at-a-time.
Arguments
input
required
The list of product IDs you want to fetch from our product catalog.
This query supports retrieving up to 25 products per request.
Returns
ProductsByIDsResponse.*
Any requested field from the ProductsByIDsResponse
object.
Example - request
Example - response
Related mutations
Was this page helpful?