- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpdateProductDTO
The data to update in a product.
title
stringOptionalThe title of the product.
subtitle
null | stringOptionalThe subttle of the product.
description
null | stringOptionalThe description of the product.
is_giftcard
booleanOptionalWhether the product is a gift card.
discountable
booleanOptionalWhether the product can be discounted.
thumbnail
null | stringOptionalThe URL of the product's thumbnail.
handle
stringOptionalThe handle of the product. The handle can be used to create slug URL paths.
If not supplied, the value of the
handle
attribute of the product is set to the slug version of the title
attribute.The status of the product.
The associated images to create or update.
external_id
null | stringOptionalThe id of the product in an external system
type_id
null | stringOptionalThe product type to associate with the product.
collection_id
null | stringOptionalThe product collection to associate with the product.
tag_ids
string[]OptionalThe tags to associate with the product
category_ids
string[]OptionalThe product categories to associate with the product.
The associated options to create or update.
The product variants to be created and associated with the product.
You can also update existing product variants associated with the product.
width
null | numberOptionalThe width of the product.
height
null | numberOptionalThe height of the product.
length
null | numberOptionalThe length of the product.
weight
null | numberOptionalThe weight of the product.
origin_country
null | stringOptionalThe origin country of the product.
hs_code
null | stringOptionalThe HS Code of the product.
material
null | stringOptionalThe material of the product.
mid_code
null | stringOptionalThe MID Code of the product.
Holds custom data in key-value pairs.
Was this page helpful?