Get Product Details By Shopify Product Id ( Lenox Corporation Only )
Introduction
This API retrieves detailed product information using a Shopify Product ID. It is designed for Lenox Corporation and allows access to product details, including metafields and variants.
Getting Started
Prerequisites
Before using this API, ensure you have the following:
- A valid Shopify Product ID associated with Lenox Corporation Store.
- Basic knowledge of making HTTP requests using tools like
cURLor JavaScriptfetch().
Endpoint
https://lenox-rb-app-fe68c2643fcd.herokuapp.com/api/v1/products/:id
:id (string, required) – The Shopify Product ID to retrieve details for. Must be a valid Shopify Product ID.
Example Request
To fetch product details for a Shopify Product ID 7260545450081, use the following cURL command:
curl -X GET "https://lenox-rb-app-fe68c2643fcd.herokuapp.com/api/v1/products/7260545450081"
Alternatively, using JavaScript:
fetch("https://lenox-rb-app-fe68c2643fcd.herokuapp.com/api/v1/products/7260545450081")
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error("Error fetching data:", error));
Example Response
A successful response returns a JSON object containing product details, variants, and metafields. Below is a sample response:
{
"product":{
"title":"Cinderella's Coach Ornament",
"body_html":"Sweep them off their feet with this fairy-tale classic. Cinderella's elegant coach ornament sparkles with intricate gold details and captures the magic of her unforgettable romantic adventure. A perfect gift for Disney fans, it brings 'happily ever after' to every holiday celebration.",
"created_at":"2025-02-12T03:14:42-05:00",
"handle":"cinderellas-coach-ornament",
"id":7260545450081,
"images":[
{
"created_at":"2025-02-12T08:10:30-05:00",
"height":2400,
"id":36159056347233,
"position":1,
"product_id":7260545450081,
"src":"https://cdn.shopify.com/s/files/1/0080/4759/1521/files/887036-LHOL-25-PDP-DIS-1.jpg?v=1739365832",
"updated_at":"2025-02-12T08:10:32-05:00",
"variant_ids":[
],
"width":2400,
"alt":null,
"admin_graphql_api_id":"gid://shopify/ProductImage/36159056347233"
},
{
"created_at":"2025-02-12T08:10:30-05:00",
"height":2400,
"id":36159056380001,
"position":2,
"product_id":7260545450081,
"src":"https://cdn.shopify.com/s/files/1/0080/4759/1521/files/887036-LHOL-25-PDP-DIS-2.jpg?v=1739365832",
"updated_at":"2025-02-12T08:10:32-05:00",
"variant_ids":[
],
"width":2400,
"alt":null,
"admin_graphql_api_id":"gid://shopify/ProductImage/36159056380001"
}
],
"options":[
{
"id":9269439037537,
"product_id":7260545450081,
"name":"Title",
"position":1,
"values":[
"Default Title"
]
}
],
"product_type":"",
"published_at":"2025-03-05T09:10:26-05:00",
"published_scope":"web",
"status":"active",
"tags":"887036, Allow Expedite Ship, Allow Gift Message, Allow Gift Wrap Flag, collection_desc:Ornaments Disney, color:Ivory, designer_description:Disney, Discount Eligible, item_type:Licensed Ornament, material_desc:Porcelain, New Arrival, Ornaments, pattern_description:Licensed Non Dated, product_id:887036, sub_theme_desc:Princesses and Heroines, theme_description:Disney",
"template_suffix":null,
"updated_at":"2025-03-13T08:07:46-04:00",
"variants":[
{
"barcode":"882864831255",
"compare_at_price":"84.00",
"created_at":"2025-02-12T03:14:42-05:00",
"fulfillment_service":"manual",
"grams":0,
"id":42000169828449,
"image_id":null,
"inventory_item_id":44101132157025,
"inventory_management":"shopify",
"inventory_policy":"deny",
"inventory_quantity":465,
"old_inventory_quantity":465,
"position":1,
"price":"41.95",
"product_id":7260545450081,
"requires_shipping":true,
"sku":"887036",
"tax_code":"00004",
"taxable":true,
"title":"Default Title",
"updated_at":"2025-03-13T08:07:46-04:00",
"weight":0,
"weight_unit":"lb",
"option1":"Default Title",
"option2":null,
"option3":null,
"admin_graphql_api_id":"gid://shopify/ProductVariant/42000169828449",
"metafields":[
{
"key":"sku_status",
"namespace":"global",
"value":"A",
"created_at":"2025-02-12T03:14:58-05:00",
"description":null,
"id":31655087505505,
"owner_id":42000169828449,
"owner_resource":"variant",
"type":"string",
"updated_at":"2025-02-12T03:14:58-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087505505"
},
{
"key":"color_desc",
"namespace":"global",
"value":"Ivory",
"created_at":"2025-02-12T03:14:58-05:00",
"description":null,
"id":31655087538273,
"owner_id":42000169828449,
"owner_resource":"variant",
"type":"string",
"updated_at":"2025-02-12T03:14:58-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087538273"
},
{
"key":"romance_copy",
"namespace":"global",
"value":"Sweep them off their feet with this fairy-tale classic. Cinderella's elegant coach ornament sparkles with intricate gold details and captures the magic of her unforgettable romantic adventure. A perfect gift for Disney fans, it brings 'happily ever after' to every holiday celebration.",
"created_at":"2025-02-12T03:14:58-05:00",
"description":null,
"id":31655087571041,
"owner_id":42000169828449,
"owner_resource":"variant",
"type":"string",
"updated_at":"2025-02-12T03:14:58-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087571041"
},
{
"key":"bullet_list_copy",
"namespace":"global",
"value":"<ul><li>©Disney</li><li>Made of porcelain</li><li>Features gold accents</li><li>Gold cord for hanging</li></ul>",
"created_at":"2025-02-12T03:14:59-05:00",
"description":null,
"id":31655087603809,
"owner_id":42000169828449,
"owner_resource":"variant",
"type":"string",
"updated_at":"2025-02-12T03:14:59-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087603809"
},
{
"key":"whats_included_list_copy",
"namespace":"global",
"value":"<ul><li>Includes (1) ornament</li><li>Perfectly sized for decorating the tree</li><li>Imported</li></ul>",
"created_at":"2025-02-12T03:14:59-05:00",
"description":null,
"id":31655087636577,
"owner_id":42000169828449,
"owner_resource":"variant",
"type":"string",
"updated_at":"2025-02-12T03:14:59-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087636577"
}
]
}
],
"vendor":"Lenox",
"admin_graphql_api_id":"gid://shopify/Product/7260545450081",
"image":{
"id":36159056347233,
"alt":null,
"position":1,
"product_id":7260545450081,
"created_at":"2025-02-12T08:10:30-05:00",
"updated_at":"2025-02-12T08:10:32-05:00",
"admin_graphql_api_id":"gid://shopify/ProductImage/36159056347233",
"width":2400,
"height":2400,
"src":"https://cdn.shopify.com/s/files/1/0080/4759/1521/files/887036-LHOL-25-PDP-DIS-1.jpg?v=1739365832",
"variant_ids":[
]
},
"metafields":[
{
"key":"bullet_list_copy",
"namespace":"global",
"value":"<ul><li>©Disney</li><li>Made of porcelain</li><li>Features gold accents</li><li>Gold cord for hanging</li></ul>",
"created_at":"2025-02-12T03:14:43-05:00",
"description":null,
"id":31655086784609,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:43-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655086784609"
},
{
"key":"designer_id",
"namespace":"global",
"value":"8",
"created_at":"2025-02-12T03:14:44-05:00",
"description":null,
"id":31655086948449,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:44-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655086948449"
},
{
"key":"pattern_id",
"namespace":"global",
"value":"L187",
"created_at":"2025-02-12T03:14:45-05:00",
"description":null,
"id":31655086981217,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:45-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655086981217"
},
{
"key":"ware_id",
"namespace":"global",
"value":"02",
"created_at":"2025-02-12T03:14:46-05:00",
"description":null,
"id":31655087013985,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:46-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087013985"
},
{
"key":"warehouse_desc",
"namespace":"global",
"value":"CINDERELLA COACH ORNAMENT",
"created_at":"2025-02-12T03:14:46-05:00",
"description":null,
"id":31655087112289,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:46-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087112289"
},
{
"key":"whats_included_list_copy",
"namespace":"global",
"value":"<ul><li>Includes (1) ornament</li><li>Perfectly sized for decorating the tree</li><li>Imported</li></ul>",
"created_at":"2025-02-12T03:14:47-05:00",
"description":null,
"id":31655087145057,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:47-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087145057"
},
{
"key":"ware_description",
"namespace":"global",
"value":"Giftware/Home Decor",
"created_at":"2025-02-12T03:14:48-05:00",
"description":null,
"id":31655087177825,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:48-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087177825"
},
{
"key":"pattern_style_desc",
"namespace":"global",
"value":"N/A",
"created_at":"2025-02-12T03:14:49-05:00",
"description":null,
"id":31655087210593,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:49-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087210593"
},
{
"key":"lifestyle_code",
"namespace":"global",
"value":"Casual",
"created_at":"2025-02-12T03:14:50-05:00",
"description":null,
"id":31655087243361,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:50-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087243361"
},
{
"key":"pattern_trim_type",
"namespace":"global",
"value":"Gold",
"created_at":"2025-02-12T03:14:51-05:00",
"description":null,
"id":31655087276129,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:51-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087276129"
},
{
"key":"catalog_list",
"namespace":"global",
"value":"DTC,Send/No Display",
"created_at":"2025-02-12T03:14:51-05:00",
"description":null,
"id":31655087308897,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-13T03:14:46-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087308897"
},
{
"key":"introduction_date",
"namespace":"global",
"value":"2025-02-26",
"created_at":"2025-02-12T03:14:52-05:00",
"description":null,
"id":31655087341665,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-27T03:25:31-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087341665"
},
{
"key":"pattern_group_id",
"namespace":"global",
"value":"0",
"created_at":"2025-02-12T03:14:53-05:00",
"description":null,
"id":31655087374433,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:53-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087374433"
},
{
"key":"long_desc",
"namespace":"global",
"value":"Cinderella's Coach Ornament",
"created_at":"2025-02-12T03:14:54-05:00",
"description":null,
"id":31655087407201,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:54-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087407201"
},
{
"key":"product_id",
"namespace":"global",
"value":"887036",
"created_at":"2025-02-12T03:14:55-05:00",
"description":null,
"id":31655087439969,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:55-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087439969"
},
{
"key":"shape_desc",
"namespace":"global",
"value":"Licensed Ornament",
"created_at":"2025-02-12T03:14:56-05:00",
"description":null,
"id":31655087472737,
"owner_id":7260545450081,
"owner_resource":"product",
"type":"string",
"updated_at":"2025-02-12T03:14:56-05:00",
"admin_graphql_api_id":"gid://shopify/Metafield/31655087472737"
}
]
},
"shop":"lenox-corporation.myshopify.com",
"error":null
}
Handling Errors
If the requested Product ID is invalid or does not exist, the API returns an error message.
Example error response:
{
"product": null,
"shop": "lenox-corporation.myshopify.com",
"error": "There was an issue finding the product with id: -1. See error: {\"id\"=>\"expected String to be a id\"}\nIf you report this error, please include this id: c2189c98-22d3-4c54-9589-64cfc3502a54-1741885101."
}
Make sure to verify the Product ID before making a request to avoid errors.