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