At first, thank you for the new version 2.0 of Atropim !
I just have few suggestions to improve the data returned by the GET API :
- It would be nice if the API (e.g. /Product) didn’t return attributes with null values (even when explicitly requested), in order to optimize the returned data.
- It’s great to have a JSON attribute like attributesDef in a product, but when fetching multiple products, it would be helpful to be able to choose whether we want it or not, since it returns a lot of data that isn’t always necessary. (and repeated in all products)
- It might also be useful to avoid listing all attribute names in the attributes field if we want to retrieve all of them — perhaps by adding a query parameter like allAttributes=true