ProductOptions

Add an option to a product

Option items must be added separately <br /> Type must be one of TEXT, TEXTAREA, DROPDOWN or IMAGE

post/api/v1/products/{id}/options

Path parameters

idinteger required

The product ID

The product ID

Request body

idinteger
product_idinteger
namestring required
is_requiredboolean
typestring required
sizeinteger required

Response

The added option

metaobject nullable
errorsobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.