Stay AI integration (Marketing, Productivity). Imported from open-connector.
https://api.retextion.com/api/v2/settings
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | optional | The Stay AI account ID whose settings should be retrieved. |
/subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Customer email address to filter subscriptions. | |
| status | string | optional | Subscription status to filter by. |
| createdAtMin | integer | optional | Minimum created timestamp in milliseconds. |
| createdAtMax | integer | optional | Maximum created timestamp in milliseconds. |
| updatedAtMin | integer | optional | Minimum updated timestamp in milliseconds. |
| updatedAtMax | integer | optional | Maximum updated timestamp in milliseconds. |
| nextBillingDateMin | integer | optional | Minimum next billing timestamp in milliseconds. |
| nextBillingDateMax | integer | optional | Maximum next billing timestamp in milliseconds. |
| prepaidNextDeliveryDateMin | integer | optional | Minimum prepaid subscription next delivery timestamp in milliseconds. |
| prepaidNextDeliveryDateMax | integer | optional | Maximum prepaid subscription next delivery timestamp in milliseconds. |
| page | integer | optional | Page number to request. Stay AI pages start from 1. |
| pageSize | integer | optional | Number of records per page. Stay AI documents 5 to 100. |
| sortBy | string | optional | Field used to sort Stay AI records. |
| sortDirection | string | optional | Sort direction accepted by Stay AI. |
/subscriptions/{subscriptionId}
| Param | Type | Required | Description |
|---|---|---|---|
| subscriptionId | string | required | Shopify or internal subscription ID. |
/orders
| Param | Type | Required | Description |
|---|---|---|---|
| createdAtMin | integer | optional | Minimum created timestamp in milliseconds. |
| createdAtMax | integer | optional | Maximum created timestamp in milliseconds. |
| updatedAtMin | integer | optional | Minimum updated timestamp in milliseconds. |
| updatedAtMax | integer | optional | Maximum updated timestamp in milliseconds. |
| page | integer | optional | Page number to request. Stay AI pages start from 1. |
| pageSize | integer | optional | Number of records per page. Stay AI documents 5 to 100. |
| sortBy | string | optional | Field used to sort Stay AI records. |
| sortDirection | string | optional | Sort direction accepted by Stay AI. |