ProductOptionDTO
A product option's data.
id
stringRequiredThe ID of the product option.
title
stringRequiredThe title of the product option.
The associated product option values.
created_at
string | DateRequiredWhen the product option was created.
updated_at
string | DateRequiredWhen the product option was updated.
The associated product.
product_id
null | stringThe associated product id.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
deleted_at
string | DateWhen the product option was deleted.
Was this section helpful?