retrieveTag - Product Module Reference
This documentation provides a reference to the retrieveTag
method. This belongs to the Product Module.
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
stringRequiredThe ID of the tag to retrieve.
config
FindConfig<ProductTagDTO>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.
config
FindConfig<ProductTagDTO>select
or relations
, accept the
attributes or relations associated with a product tag.Returns
The retrieved product tag.
Was this section helpful?