stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryConditionField

AdminTypes.DeliveryConditionField enum

The field type that the condition will be applied to.

Signature:

export declare enum DeliveryConditionField 

Enumeration Members

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.