Top Sellers
GET
https://rebuyengine.com/api/v1/products/top_sellersReturns a list of the top selling products based on sales data.
Use Cases
Use this endpoint to list top sellers (e.g. on the homepage).
Query Parameters¶
shopify_product_ids· string- Comma separated list of Shopify Product IDs to filter from the result set.
metafields· string- Valid values: yes. Returns product objects enriched with a metafields property.
variant_metafields· string- Valid values: yes. Returns product objects enriched an enriched variant metafields property.
bust_cache· string- Valid values: yes. Deletes cached response and generates a new one.
limit· string · Default:5- Used to limit the number of returned results.
format· string- Valid values: pretty. Use pretty to make the response easy to read.
any_variant_price_less_than· number- Returns products that have any variant prices less than or equal to the provided value. Example value: 14.99
any_variant_price_less_than_or_equal_to· number- Returns products that have any variant prices less than or equal to the provided value. Example value: 14.00
any_variant_price_equal_to· number- Returns products that have any variant prices equal to the provided value. Example value: 99.99
variant_price_greater_than· string- Returns products that have any variant prices greater than the provided value. Example value: 10.00
variant_price_greater_than_or_equal_to· number- Returns products that have any variant prices greater than or equal to the provided value. Example value: 14.00
unset_variants· string- Valid values: yes, no. Unset all product variants that don't pass variant price conditions.
filter_oos· string · Default:yes- Excludes products that are out of stock (OOS) from the response. To include OOS products, set the parameter to equal no.
country_code· string-
The ISO 3166-1 alpha-2 country code (e.g.,
US,CA,GB) corresponding to a Market region. Retrieves variant pricing from the Market’s catalog. The prices returned reflect the shop’s first active Market that matches the providedcountry_code. Only products included in that Market’s catalog will be returned in the response — products excluded from the catalog will not appear.Required Shopify Scope:
read_marketsReplaces the deprecated
presentment_pricesquery parameter.
Code Example¶
// GET https://rebuyengine.com/api/v1/products/top_sellers
const params = new URLSearchParams({
shopify_product_ids: "YOUR_VALUE",
metafields: "YOUR_VALUE"
});
fetch(`https://rebuyengine.com/api/v1/products/top_sellers?${params}`)
.then(response => response.json())
.then(data => console.log(data));
Response Examples¶
200 - 200¶
{
"data": [
{
"id": 562361892900,
"title": "Flex Fleece Zip Hoodie",
"body_html": "Flex Fleece Zip Hoodie",
"vendor": "Example Brand",
"product_type": "",
"created_at": "2018-03-20T13:49:54-04:00",
"handle": "american-apparel-flex-fleece-zip-hoodie",
"updated_at": "2019-09-20T14:11:25-04:00",
"published_at": "2018-03-20T13:46:55-04:00",
"template_suffix": "",
"tags": "carthook_checkout, clothing",
"published_scope": "web",
"admin_graphql_api_id": "gid://shopify/Product/562361892900",
"variants": [
{
"id": 7162327597092,
"product_id": 562361892900,
"title": "Black",
"price": "36.00",
"sku": "AAFFZH-1",
"position": 1,
"inventory_policy": "deny",
"compare_at_price": "45.00",
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "Black",
"option2": null,
"option3": null,
"created_at": "2018-03-20T13:49:54-04:00",
"updated_at": "2019-06-19T15:17:41-04:00",
"taxable": true,
"barcode": "",
"grams": 1361,
"image_id": 2155862786084,
"weight": 3,
"weight_unit": "lb",
"inventory_item_id": 7159543824420,
"inventory_quantity": -87,
"old_inventory_quantity": -87,
"requires_shipping": true,
"admin_graphql_api_id": "gid://shopify/ProductVariant/7162327597092"
},
{
"id": 7162327629860,
"product_id": 562361892900,
"title": "Gray",
"price": "36.00",
"sku": "AAFFZH-2",
"position": 2,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "Gray",
"option2": null,
"option3": null,
"created_at": "2018-03-20T13:49:54-04:00",
"updated_at": "2018-09-27T13:05:00-04:00",
"taxable": true,
"barcode": "",
"grams": 1361,
"image_id": 2155863867428,
"weight": 3,
"weight_unit": "lb",
"inventory_item_id": 7159543857188,
"inventory_quantity": -6,
"old_inventory_quantity": -6,
"requires_shipping": true,
"admin_graphql_api_id": "gid://shopify/ProductVariant/7162327629860"
},
{
"id": 7162327662628,
"product_id": 562361892900,
"title": "Lapis",
"price": "36.00",
"sku": "AAFFZH-3",
"position": 3,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "Lapis",
"option2": null,
"option3": null,
"created_at": "2018-03-20T13:49:54-04:00",
"updated_at": "2018-09-27T13:05:00-04:00",
"taxable": true,
"barcode": "",
"grams": 1361,
"image_id": 2155865604132,
"weight": 3,
"weight_unit": "lb",
"inventory_item_id": 7159543889956,
"inventory_quantity": -14,
"old_inventory_quantity": -14,
"requires_shipping": true,
"admin_graphql_api_id": "gid://shopify/ProductVariant/7162327662628"
},
{
"id": 7162327695396,
"product_id": 562361892900,
"title": "Navy",
"price": "36.00",
"sku": "AAFFZH-4",
"position": 4,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "Navy",
"option2": null,
"option3": null,
"created_at": "2018-03-20T13:49:54-04:00",
"updated_at": "2018-11-19T19:09:31-05:00",
"taxable": true,
"barcode": "",
"grams": 1361,
"image_id": 2155866128420,
"weight": 3,
"weight_unit": "lb",
"inventory_item_id": 7159543922724,
"inventory_quantity": -4,
"old_inventory_quantity": -4,
"requires_shipping": true,
"admin_graphql_api_id": "gid://shopify/ProductVariant/7162327695396"
},
{
"id": 7162327728164,
"product_id": 562361892900,
"title": "White",
"price": "36.00",
"sku": "AAFFZH-5",
"position": 5,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "White",
"option2": null,
"option3": null,
"created_at": "2018-03-20T13:49:54-04:00",
"updated_at": "2018-09-27T13:05:01-04:00",
"taxable": true,
"barcode": "",
"grams": 1361,
"image_id": 2155866390564,
"weight": 3,
"weight_unit": "lb",
"inventory_item_id": 7159543955492,
"inventory_quantity": -18,
"old_inventory_quantity": -18,
"requires_shipping": true,
"admin_graphql_api_id": "gid://shopify/ProductVariant/7162327728164"
}
],
"options": [
{
"id": 832991428644,
"product_id": 562361892900,
"name": "Color",
"position": 1,
"values": [
"Black",
"Gray",
"Lapis",
"Navy",
"White"
]
}
],
"images": [
{
"id": 2155862786084,
"product_id": 562361892900,
"position": 1,
"created_at": "2018-03-20T14:01:48-04:00",
"updated_at": "2018-03-20T14:01:48-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Black_A.png?v=1521568908",
"variant_ids": [
7162327597092
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155862786084"
},
{
"id": 2155863179300,
"product_id": 562361892900,
"position": 2,
"created_at": "2018-03-20T14:01:50-04:00",
"updated_at": "2018-03-20T14:01:50-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Black_B.png?v=1521568910",
"variant_ids": [],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155863179300"
},
{
"id": 2155863867428,
"product_id": 562361892900,
"position": 3,
"created_at": "2018-03-20T14:01:54-04:00",
"updated_at": "2018-03-20T14:01:54-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Gray_A.png?v=1521568914",
"variant_ids": [
7162327629860
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155863867428"
},
{
"id": 2155864948772,
"product_id": 562361892900,
"position": 4,
"created_at": "2018-03-20T14:01:57-04:00",
"updated_at": "2018-03-20T14:01:57-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Gray_B.png?v=1521568917",
"variant_ids": [],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155864948772"
},
{
"id": 2155865604132,
"product_id": 562361892900,
"position": 5,
"created_at": "2018-03-20T14:02:01-04:00",
"updated_at": "2018-03-20T14:02:01-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Lapis_A.png?v=1521568921",
"variant_ids": [
7162327662628
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155865604132"
},
{
"id": 2155865800740,
"product_id": 562361892900,
"position": 6,
"created_at": "2018-03-20T14:02:04-04:00",
"updated_at": "2018-03-20T14:02:04-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Lapis_B.png?v=1521568924",
"variant_ids": [],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155865800740"
},
{
"id": 2155866128420,
"product_id": 562361892900,
"position": 7,
"created_at": "2018-03-20T14:02:06-04:00",
"updated_at": "2018-03-20T14:02:06-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Navy_A.png?v=1521568926",
"variant_ids": [
7162327695396
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155866128420"
},
{
"id": 2155866259492,
"product_id": 562361892900,
"position": 8,
"created_at": "2018-03-20T14:02:09-04:00",
"updated_at": "2018-03-20T14:02:09-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Navy_B.png?v=1521568929",
"variant_ids": [],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155866259492"
},
{
"id": 2155866390564,
"product_id": 562361892900,
"position": 9,
"created_at": "2018-03-20T14:02:11-04:00",
"updated_at": "2018-03-20T14:02:11-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_White_A.png?v=1521568931",
"variant_ids": [
7162327728164
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155866390564"
},
{
"id": 2155866554404,
"product_id": 562361892900,
"position": 10,
"created_at": "2018-03-20T14:02:13-04:00",
"updated_at": "2018-03-20T14:02:13-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_White_B.png?v=1521568933",
"variant_ids": [],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155866554404"
}
],
"image": {
"id": 2155862786084,
"product_id": 562361892900,
"position": 1,
"created_at": "2018-03-20T14:01:48-04:00",
"updated_at": "2018-03-20T14:01:48-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/American_Apparel_Flex_Fleece_Zip_Hoodie_Black_A.png?v=1521568908",
"variant_ids": [
7162327597092
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155862786084"
}
},
{
"id": 562407407652,
"title": "100 Cotton T",
"body_html": "100 Cotton T. Now dats wassup.",
"vendor": "Example Brand",
"product_type": "",
"created_at": "2018-03-20T14:17:32-04:00",
"handle": "hanes-100-cotton-t-shirt",
"updated_at": "2019-09-26T00:00:57-04:00",
"published_at": "2019-06-13T15:11:18-04:00",
"template_suffix": "",
"tags": "clothing",
"published_scope": "web",
"admin_graphql_api_id": "gid://shopify/Product/562407407652",
"variants": [
{
"id": 7162542751780,
"product_id": 562407407652,
"title": "White",
"price": "14.00",
"sku": "H100CTS-1",
"position": 1,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "White",
"option2": null,
"option3": null,
"created_at": "2018-03-20T14:17:33-04:00",
"updated_at": "2019-04-18T22:57:15-04:00",
"taxable": true,
"barcode": "",
"grams": 0,
"image_id": 2155963711524,
"weight": 0,
"weight_unit": "lb",
"inventory_item_id": 7159766548516,
"inventory_quantity": -5,
"old_inventory_quantity": -5,
"requires_shipping": true,
"admin_graphql_api_id": "gid://shopify/ProductVariant/7162542751780"
},
{
"id": 7162542784548,
"product_id": 562407407652,
"title": "Yellow",
"price": "14.00",
"sku": "H100CTS-2",
"position": 2,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "Yellow",
"option2": null,
"option3": null,
"created_at": "2018-03-20T14:17:33-04:00",
"updated_at": "2019-01-31T22:53:27-05:00",
"taxable": true,
"barcode": "",
"grams": 0,
"image_id": 2155964530724,
"weight": 0,
"weight_unit": "lb",
"inventory_item_id": 7159766581284,
"inventory_quantity": 1,
"old_inventory_quantity": 1,
"requires_shipping": true,
"admin_graphql_api_id": "gid://shopify/ProductVariant/7162542784548"
}
],
"options": [
{
"id": 833049690148,
"product_id": 562407407652,
"name": "Color",
"position": 1,
"values": [
"White",
"Yellow"
]
}
],
"images": [
{
"id": 2155963711524,
"product_id": 562407407652,
"position": 1,
"created_at": "2018-03-20T14:17:36-04:00",
"updated_at": "2018-03-20T14:17:36-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_100__Cotton_T-shirt-white-A.png?v=1521569856",
"variant_ids": [
7162542751780
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155963711524"
},
{
"id": 2155963744292,
"product_id": 562407407652,
"position": 2,
"created_at": "2018-03-20T14:17:38-04:00",
"updated_at": "2018-03-20T14:17:38-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_100__Cotton_T-shirt-white-B.png?v=1521569858",
"variant_ids": [],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155963744292"
},
{
"id": 2155964530724,
"product_id": 562407407652,
"position": 3,
"created_at": "2018-03-20T14:17:46-04:00",
"updated_at": "2018-03-20T14:17:46-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_100__Cotton_T-shirt-yellow-A.png?v=1521569866",
"variant_ids": [
7162542784548
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155964530724"
},
{
"id": 2155964629028,
"product_id": 562407407652,
"position": 4,
"created_at": "2018-03-20T14:17:48-04:00",
"updated_at": "2018-03-20T14:17:48-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_100__Cotton_T-shirt-yellow-B.png?v=1521569868",
"variant_ids": [],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155964629028"
}
],
"image": {
"id": 2155963711524,
"product_id": 562407407652,
"position": 1,
"created_at": "2018-03-20T14:17:36-04:00",
"updated_at": "2018-03-20T14:17:36-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_100__Cotton_T-shirt-white-A.png?v=1521569856",
"variant_ids": [
7162542751780
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155963711524"
}
},
{
"id": 562405015588,
"title": "50/50 T - The Best T Shirt On The Market and Definitely The Best Fabric Too",
"body_html": "50/50 T",
"vendor": "Example Brand",
"product_type": "",
"created_at": "2018-03-20T14:16:12-04:00",
"handle": "hanes-50-50-t-shirt",
"updated_at": "2019-09-26T23:23:54-04:00",
"published_at": "2019-09-26T22:48:25-04:00",
"template_suffix": "",
"tags": "clothing",
"published_scope": "web",
"variants": [
{
"id": 7162531512356,
"product_id": 562405015588,
"title": "Lime",
"price": "8.00",
"sku": "H5050TS-1",
"position": 1,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "Lime",
"option2": null,
"option3": null,
"created_at": "2018-03-20T14:16:12-04:00",
"updated_at": "2019-05-11T22:34:25-04:00",
"taxable": true,
"barcode": "",
"grams": 0,
"image_id": 2155956699172,
"weight": 0,
"weight_unit": "lb",
"inventory_item_id": 7159756619812,
"inventory_quantity": -82,
"old_inventory_quantity": -82,
"requires_shipping": true
},
{
"id": 7162531545124,
"product_id": 562405015588,
"title": "Yellow",
"price": "8.00",
"sku": "H5050TS-2",
"position": 2,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "Yellow",
"option2": null,
"option3": null,
"created_at": "2018-03-20T14:16:12-04:00",
"updated_at": "2019-01-31T22:45:24-05:00",
"taxable": true,
"barcode": "",
"grams": 0,
"image_id": 2155957387300,
"weight": 0,
"weight_unit": "lb",
"inventory_item_id": 7159756652580,
"inventory_quantity": -10,
"old_inventory_quantity": -10,
"requires_shipping": true
}
],
"options": [
{
"id": 833046904868,
"product_id": 562405015588,
"name": "Color",
"position": 1,
"values": [
"Lime",
"Yellow"
]
}
],
"images": [
{
"id": 2155956699172,
"product_id": 562405015588,
"position": 1,
"created_at": "2018-03-20T14:16:17-04:00",
"updated_at": "2018-03-20T14:16:17-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_50_50_T-shirt-lime-A.png?v=1521569777",
"variant_ids": [
7162531512356
]
},
{
"id": 2155957157924,
"product_id": 562405015588,
"position": 2,
"created_at": "2018-03-20T14:16:20-04:00",
"updated_at": "2018-03-20T14:16:20-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_50_50_T-shirt-lime-B.png?v=1521569780",
"variant_ids": []
},
{
"id": 2155957387300,
"product_id": 562405015588,
"position": 3,
"created_at": "2018-03-20T14:16:22-04:00",
"updated_at": "2018-03-20T14:16:22-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_50_50_T-shirt-yellow-A.png?v=1521569782",
"variant_ids": [
7162531545124
]
},
{
"id": 2155957583908,
"product_id": 562405015588,
"position": 4,
"created_at": "2018-03-20T14:16:25-04:00",
"updated_at": "2018-03-20T14:16:25-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_50_50_T-shirt-yellow-B.png?v=1521569785",
"variant_ids": []
}
],
"image": {
"id": 2155956699172,
"product_id": 562405015588,
"position": 1,
"created_at": "2018-03-20T14:16:17-04:00",
"updated_at": "2018-03-20T14:16:17-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Hanes_50_50_T-shirt-lime-A.png?v=1521569777",
"variant_ids": [
7162531512356
]
}
},
{
"id": 562394136612,
"title": "Hooded Long Sleeve T",
"body_html": "Hooded Long Sleeve T",
"vendor": "Example Brand",
"product_type": "",
"created_at": "2018-03-20T14:07:45-04:00",
"handle": "anvil-hooded-long-sleeve-t-shirt",
"updated_at": "2019-04-18T00:17:04-04:00",
"published_at": "2018-03-20T14:06:32-04:00",
"template_suffix": null,
"tags": "clothing",
"published_scope": "web",
"admin_graphql_api_id": "gid://shopify/Product/562394136612",
"variants": [
{
"id": 7162470924324,
"product_id": 562394136612,
"title": "White",
"price": "45.00",
"sku": "AHLSTS",
"position": 1,
"inventory_policy": "deny",
"compare_at_price": null,
"fulfillment_service": "manual",
"inventory_management": null,
"option1": "White",
"option2": null,
"option3": null,
"created_at": "2018-03-20T14:07:45-04:00",
"updated_at": "2019-02-21T15:25:50-05:00",
"taxable": true,
"barcode": "",
"grams": 0,
"image_id": 2155908464676,
"weight": 0,
"weight_unit": "lb",
"inventory_item_id": 7159691935780,
"inventory_quantity": -56,
"old_inventory_quantity": -56,
"requires_shipping": true,
"admin_graphql_api_id": "gid://shopify/ProductVariant/7162470924324"
}
],
"options": [
{
"id": 833033568292,
"product_id": 562394136612,
"name": "Color",
"position": 1,
"values": [
"White"
]
}
],
"images": [
{
"id": 2155908464676,
"product_id": 562394136612,
"position": 1,
"created_at": "2018-03-20T14:07:49-04:00",
"updated_at": "2018-03-20T14:07:49-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Anvil_Hooded_Long_Sleeve_T-shirt-white-A.png?v=1521569269",
"variant_ids": [
7162470924324
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155908464676"
},
{
"id": 2155908628516,
"product_id": 562394136612,
"position": 2,
"created_at": "2018-03-20T14:07:51-04:00",
"updated_at": "2018-03-20T14:07:51-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Anvil_Hooded_Long_Sleeve_T-shirt-white-B.png?v=1521569271",
"variant_ids": [],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155908628516"
}
],
"image": {
"id": 2155908464676,
"product_id": 562394136612,
"position": 1,
"created_at": "2018-03-20T14:07:49-04:00",
"updated_at": "2018-03-20T14:07:49-04:00",
"alt": null,
"width": 1528,
"height": 1528,
"src": "https://cdn.shopify.com/s/files/1/0011/0746/0132/products/Anvil_Hooded_Long_Sleeve_T-shirt-white-A.png?v=1521569269",
"variant_ids": [
7162470924324
],
"admin_graphql_api_id": "gid://shopify/ProductImage/2155908464676"
}
}
]
}