For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
The only mutations that are documented are create, setNextBillingDate and update.
Is there a way to delete a subscription contract through an update mutation or deletion all together?
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi,
No, it's not possible to delete a SubscriptionContract. However a contract's status can be updated. The list of possible statuses can be seen in the help docs.
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hi,
No, it's not possible to delete a SubscriptionContract. However a contract's status can be updated. The list of possible statuses can be seen in the help docs.
To learn more visit the Shopify Help Center or the Community Blog.
Thank you!
While I've been making use of test stores, I would love to see the ability to delete subscription contracts in the future or adding a new status that can be used to filter out contracts that are in a deleted state. The use case is for migrations of existing subscriptions and cleanup. Cheers!