Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountStatus
The status of the discount.
Signature:
export declare enum DiscountStatus
Member | Value | Description |
---|---|---|
Active | "ACTIVE" |
The discount is active. |
Expired | "EXPIRED" |
The discount is expired. |
Scheduled | "SCHEDULED" |
The discount is scheduled. |