retrieveType - Product Module Reference
This documentation provides a reference to the retrieveType
method. This belongs to the Product Module.
This method is used to retrieve a product type by its ID.
Example
Parameters
typeId
stringRequiredThe ID of the product type to retrieve.
config
FindConfig<ProductTypeDTO>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.
config
FindConfig<ProductTypeDTO>select
or relations
, accept the
attributes or relations associated with a product type.Returns
The retrieved product type.
Was this section helpful?