ShippingMethodUpdateInput
InputInput for updating an existing shipping method.
#
Fields
- [ID!]
channels A list of channel IDs that this shipping zone applies to.
- String
description An optional new description for the shipping method.
- ID!
id The ID of the shipping method to update.
- [KeyValuePairOfStringAndStringInput!]
metadata Optional metadata associated with the shipping method, represented as a dictionary of key-value pairs.
- String
name The new name for the shipping method.
- String
predicate An optional new predicate that can be used to filter the shipping method.
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.- String
sku The new SKU (Stock Keeping Unit) for the shipping method.
- [ID!]
zones A list of zone IDs that this shipping method applies to.