ProductOption
A Product Option defines properties that may vary between different variants of a Product. Common Product Options are "Size" and "Color". Admins are free to create any product options.
Properties
id
stringRequiredThe product option's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
title
stringRequiredThe title that the Product Option is defined by (e.g.
Size
).The details of the values of the product option.
product_id
stringRequiredThe ID of the product that this product option belongs to.
The details of the product that this product option belongs to.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?