ProductDTO
A product's data.
The associated product collection.
idstringRequiredThe ID of the product.
The associated product images.
is_giftcardbooleanRequiredWhether the product is a gift card.
The associated product options.
The status of the product.
The associated product tags.
titlestringRequiredThe title of the product.
The associated product type.
The associated product variants.
The associated product categories.
created_atstring | DateWhen the product was created.
deleted_atstring | DateWhen the product was deleted.
descriptionnull | stringThe description of the product.
discountablebooleanWhether the product can be discounted.
external_idnull | stringThe ID of the product in an external system. This is useful if you're integrating the product with a third-party service and want to maintain
a reference to the ID in the integrated service.
handlenull | stringThe handle of the product. The handle can be used to create slug URL paths.
heightnull | numberThe height of the product.
hs_codenull | stringThe HS Code of the product.
lengthnull | numberThe length of the product.
materialnull | stringThe material of the product.
metadataRecord<string, unknown>Holds custom data in key-value pairs.
mid_codenull | stringThe MID Code of the product.
origin_countrynull | stringThe origin country of the product.
subtitlenull | stringThe subttle of the product.
thumbnailnull | stringThe URL of the product's thumbnail.
updated_atstring | DateWhen the product was updated.
weightnull | numberThe weight of the product.
widthnull | numberThe width of the product.
Was this section helpful?