PIM API Version 1.15

July 14, 2021


On this page

Aug 2, 2020

New Features

  1. Added X-Total-Count header that can be retrieved via a "withTotalCount" boolean query parameter:
    1. GET /v1/product/group,
    2. GET /v1/product/category,
    3. GET /v1/assortment/{id}/products.
  2. The following methods are deprecated:
    1. GET /v1/product/group/count,
    2. GET /v1/product/category/count,
    3. GET /v1/product/count.
  3. Added create and update endpoints for Matrix Products and Matrix Product Variations:
    1. POST /v1/matrix/product
    2. GET /v1/matrix/product/{id}/dimensions
    3. PUT /v1/matrix/product/{id}/dimensions
    4. POST /v1/matrix/product/{id}/variation
    5. PATCH /v1/matrix/product/{productID}/variation/{variationID}