ShippingMethodRateUpdateInput
InputInput for updating an existing shipping method rate.
Fields
- String
predicate The predicate to use for this shipping method rate update input.
Thor predicates are boolean expressions. Cart discounts and shipping rules evaluate against cart context; product discounts evaluate against price and product context. Cart predicate language and product predicate language.- MoneyInput
price The price to use for this shipping method rate update input.
- Int
priority The priority to use for this shipping method rate update input.
- RateOfTotalInput
rate The rate to use for this shipping method rate update input.
- ID!
rateId The rate id to use for this shipping method rate update input.
- TaxBehavior
taxBehavior The tax behavior to use for this shipping method rate update input.
Possible enum valuesEXCLUSIVEExclusive tax is added on top of the price. For example, a product has the price defined as 5.00 USD. The tax charged on this product could be 10% and would result in a final price of 5.50 USD. (Tax rates might differ—this is only an explanatory example.)
INCLUSIVEInclusive tax is already included in the price. For example, a product has the price defined as 5.00 USD. The final price the customer pays is 5.00 USD.