UpdateAsk AIpatch https://restapi.ordergroove.com/subscriptions/{subscription_id}/update/Updates the "extra_data", "price", "components", "offer", and "cancel_reason" fields.Path Paramssubscription_idstringrequiredUnique subscription IDBody Paramsextra_datajsonJSON object that should be JSON.parse() as key/value store for any extra information.pricestringPrice, must be in decimal form ex: 10.00componentsarrayArray of JSON objects to set product IDs that are the legacy bundle components. For example: "components": [ {"product":"123"}, {"product":"456"}, {"product":"789"} ],componentsofferstringPublic ID of the new offer.cancel_reasonstringPipe-delimited cancel reason code and cancel reason details, e.g. "4|Overstocked"Responses 200200 400400 403403 404404 423423Updated 3 months ago