- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
AdminCreateProduct
Properties#
title
stringThe product's title.
options
AdminCreateProductOption[]The product's options.
options
AdminCreateProductOption[]subtitle
stringOptionalThe product's subtitle.
description
stringOptionalThe product's description.
is_giftcard
booleanOptionalWhether the product is a gift card.
discountable
booleanOptionalWhether discounts can be applied on the product.
images
object[]OptionalThe product's images.
images
object[]Optionalthumbnail
stringOptionalThe product's thumbnail URL.
handle
stringOptionalThe product's handle.
The product's status.
type_id
stringOptionalThe ID of the product's type.
external_id
stringOptionalThe ID of the product in an external or third-party system.
collection_id
stringOptionalThe ID of the product's collection.
categories
object[]OptionalThe product's categories.
categories
object[]Optionaltags
object[]OptionalThe product's tags.
tags
object[]OptionalThe product's variants.
sales_channels
object[]OptionalThe sales channels that the product is available in.
sales_channels
object[]Optionalweight
numberOptionalThe product's weight.
length
numberOptionalThe product's length.
height
numberOptionalThe product's height.
width
numberOptionalThe product's width.
hs_code
stringOptionalThe product's HS code.
mid_code
stringOptionalThe product's MID code.
origin_country
stringOptionalThe product's origin country.
material
stringOptionalThe product's material.
metadata
Record<string, unknown>OptionalKey-value pairs of custom data.
Was this page helpful?