- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpsertProductOptionDTO
A product option to create or update.
id
stringOptionalThe ID of the product option to update. If not provided, the product
option is created. In that case, the
title
and values
properties are
required.title
stringOptionalThe product option's title.
values
string[]OptionalThe product option values.
product_id
stringOptionalThe ID of the associated product.
Was this page helpful?