Thursday
It would be useful to have an endpoint (in either your v1 or v2) that would return all active product categories (ID + string) in a single API call. Currently the only API-based work around I'm aware of is calling the list products endpoint and then programmatically extracting all unique `productCategory` values. This has obvs drawbacks and being able to `GET` all categories would be very helpful.