Cancels a customer subscription in Stay AI using the subscription ID and tracks the cancellation reason.
This integration sends a cancellation request to Stay A... Read More
Cancels a customer subscription in Stay AI using the subscription ID and tracks the cancellation reason.
This integration sends a cancellation request to Stay AI (formerly Retextion) for a specific subscription. Use it when a customer requests to stop future renewals or shipments, and you need to record who initiated the cancellation and why it was cancelled for analytics and retention insights.
Returns a simple confirmation response indicating whether the cancellation request was successfully processed. The response contains a success field that shows true when the subscription has been cancelled in Stay AI.
{
"success": true
} Read LessModifies the billing frequency of a Stay AI subscription to change how often a customer is charged and receives products.
This integration updates the billing f... Read More
Modifies the billing frequency of a Stay AI subscription to change how often a customer is charged and receives products.
This integration updates the billing frequency of an existing Stay AI subscription, allowing you to change how often customers are charged and receive their subscription products. You can modify any subscription from one frequency to another (such as changing from monthly to every 8 weeks, or from weekly to quarterly) while tracking who initiated the change for audit and reporting purposes.
Returns a confirmation message along with the updated subscription details including id, status, nextBillingDate (when the next charge will occur), accountId, cancelledAt (null if active), currencyCode, deliveryPrice, and originOrderId (the original Shopify order that started this subscription).
{
"message": "Frequency Changed Successfully",
"response": {
"id": "xyz789abc123def456",
"status": "ACTIVE",
"accountId": "acc456def789ghi012",
"cancelledAt": null,
"currencyCode": "USD",
"deliveryPrice": 0,
"originOrderId": "gid://shopify/Order/5432109876543",
"nextBillingDate": "2026-03-15T14:30:00.000Z"
}
} Read LessGenerate Portal Link using Stay AI. Requires customer_email and customer_phone. Returns results based on the executed action.
Retrieves Subscription by Email using Stay AI. Requires email. Returns the requested data record(s) with all available details.
Pause Subscription by ID using Stay AI. Requires initiator and paused_until and subscription_id. Returns results based on the executed action.
Reactivates a paused or cancelled subscription in Stay AI’s retention platform for e-commerce businesses.
This integration reactivates a subscription that... Read More
Reactivates a paused or cancelled subscription in Stay AI’s retention platform for e-commerce businesses.
This integration reactivates a subscription that was previously paused or cancelled in Stay AI (formerly Retextion). When a customer wants to resume their subscription or when a merchant needs to reactivate a subscription on behalf of a customer, this tool restores the subscription to its active state, allowing future billing cycles and shipments to continue as scheduled.
Returns a confirmation object indicating whether the subscription reactivation was successful. The response contains a success boolean field that shows true when the subscription has been successfully reactivated.
{
"success": true
} Read LessSkips the next scheduled order for a customer’s subscription in Stay AI without canceling the subscription.
This integration allows you to skip the next u... Read More
Skips the next scheduled order for a customer’s subscription in Stay AI without canceling the subscription.
This integration allows you to skip the next upcoming order for a specific customer subscription in Stay AI (formerly Retextion). When executed, it prevents the next scheduled delivery from being processed while keeping the subscription active. This is commonly used for customer retention scenarios where a subscriber wants to pause their next delivery without canceling their subscription entirely.
Returns a confirmation object indicating whether the skip operation was successful. The response contains a success field that shows true when the next order has been successfully skipped.
{
"success": true
} Read LessUnpause Subscription by ID using Stay AI. Requires initiator and subscription_id. Returns results based on the executed action.
Updates Subscription Order Notes using Stay AI. Requires order_notes and user_subscription_id. Returns the updated record with the applied changes.
Updates order notes for a Stay AI subscription to customize delivery instructions or special requests.
This integration allows you to add or modify order notes ... Read More
Updates order notes for a Stay AI subscription to customize delivery instructions or special requests.
This integration allows you to add or modify order notes for an existing Stay AI subscription. Order notes are useful for including special delivery instructions, customer preferences, or any other important information that should be associated with future subscription orders. This helps ensure that customer requests are properly communicated and fulfilled with each recurring shipment.
Returns a confirmation message along with the updated subscription details including id, status, nextBillingDate, billingInterval, price, currency, deliveryPrice, and the newly updated orderNotes. Also includes cancellation information if applicable such as cancelledAt and cancellationReasons.
{
"message": "Subscription updated successfully",
"response": {
"id": "21503344798",
"status": "active",
"cancelledAt": null,
"cancellationReasons": null,
"nextBillingDate": "2024-02-15T00:00:00Z",
"billingInterval": "1 month",
"price": "29.99",
"currency": "USD",
"deliveryPrice": "4.99",
"orderNotes": "Please deliver to side door - customer works from home"
}
} Read LessFor information on getting the appropriate Integration credentials, visit the StayAI site directly.