Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionContractSubscriptionStatus
The possible status values of a subscription.
Signature:
export declare enum SubscriptionContractSubscriptionStatus
Member | Value | Description |
---|---|---|
Active | "ACTIVE" |
The contract is active and continuing per its policies. |
Cancelled | "CANCELLED" |
The contract was ended by an unplanned customer action. |
Expired | "EXPIRED" |
The contract has ended per the expected circumstances. All billing and deliverycycles of the subscriptions were executed. |
Failed | "FAILED" |
The contract ended because billing failed and no further billing attempts are expected. |
Paused | "PAUSED" |
The contract is temporarily paused and is expected to resume in the future. |
Stale | "STALE" |
The contract has expired due to inactivity. |