This query works similarly to productByID, except it allows you to fetch products in bulk instead of one-at-a-time.


Arguments

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