Skip to main content
Skip to main content

ProductCategoriesResource

product-categories.ProductCategoriesResource

Methods

list

list(query?, customHeaders?): ResponsePromise<StoreGetProductCategoriesRes>

Parameters

is optional. Can contain a limit and offset for the returned list
customHeadersRecord<string, any>Required

Default: `{}`

Returns

ResponsePromise<StoreGetProductCategoriesRes>

Description

Retrieves a list of product categories


retrieve

retrieve(id, query?, customHeaders?): ResponsePromise<StoreGetProductCategoriesCategoryRes>

Parameters

idstringRequired
id of the product category
is optional. Can contain a fields or relations for the returned list
customHeadersRecord<string, any>Required

Default: `{}`

Returns

ResponsePromise<StoreGetProductCategoriesCategoryRes>

Description

Retrieves a single product category

Was this section helpful?