Product
Representation of one Product in the store.
Properties
- Name
id- Type
- number
- Description
Unique identification of a product.
- Name
title- Type
- string
- Description
Title of the product.
- Name
handle- Type
- string
- Description
A unique human-friendly string for the product.
- Name
image- Type
- instance of [Image](/image) (optional)
- Description
Primary image of the product.
- Name
images- Type
- array of [Image](/image) instances
- Description
List of all images assigned to the product.
- Name
description- Type
- string (optional)
- Description
A description of the product. May contain HTML formatting.
- Name
variants- Type
- array of [Variant](/variant) instances
- Description
Variants of given product.
- Name
tags- Type
- array of strings
- Description
Product tags.
