- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
AdminProduct
Properties#
variants
null | AdminProductVariant[]The product's variants.
variants
null | AdminProductVariant[]type
null | AdminProductTypeThe product's type.
type
null | AdminProductTypeoptions
null | AdminProductOption[]The product's options.
options
null | AdminProductOption[]images
null | AdminProductImage[]The product's images.
images
null | AdminProductImage[]id
stringThe product's ID.
title
stringThe product's title.
handle
stringThe product's handle.
subtitle
null | stringThe product's subtitle.
description
null | stringThe product's description.
is_giftcard
booleanWhether the product is a gift card.
status
ProductStatusThe product's status.
thumbnail
null | stringThe product's thumbnail.
width
null | numberThe product's width.
weight
null | numberThe product's weight.
length
null | numberThe product's length.
height
null | numberThe product's height.
origin_country
null | stringThe product's origin country.
hs_code
null | stringThe product's HS code.
mid_code
null | stringThe product's MID code.
material
null | stringThe product's material.
collection_id
null | stringThe ID of the associated product collection.
type_id
null | stringThe ID of the associated product type.
discountable
booleanWhether the product is discountable.
external_id
null | stringThe ID of the product in external systems.
created_at
null | stringThe date the product was created.
updated_at
null | stringThe date the product was update.
deleted_at
null | stringThe date the product was deleted.
The product's collection.
The product's categories.
The sales channels that the product is available in.
The product's tags.
metadata
null | Record<string, unknown>OptionalKey-value pairs of custom data.
Was this page helpful?