PIM API Version 1.56.1

August 25, 2021


Jan 18, 2021

 

New Features

  1. Backup & Restore. To create a backup you need to specify the backup_id field on the product when creating or updating it.
    1. To create a backup you need to specify the backup_id field on the product when creating or updating it one by one or in bulk.
      1. It is allowed to have only one backup at a time. All new backups will override the previous ones.
      2. For example, if you created and updated some products specifying with backup_id equals 3, then the
        first create or update operation with the backup_id equals 7 will delete all the backups associated with the backup_id equals 3.
    2. To restore you should request the /product/restore endpoint with the backup_id.
  2. Frachise support
  3. External IDs for product groups
    1. external IDs are used to group external system product groups with Erply
  4. Added management calls for product codes, GET & PATCH /v1/product/codes

 

Bug Fixes

  1. Disallowed creating multiple active products with the same code
  2. Fixed assigning automatic code CAFA error when product would still be created

Improvements

  1. Added parent product name to get matrix variations call
  2. More flexible input and less validations on PUT /v1/matrix/product/{id}/dimensions