Breaking Changes in Shopify API Version 2024-10

Due to recent changes in the Shopify API, several actions, fields, and conditions have been deprecated.

Deprecated Actions

  • Action "Set the product category for a product" is fully deprecated.
    • Use the "Set the taxonomy category for a product" Action instead.
  • Action "Update one or more product field values"
    • Updating the "Standard Product Type" field is deprecated, you must set the "Category" instead.

Deprecated Product Fields

  • Field "Product Category" is deprecated.
    • Product Category conditions are deprecated. Use "Category" instead.
    • product.product_category token is deprecated, use product.category instead.
  • Field "Standard Product Type"
    • Standard Product Type conditions are deprecated. Use "Category" instead.
    • product.standard_product_type token is deprecated, use product.category instead.