Skip to main content

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

GET 

/v/pc/:categoryId

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 products in the PIMS system, set the category identifier to "0".

To filter the results by attribute values, specify the attribute name and value. You can apply multiple filters at once.

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

This endpoint is especially useful for those who need quick access to a list of all available products in the system, and is a valuable tool for developers and other users wishing to create applications or analyze product-related data.

Request

Responses

success