- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
createProductTags - Product Module Reference
This documentation provides a reference to the createProductTags
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.
createProductTags(data, sharedContext?): Promise<ProductTagDTO[]>#
This method is used to create a product tag.
Example#
Parameters#
data
CreateProductTagDTO[]The product tags to be created.
data
CreateProductTagDTO[]Returns#
Promise
Promise<ProductTagDTO[]>The list of created product tags.
Promise
Promise<ProductTagDTO[]>createProductTags(data, sharedContext?): Promise<ProductTagDTO>#
This method is used to create a product tag.
Example#
Parameters#
The product tag to be created.
Returns#
Promise
Promise<ProductTagDTO>The created product tag.
Promise
Promise<ProductTagDTO>Was this page helpful?