PIM API Version 1.8.21

July 14, 2021


June 2, 2020

New Features

  1. Added filtering for GET /v1/product, GET /v1/product/count. "and" and "or" operands are supported,
  2. Added new call GET /v1/assortment/{id}/products/data to get assortment's products data with total count only for active links,
  3. Added new calls POST ​/v1​/assortment​/{id}​/products/bulk and DELETE ​/v1​/assortment​/{id}​/products/bulk to add & remove products to/from an assortment in bulk.

Improvements

  1. When an assortment is deleted all its products are also deleted from now on,
  2. If API response contains an array it is never null from now on. It's always an empty array.

Fixes

  1. DELETE /v1/product/parameter/set - error will not be returned anymore if translations could not be found and the set will get deleted.