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