All Release Notes
Added existence check for Product Types
13 July 2022
Composable Commerce
HTTP API
Enhancement
Product catalogExtensibility
You can now check if a Product Type exists using its id
, key
or a query predicate. These methods are useful if you are only interested in the existence of a certain Product Type without the need of fetching its information.
- [API] Added HEAD methods for Product Types by ID, by Key, and by Query Predicate.