Remove categories from products - GraphQL Enhancements
Author:
Fluent Commerce
Changed on:
22 Mar 2024
Target release date: | 2020-02-10 |
---|---|
Release status: | Released |
Description
GraphQL Enhancements
As part of the Barossa release, the Fluent GraphQL API now provides mutations to remove categories from products. This allows retailers to use the GraphQL API to remove categories from products when a product no longer belongs in a certain category or was added to a category by mistake. Similarly to create product mutations, these mutations follow the principle of specificity and are specific to the product type.
As part of this enhancement, three new mutations have been created, one for each product type.
`removeCategoriesFromStandardProduct`
`removeCategoriesFromVariantProduct`
`removeCategoriesFromGroupProduct`
Changelog
Initial Release
Released capability depth: | New capability |
---|---|
Release bundle / Capability type: | Platform |