Delivery Weight Based Option Definition Update Input
The input fields for updating a weight-based shipping option.
Anchor to FieldsFields
- currency (CurrencyCode)
- description (String)
- freeDeliveryMinimumValue (MoneyInput)
- id (ID!)
- isActive (Boolean)
- name (String)
- rateGroupsToCreate ([DeliveryWeightBasedRateGroupCreateInput!])
- rateGroupsToDelete ([ID!])
- rateGroupsToUpdate ([DeliveryWeightBasedRateGroupUpdateInput!])
- Anchor to currencycurrency•Currency
Code The currency used for all money values in this shipping option.
- Anchor to descriptiondescription•String
Optional description shown to buyers.
- Anchor to freeDeliveryMinimumValuefree•Money
Delivery Minimum Value Input The cart subtotal required for free shipping. Null clears the threshold. Currency must match the shipping option's currency.
- •ID!non-null
The globally unique ID of the weight-based shipping option to update.
- Anchor to isActiveis•Boolean
Active Whether this shipping option is active and shown to buyers.
- Anchor to namename•String
The name shown to buyers for this shipping option.
- Anchor to rateGroupsToCreaterate•[Delivery
Groups To Create Weight Based Rate Group Create Input!] Rate groups to create for this shipping option. At this time, only a single rate group is supported for weight-based shipping options.
- Anchor to rateGroupsToDeleterate•[ID!]
Groups To Delete The IDs of rate groups to delete from this shipping option.
- Anchor to rateGroupsToUpdaterate•[Delivery
Groups To Update Weight Based Rate Group Update Input!] Rate groups to update for this shipping option. Only the existing single rate group is supported.
Anchor to Input objects using this inputInput objects using this input
- Anchor to DeliveryOptionDefinitionUpdateInput.weightBasedDelivery•INPUT OBJECT
Option Definition Update Input.weightBased The input fields for updating a shipping option. Provide exactly one option type.