View all releases
Feb 19, 2025

In the past, whenever you wanted to remove a product from a subscription, you had to reference our internal OrderedProduct IDs (unique identifiers we use for each ordered product).

With this update, our API mutation destroyOrderedProduct now accepts either Shopify Variant ID or Shopify Product ID as parameters, in addition to the subscriptionId. So, you can now remove a product from a subscription based on its Shopify ID.

You can check out our Developer Doc for more information here.