- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
retrieveProductTag - Product Module Reference
This documentation provides a reference to the retrieveProductTag
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.
This method is used to retrieve a tag by its ID.
Example#
A simple example that retrieves a product tag by its ID:
To specify relations that should be retrieved:
Parameters#
tagId
stringThe ID of the tag to retrieve.
The configurations determining how the product tag is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a product tag.
select
or relations
, accept the
attributes or relations associated with a product tag.Returns#
Promise
Promise<ProductTagDTO>The retrieved product tag.
Promise
Promise<ProductTagDTO>Was this page helpful?