Skip to main content

GET a list of products in the specified category and filter by the specified attributes

GET 

/v/pc/:categoryId

NOTE: This endpoint retrieves a list of active products that are associated with active categories. It is designed specifically for integration with web stores, ensuring that only currently available and relevant products are displayed to end-users.
Ideal for storefronts or catalog pages that need to dynamically load and display products that are currently being sold and belong to categories that are visible/enabled.

This API endpoint allows you to retrieve a list of all available products in the PIMS system, or select products within a specific category and filter them by attribute values.

Returns


Specify a unique category identifier.

If you want to retrieve all available products across all active categories, set the category identifier to "0".

For filtering results based on attribute values, provide the attribute name and its corresponding value. You can apply multiple filters simultaneously.

The endpoint returns information about products assigned to the corresponding category and having attributes with the specified value.

Request

Responses

success