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