Objects
ProductsByIDsResponse
The output returned from the productsByIds
query.
Fields
A list of products which match the provided product IDs. If a product could not be retrieved from our database successfully, then a null
value will be returned for that product.
A list of errors that occurred while handling the request. In general, there will be one entry in this list for each null
value inside the products
list.
Related queries
Was this page helpful?