ecommerce_integrations icon indicating copy to clipboard operation
ecommerce_integrations copied to clipboard

system to bump API version for shopify

Open ankush opened this issue 2 years ago • 0 comments

Shopify deprecates API versions every ~1.5-2 years. We rarely if ever face any breakage due to it because we use only limited core APIs. But still only API version stops working entirely.

Possible fixes:

  • Setup CI rule to update API version periodically like every quarter. (This is just like "reminder")
  • Make it configurable from Shopify settings. Users won't have much idea about this though.

Avoids reactive fixes like these: https://github.com/frappe/ecommerce_integrations/pull/254

ankush avatar Jul 08 '23 14:07 ankush