id | number | Unique product ID. |
category | string | Product category. |
collections | array | Collections this product belongs to. |
available | boolean | Whether the product is available for purchase. |
compare_at_price | number | Original price before discount. |
compare_at_price_max | number | Max compare-at price across variants. |
compare_at_price_min | number | Min compare-at price across variants. |
compare_at_price_varies | boolean | If compare-at price varies across variants. |
content | string | Additional content or details. |
created_at | string | Timestamp product was created. |
customImages | array | Custom product images. |
description | string | Product description. |
featured_image | string | URL of featured image. |
firstAvailableOrSelected | object | First available or selected variant. |
handle | string | Unique product slug (URL). |
images | array | Array of product image URLs. |
media | array | Media (e.g., videos). |
options | array | Available options (size, color). |
price | number | Product price. |
price_max | number | Max variant price. |
price_min | number | Min variant price. |
price_varies | boolean | If prices vary across variants. |
published_at | string | Timestamp when published. |
requires_selling_plan | boolean | If product requires a selling plan. |
selling_plan_groups | array | Related selling plan groups. |
tags | array | Tags for filtering. |
title | string | Product title. |
type | string | Product type (e.g., Shirt, Jacket). |
variants | array | Product variants. |
vendor | string | Vendor name. |