Jan 18, 2021
New Features
- Backup & Restore. To create a backup you need to specify the backup_id field on the product when creating or updating it.
- 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.
- It is allowed to have only one backup at a time. All new backups will override the previous ones.
- 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.
- To restore you should request the
/product/restore
endpoint with the backup_id.
- 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.
- Frachise support
- External IDs for product groups
- external IDs are used to group external system product groups with Erply
- Added management calls for product codes,
GET
&PATCH
/v1/product/codes
Bug Fixes
- Disallowed creating multiple active products with the same code
- Fixed assigning automatic code CAFA error when product would still be created
Improvements
- Added parent product name to get matrix variations call
- More flexible input and less validations on
PUT /v1/matrix/product/{id}/dimensions