Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanFulfillmentTrigger
Describes what triggers fulfillment.
Signature:
export declare enum SellingPlanFulfillmentTrigger
| Member | Value | Description |
|---|---|---|
| Anchor | "ANCHOR" |
Use the anchor values to calculate fulfillment date. |
| Asap | "ASAP" |
As soon as possible. |
| ExactTime | "EXACT_TIME" |
At an exact time defined by the fulfillment_exact_time field. |
| Unknown | "UNKNOWN" |
Unknown. Usually to be determined in the future. |