All Release Notes

Announced deprecation of 'sku', 'variantId' and 'price' fields in Remove Price update action

17 May 2023
Announcement
DeprecationPricing 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 deprecated
    • RemoveProductPrice.sku is deprecated
    • RemoveProductPrice.price is deprecated