PIM API Version 1.12.5

July 14, 2021


On this page

Jun 25, 2020

New Features

  1. Added pagination, sorting and filtering for Product Groups, Categories, Brands, Suppliers and Families.
  2. Added  GET /v1/product/parameter/option/{id}/products endpoint to get an option and all its associated products.
  3. GET /v1/product/parameter- added “withOptions” flag to additionally return parameter options in the response.
  4. Added GET /v1/product/{id}/parameters endpoint to return all parameters for a product.
  5. GET product parameters returns empty array in case of no parameters, instead of null.