ReactivateAsk AIpatch https://restapi.ordergroove.com/subscriptions/{subscription_id}/reactivate/Changes a subscription from canceled/inactive to live/active.Path Paramssubscription_idstringrequiredUnique subscription IDBody Paramseveryint32requiredNumber of periodsevery_periodint32requiredType of periodstart_datedaterequiredThe date the subscription becomes active. Expected format: YYYY-MM-DD. Also used as the base for calculating the first order date when next_order_date is not provided (start_date + frequency).next_order_datedateOptional - Sets the date for the first order after reactivation. Expected format: YYYY-MM-DD. Must not be in the past. If not provided, the order date defaults to start_date + frequency (derived from every and every_period fields).Responses 200200 400400 403403 404404Updated 3 months ago