Anchor to DeliveryValueBasedOptionDefinitionUpdateInputDelivery
input_objectDelivery Value Based Option Definition Update Input
The input fields for updating a value-based shipping option.
Anchor to FieldsFields
- currency (CurrencyCode)
- description (String)
- freeDeliveryMinimumValue (MoneyInput)
- id (ID!)
- isActive (Boolean)
- name (String)
- rateGroupsToCreate ([DeliveryValueBasedRateGroupCreateInput!])
- rateGroupsToDelete ([ID!])
- rateGroupsToUpdate ([DeliveryValueBasedRateGroupUpdateInput!])
- Anchor to currencycurrency•Currency
Code The currency used for all money values in this shipping option.
- Anchor to descriptiondescription•String
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 ID of the value-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 Value Based Rate Group Create Input!] Rate groups to create for this shipping option.
- 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 Value Based Rate Group Update Input!] Rate groups to update for this shipping option.
Was this section helpful?
Anchor to Input objects using this inputInput objects using this input
- Anchor to DeliveryOptionDefinitionUpdateInput.valueBasedDelivery•INPUT OBJECT
Option Definition Update Input.valueBased The input fields for updating a shipping option. Provide exactly one option type.
Was this section helpful?