ProductCategoriesResource
product-categories.ProductCategoriesResource
Methods
list
list(query?
, customHeaders?
): ResponsePromise
<StoreGetProductCategoriesRes
>
Parameters
is optional. Can contain a limit and offset for the returned list
customHeaders
Record<string, any>RequiredDefault: `{}`
Returns
ResponsePromise
<StoreGetProductCategoriesRes
>
Description
Retrieves a list of product categories
retrieve
retrieve(id
, query?
, customHeaders?
): ResponsePromise
<StoreGetProductCategoriesCategoryRes
>
Parameters
id
stringRequiredid of the product category
is optional. Can contain a fields or relations for the returned list
customHeaders
Record<string, any>RequiredDefault: `{}`
Returns
ResponsePromise
<StoreGetProductCategoriesCategoryRes
>
Description
Retrieves a single product category
Was this section helpful?