17 May 2023
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