Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryConditionField
The field type that the condition will be applied to.
Signature:
export declare enum DeliveryConditionField
Member | Value | Description |
---|---|---|
TotalPrice | "TOTAL_PRICE" |
The condition will check against the total price of the order. |
TotalWeight | "TOTAL_WEIGHT" |
The condition will check against the total weight of the order. |