Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleShippingEntitlementsInput
The input fields to update a price rule shipping entitlement.
Signature:
export interface PriceRuleShippingEntitlementsInput
Property | Modifiers | Type | Description |
---|---|---|---|
countryCodes? | InputMaybe<Array<CountryCode | `${CountryCode}`>> | (Optional) The codes for the countries to which the price rule applies to. | |
includeRestOfWorld? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the price rule is applicable to countries that haven’t been defined in the shop’s shipping zones. | |
targetAllShippingLines? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the price rule applies to all shipping lines. |