- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Product - Product Module Data Models Reference
This documentation provides a reference to the Product data model. It belongs to the Product Module.
id
PrimaryKeyModifier<IdProperty>The ID of the product.
title
TextPropertyThe title of the product
handle
TextPropertyThe unique handle of the product
is_giftcard
BooleanPropertyWhether the product is a giftcard.
status
EnumProperty<typeof ProductStatus>The status of the product
discountable
BooleanPropertyWhether the product is discountable.
The associated variants.
The associated tags.
The associated options.
The associated images.
The associated categories.
subtitle
TextPropertyOptionalThe subtitle of the product
description
TextPropertyOptionalThe description of the product
thumbnail
TextPropertyOptionalThe thumbnail URL of the product
weight
TextPropertyOptionalThe weight of the product
length
TextPropertyOptionalThe length of the product
height
TextPropertyOptionalThe height of the product
width
TextPropertyOptionalThe width of the product
origin_country
TextPropertyOptionalThe origin country of the product
hs_code
TextPropertyOptionalThe HS code of the product
mid_code
TextPropertyOptionalThe MID code of the product
material
TextPropertyOptionalThe material of the product
external_id
TextPropertyOptionalThe external ID of the product, used to store the product's ID in an external system.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
The associated type.
The associated collection.
Was this page helpful?