- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
createProductCollections - Product Module Reference
This documentation provides a reference to the createProductCollections
method. This belongs to the Product Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
createProductCollections(data, sharedContext?): Promise<ProductCollectionDTO[]>#
This method is used to create product collections.
Example#
Parameters#
The product collections to be created.
Returns#
Promise
Promise<ProductCollectionDTO[]>The list of created product collections.
Promise
Promise<ProductCollectionDTO[]>createProductCollections(data, sharedContext?): Promise<ProductCollectionDTO>#
This method is used to create a product collection.
Example#
Parameters#
The product collection to be created.
Returns#
Promise
Promise<ProductCollectionDTO>The created product collection.
Promise
Promise<ProductCollectionDTO>Was this page helpful?