List Products
List Products
Retrieve a paginated list of products from the WISEPIM API. Filter by status, category, or attributes and sort results with flexible query parameters.
GET
List Products
Returns a paginated list of products. You can filter and sort the results using query parameters.
Query Parameters
integer
Filter products by project ID
string
Filter by status (active, inactive, pending, archived)
string
Filter by product type (simple, configurable, virtual, bundle, grouped)
integer
Filter by category ID
integer
default:"1"
Page number for pagination
integer
default:"20"
Number of items per page
Response
integer
Total number of products matching the filters
string
URL for the next page of results
string
URL for the previous page of results
array
List of product objects

