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