productByID

Retrieve a Product by its ID. This includes some basic fields like title, and description. This is useful for displaying products on screens where you need to display products across marketplaces together. But, each product marketplace offers extra metadata and in order to expose that to developers, Rye uses GraphQL inline fragments to expose high-fidelity information about each item.

📘

AmazonProduct and ShopifyProduct returned by this query has similaries and differences that could be found in the spreadsheet


Arguments

input : ProductByIDInput!

An object containing the product ID.


Returns

Product.*: Product

Any requested field from an object which implements the Product interface.

📘

The query returns null if the product is not found in the inventory


Examples

query DemoAmazonShopifyProductFetch { amazonItem1: productByID(input: { id: "B07H2V5YLH", marketplace: AMAZON }) { id title marketplace description vendor url isAvailable tags images { url } variants { title } price { displayValue } ... on AmazonProduct { ASIN titleExcludingVariantName categories { name url } featureBullets parentID protectionPlans { title price { value currency displayValue } id } ratingsTotal reviewsTotal id marketplace title description vendor url price { value currency displayValue } isAvailable tags variants { title image { url ... on AmazonImage { position width height } } } subtitle { text url } videos { durationSeconds width height url thumbnailURL title } specifications { name value } color manufacturer weight firstAvailable dimensions modelNumber } } }
query DemoShopifyProductByID { productByID(input: { id: "6767362474059", marketplace: SHOPIFY }) { id marketplace title description vendor url isAvailable tags images { url } variants { title image { url ... on ShopifyImage { position width height } } } price { value currency displayValue } ... on ShopifyProduct { id marketplace title description vendor url price { value currency displayValue } isAvailable tags descriptionHTML collectionHandle handle maxPrice minPrice productType createdAt publishedAt storeCanonicalURL reviewsConnection(first: 5) { pageInfo { endCursor hasNextPage } edges { node { id body helpfulnessCount rating submittedAt reviewerDisplayName merchantReply } } } } } }
{ "data": { "amazonItem1": { "id": "B07H2V5YLH", "title": "Ailun Glass Screen Protector Compatible for iPhone 11/XR,6.1 Inch 3 Pack Tempered Glass", "marketplace": "AMAZON", "description": "", "vendor": "Ailun", "url": "https://www.amazon.com/AILUN-Protector-Compatible-Tempered-Anti-Scratch/dp/B07H2V5YLH", "isAvailable": true, "tags": [], "images": [ { "url": "https://m.media-amazon.com/images/I/81MZ5D1wHpL._AC_SL1500_.jpg" }, { "url": "https://m.media-amazon.com/images/I/713LD6xbHQL._AC_SL1500_.jpg" }, { "url": "https://m.media-amazon.com/images/I/81Y8IOtTvrL._AC_SL1500_.jpg" }, { "url": "https://m.media-amazon.com/images/I/81Xzo3AnD1L._AC_SL1500_.jpg" }, { "url": "https://m.media-amazon.com/images/I/71pf98FKK6L._AC_SL1500_.jpg" }, { "url": "https://m.media-amazon.com/images/I/81X2OoQEtaL._AC_SL1500_.jpg" } ], "variants": [], "price": { "displayValue": "$7.98", "value": 798, "currency": "USD" }, "ASIN": "B07H2V5YLH", "titleExcludingVariantName": "", "categories": [ { "name": "All Departments", "url": "" }, { "name": "Cell Phones & Accessories", "url": "https://www.amazon.com/cell-phones-service-plans-accessories/b/ref=dp_bc_aui_C_1?ie=UTF8&node=2335752011" }, { "name": "Accessories", "url": "https://www.amazon.com/cell-phone-accessories/b/ref=dp_bc_aui_C_2?ie=UTF8&node=2407755011" }, { "name": "Maintenance, Upkeep & Repairs", "url": "https://www.amazon.com/b/ref=dp_bc_aui_C_3?ie=UTF8&node=21209105011" }, { "name": "Screen Protectors", "url": "https://www.amazon.com/screen-protectors/b/ref=dp_bc_aui_C_4?ie=UTF8&node=2407781011" } ], "featureBullets": [ "WORKS FOR iPhone 11/iPhone XR (2019/2018 release) 6.1 Inch display ,0.33mm tempered glass screen protector. Featuring maximum protection from scratches, scrapes, and bumps.", "Specialty: Due to the rounded design of the iPhone 11/XR and to enhance compatibility with most cases, the Tempered glass does not cover the entire screen. HD ultra-clear 99.99% touch-screen accurate.", "hydrophobic and oleophobic screen coating protects against sweat and oil residue from fingerprints.", "It is 100% brand new,Precise laser cut tempered glass, exquisitely polished,2.5D rounded edges.", "Online video installation instruction can be found at the last image slot: Easiest Installation - removing dust and aligning it properly before actual installation,no worrying about bubbles,enjoy your screen as if it wasn't there." ], "parentID": "", "protectionPlans": [], "ratingsTotal": 323687, "reviewsTotal": 0, "subtitle": { "text": "Visit the Ailun Store", "url": "https://www.amazon.com/stores/Ailun/page/52AA3AC5-42CD-4237-BE3F-75EE5051346D?ref_=ast_bln" }, "videos": [ { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/17a2f9c7-277a-4f41-a911-47d273f6311b/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/41jJUFhKhHL._CR0,0,360,203_SR342,193_.jpg", "title": "Not what I expected" }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/a4c484a7-0ab6-49a6-9aa1-ee541b53ca72/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/51NUaG-6qzL._CR1,0,638,360_SR342,193_.jpg", "title": "video installation instruction" }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/83cbd766-99d7-43cf-a362-a1fa24d8a0fa/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/61Bw8jWMVrL._CR0,0,978,552_SR684,386_.jpg", "title": "DEMO - 3 Pack Ailun Glass Screen Protector - iPhone 11/iPhone XR" }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/644fe9f7-6888-4301-85f9-632527569cfc/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/51gVQ19paGL._CR2,0,1276,720_SR684,386_.jpg", "title": "Plastic, not glass" }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/ec69edb3-179f-42c0-b4a4-030a6ef42438/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/71u3yU9zKKL._CR2,0,1276,720_SR684,386_.jpg", "title": "Ailun Glass Screen Protector - Demo & Review" }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/57067bbf-91d9-4723-887e-d2e312190d6b/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/81g0z7EYvZL._CR5,0,1274,719_SR684,386_.jpg", "title": "Perfect and easy to install screen protector! " }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/a8c019d0-c740-4789-8d54-47771f9dde90/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/51hDPFv+ZNL._CR1,0,638,360_SR342,193_.jpg", "title": "Screen Protector Compatible + Camera Lens Protector" }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/df9853ac-d81d-444b-8dd9-cdf3336c12a6/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/41L430xX0lL._CR1,0,638,360_SR342,193_.jpg", "title": "Iphone xr glass screen protector" }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/5289e8b2-1985-49b8-abf5-6d946097d0b4/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/61lzLqWBteL._CR0,0,1075,607_SR684,386_.jpg", "title": "NEW’C Tempered Glass Screen Protector - UNBOX AND INSTALL" }, { "durationSeconds": 0, "width": 0, "height": 0, "url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/c0255bf0-c86d-4192-8dce-2475e63976f9/default.jobtemplate.hls.m3u8", "thumbnailURL": "https://m.media-amazon.com/images/I/41xGCNmAK4L._CR1,0,638,360_SR342,193_.jpg", "title": "Tempered Glass Screen Protector Installatuon Guide" } ], "specifications": [ { "name": "Product Dimensions", "value": "6.5 x 0.43 x 3.54 inches" }, { "name": "Item Weight", "value": "2.12 ounces" }, { "name": "ASIN", "value": "B07H2V5YLH" }, { "name": "Item model number", "value": "iphone11/XR 3GSP" }, { "name": "Customer Reviews", "value": "4.6 out of 5 stars 323,687 ratings 4.6 out of 5 stars" }, { "name": "Best Sellers Rank", "value": "#5 in Cell Phones & Accessories" }, { "name": "Is Discontinued By Manufacturer", "value": "No" }, { "name": "Special features", "value": "9H Surface Hardness" }, { "name": "Other display features", "value": "Wireless" }, { "name": "Color", "value": "Clear" }, { "name": "Manufacturer", "value": "Siania" }, { "name": "Date First Available", "value": "September 6, 2018" }, { "name": "Brand", "value": "Ailun" }, { "name": "Compatible Devices", "value": "IPhone XR, IPhone 11" }, { "name": "Material", "value": "Tempered Glass" }, { "name": "Item Hardness", "value": "9H" }, { "name": "Product Dimensions", "value": "6.5\"L x 3.54\"W" }, { "name": "Compatible Phone Models", "value": "Iphone xr, Iphone 11" }, { "name": "Special Feature", "value": "9H Surface Hardness" }, { "name": "Finish Type", "value": "Polished" }, { "name": "Water Resistance Level", "value": "Not Water Resistant" }, { "name": "Unit Count", "value": "3.0 Count" } ], "color": "Clear", "manufacturer": "Siania", "weight": "2.12 ounces", "firstAvailable": null, "dimensions": "6.5\"L x 3.54\"W", "modelNumber": null } } }
{ "data": { "productByID": { "id": "6767362474059", "marketplace": "SHOPIFY", "title": "Handling Fee for \"Cheryl Stool\"", "description": "", "vendor": "McGee & Co.", "url": "/products/handling-fee-for-cheryl-stool_7dchttgpwu9i", "isAvailable": true, "tags": [ "boostflow-hidden", "Hidden recommendation", "ISP_IGNORE_PRODUCT_TAG", "judgeme_excluded", "mw-fee", "pfs:hidden", "salespop-skip", "SEARCHANISE_IGNORE" ], "images": [ { "url": "https://cdn.shopify.com/s/files/1/1496/0124/products/b866f8958eda4cde4f0ed4f4e9ce07c9_24219940-c6ec-4f11-a121-9948be1ddff9.jpg?v=1663564344" } ], "variants": [ { "title": "Default Title", "image": { "url": "", "position": 0, "width": 0, "height": 0 } } ], "price": { "value": 10000, "currency": "USD", "displayValue": "$100.00" }, "descriptionHTML": "", "collectionHandle": "", "handle": "handling-fee-for-cheryl-stool_7dchttgpwu9i", "maxPrice": 10000, "minPrice": 10000, "productType": "mw_hidden_cart_fee", "createdAt": "2022-09-18T23:12:23-06:00", "publishedAt": "2022-09-18T23:12:23-06:00", "storeCanonicalURL": "https://www.mcgeeandco.com", "reviewsConnection": { "pageInfo": { "endCursor": null, "hasNextPage": false }, "edges": [] } } } }

Recipes


Related queries