Stay.ai Change Address
This action is used to change address of a subscription by id.
Official documentation for this endpoint that be found here: https://docs.stay.ai/reference/cancel-subscription
Inputs
Name | Type | Description |
---|---|---|
SubscriptionId | String | The ID of the subscription |
Token | String | Stay.ai access token |
Address | Optional Object | Full shipping address object with all fields |
Address1 | Optional String | Street address line 1 |
Address2 | Optional String | Street address line 2 |
City | Optional String | City |
Province | Optional String | Province / State name |
Country | Optional String | Country name |
Zip | Optional String | Postal / ZIP code |
Country_code | Optional String | 2-letter country code (e.g. "US") |
Country_name | Optional String | Country name (redundant if Country is provided) |
Province_code | Optional String | Province / State code (e.g. "CT") |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the call was successful or not |
Error | String | An error message if it fails (useful for invalid or canceled subscriptions) |
Updated 11 days ago