All Release Notes
Removed deprecated fields from Remove Price update action
15 June 2023
Composable Commerce
HTTP API
Enhancement
Deprecation
Pricing and DiscountsGraphQL
As announced before we have now removed the variantId, sku and price fields from the Remove Price update action on the Products API.
The Price to be removed is now identified by the priceId field, respectively by RemoveProductPrice.priceId in the GraphQL API.
Changes:
- [GraphQL API] Changed the
RemoveProductPricetype:- Input field
variantIdwas removed fromRemoveProductPricetype - Input field
skuwas removed fromRemoveProductPricetype - Input field
pricewas removed fromRemoveProductPricetype
- Input field