createOptions - Product Module Reference
This documentation provides a reference to the createOptions
method. This belongs to the Product Module.
createOptions(data, sharedContext?): Promise<ProductOptionDTO[]>
This method is used to create product options.
Example
Parameters
The product options to be created.
Returns
The list of created product options.
createOptions(data, sharedContext?): Promise<ProductOptionDTO>
This method is used to create a product option.
Example
Parameters
The product option to be created.
Returns
The created product option.
Was this section helpful?