Back to All

Updating Monthly Subscription Autoship Type

Monthly service fees have been getting created as Standard Autoships. They want to update them them to ”Renewal” autoships so that the users can not see or cancel them from their Web Office Manage Autoships section.

Work to be done:

  • Write a query to find all current autoships that have ItemID (enter ID of subscription SKU) and no other items on the autoship
    - Send the List to Client to verify and have as a backup
    -Once Approved, update the same list to change the autoship type from ”Standard” to ”Renewal”
    -Write a query to find all autoships that have ItemID (ID of Subscription) plus any other items
    - Send List to client so they can update these Manually
    - Client will break out the autoships and update the monthly subscription autoship to type ”Renewal”

Note:
Update the Service type in CRM_ServiceItems in the Data Editor so all future enrollments will have their monthly subscription created as a Renewal Autoship. See This help guide for more information on
Subscriptions