Fetches a batch of products by their ID.
productByID
ProductsByIDsResponse
query { productsByIds(input: [ { id: "B00A2KD8NY" marketplace: AMAZON }, { id: "B0BB6KNCKT" marketplace: AMAZON } ]) { products { __typename title url } errors { code field message } } }
{ "data": { "productsByIds": { "products": [ { "__typename": "AmazonProduct", "title": "OXO Good Grips 3-in-1 Egg Separator, White/Yellow 1 Count (Pack of 1)", "url": "https://www.amazon.com/OXO-Good-Grips-Separator-White/dp/B00A2KD8NY" }, { "__typename": "AmazonProduct", "title": "Mkeke for iPhone 14 Pro Case Clear, [Military Grade Protection] [Not Yellowing] Shockproof Phone Case for Apple iPhone 14 Pro 2022", "url": "https://www.amazon.com/Mkeke-Military-Protection-Yellowing-Shockproof/dp/B0BB6KNCKT" } ], "errors": [] } } }
productsByDomainV2
Was this page helpful?