Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountShippingDestinationSelectionInput
The input fields for the destinations where the free shipping discount will be applied.
Signature:
export interface DiscountShippingDestinationSelectionInput
Property | Modifiers | Type | Description |
---|---|---|---|
all? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the discount code applies to all countries. | |
countries? | InputMaybe<DiscountCountriesInput> | (Optional) A list of countries where the discount code will apply. |