- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
updateProductTags - Product Module Reference
This documentation provides a reference to the updateProductTags
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.
updateProductTags(id, data, sharedContext?): Promise<ProductTagDTO>#
This method is used to update a tag.
Example#
Parameters#
id
stringThe ID of the tag to be updated.
The attributes of the tag to be updated
Returns#
Promise
Promise<ProductTagDTO>The updated tag.
Promise
Promise<ProductTagDTO>updateProductTags(selector, data, sharedContext?): Promise<ProductTagDTO[]>#
This method is used to update a list of tags matching the specified filters.
Example#
Parameters#
selector
FilterableProductTagPropsThe filters specifying which tags to update.
selector
FilterableProductTagPropsThe attributes to be updated on the selected tags
Returns#
Promise
Promise<ProductTagDTO[]>The updated tags.
Promise
Promise<ProductTagDTO[]>Was this page helpful?