19 September 2025
Composable Commerce
HTTP API
Enhancement
Product catalog
You can now include or exclude specific Attributes in the Product Projections response. This optimizes API responses when you require only specific Product Attributes, reduces the response size, and improves response times for your applications.
Use the filter[attributes] query parameter to specify the Product Attributes that you want to include or exclude from the response.
The filter[attributes] parameter is available for the following Product Projections endpoints:

Changes:

  • [API] Added the filter[attributes] query parameter to Product Projections endpoints.
  • [API] Added support for including specific Attributes by name.
  • [API] Added support for excluding specific Attributes by using the dash (-) prefix.
  • [API] Added Attribute filtering support for Product Attributes, Master Variant, and all other Product Variants.