StorefrontProductListItem
Attributes
id string required Product ID
title string required Product title
subtitle string No description.
handle string required URL-safe product handle
price integer required Price in cents
compareAtPrice integer Original price in cents (for displaying discounts)
images array of string required Product image URLs
inStock boolean required No description.
currency string required ISO 4217 currency code
(one of SERIAL, SERVICE, ONE_TIME, PHYSICAL, SUBSCRIPTION, DIGITAL_DOWNLOAD, LICENSE_KEY)
(one of STANDARD, PAY_WHAT_YOU_WANT, FREE)
status enum required (one of ACTIVE)
minimumPrice integer Minimum price for pay-what-you-want products (cents)
categories array of CategoryRef required No description.
StorefrontProductListItem
{ "id": "string", "title": "string", "subtitle": "string", "handle": "string", "price": 0, "compareAtPrice": 0, "images": [ "string" ], "inStock": true, "currency": "string", "productType": "SERIAL", "pricingModel": "STANDARD", "status": "ACTIVE", "minimumPrice": 0, "categories": [ { "id": "string", "name": "string", "slug": "string" } ]}