- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
retrieveProductType - Product Module Reference
This documentation provides a reference to the retrieveProductType
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 type by its ID.
Example#
Parameters#
typeId
stringThe ID of the product type to retrieve.
The configurations determining how the product type is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a product type.
select
or relations
, accept the
attributes or relations associated with a product type.Returns#
Promise
Promise<ProductTypeDTO>The retrieved product type.
Promise
Promise<ProductTypeDTO>Was this page helpful?