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
created_at
DateRequiredThe date with timezone at which the resource was created.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe product option's ID
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
The details of the product that this product option belongs to.
product_id
stringRequiredThe ID of the product that this product option belongs to.
title
stringRequiredThe title that the Product Option is defined by (e.g.
Size
).updated_at
DateRequiredThe date with timezone at which the resource was updated.
The details of the values of the product option.
Was this section helpful?