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