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
RemoveProductPrice
type:- Input field
variantId
was removed fromRemoveProductPrice
type - Input field
sku
was removed fromRemoveProductPrice
type - Input field
price
was removed fromRemoveProductPrice
type
- Input field