ProductDTO
A product's data.
Properties
The associated product categories.
The associated product collection.
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.
idstringRequiredThe ID of the product.
The associated product images.
is_giftcardbooleanRequiredWhether the product is a gift card.
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.
The associated product options.
origin_countrynull | stringThe origin country of the product.
The status of the product.
subtitlenull | stringThe subttle of the product.
The associated product tags.
thumbnailnull | stringThe URL of the product's thumbnail.
titlestringRequiredThe title of the product.
The associated product type.
updated_atstring | DateWhen the product was updated.
The associated product variants.
weightnull | numberThe weight of the product.
widthnull | numberThe width of the product.
Was this section helpful?