All Release Notes
Announced deprecation of 'sku', 'variantId' and 'price' fields in Remove Price update action
17 May 2023
Composable Commerce
HTTP API
Announcement
Deprecation
Pricing and DiscountsGraphQL
The variantId
, sku
and price
fields are now deprecated in the Remove Price update action on Products. Please use priceId
instead.
For the GraphQL API, please use RemoveProductPrice.priceId
instead.
Changes:
- [GraphQL API] Changed the
RemoveProductPrice
type:RemoveProductPrice.variantId
is deprecatedRemoveProductPrice.sku
is deprecatedRemoveProductPrice.price
is deprecated