UpsertProductOptionDTO
A product option to create or update.
id
stringThe 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
stringThe product option's title.
values
string[]The product option values.
product_id
stringThe ID of the associated product.
Was this section helpful?