- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
AdminUpdateProduct
Properties#
title
stringOptionalThe product's title.
subtitle
null | stringOptionalThe product's subtitle.
description
null | 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
null | stringOptionalThe product's thumbnail URL.
handle
stringOptionalThe product's handle.
The product's status.
type_id
null | stringOptionalThe ID of the associated product type.
external_id
null | stringOptionalThe ID of the product in an external or third-party system.
collection_id
null | stringOptionalThe ID of the associated product collection.
categories
object[]OptionalThe product's categories.
categories
object[]Optionaltags
object[]OptionalThe product's tags.
tags
object[]OptionalThe product's options.
The product's variants.
sales_channels
object[]OptionalThe sales channels that the product is available in.
sales_channels
object[]Optionalweight
null | numberOptionalThe product's weight.
length
null | numberOptionalThe product's length.
height
null | numberOptionalThe product's height.
width
null | numberOptionalThe product's width.
hs_code
null | stringOptionalThe product's HS code.
mid_code
null | stringOptionalThe product's MID code.
origin_country
null | stringOptionalThe product's origin country.
material
null | stringOptionalThe product's material.
metadata
null | Record<string, unknown>OptionalKey-value pairs of custom data.
Was this page helpful?