Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleTarget
The type of lines (line_item or shipping_line) to which the price rule applies.
Signature:
export declare enum PriceRuleTarget
Member | Value | Description |
---|---|---|
LineItem | "LINE_ITEM" |
The price rule applies to line items. |
ShippingLine | "SHIPPING_LINE" |
The price rule applies to shipping lines. |