Delivery Carrier Calculated Option Definition Update Input
The input fields for updating a carrier-calculated shipping option.
Anchor to FieldsFields
- currency (CurrencyCode)
- description (String)
- freeDeliveryMinimumValue (MoneyInput)
- id (ID!)
- isActive (Boolean)
- rateGroupsToCreate ([DeliveryCarrierCalculatedRateGroupCreateInput!])
- rateGroupsToDelete ([ID!])
- rateGroupsToUpdate ([DeliveryCarrierCalculatedRateGroupUpdateInput!])
- 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 existing threshold. Currency must match the shipping option's currency.
- •ID!non-null
The ID of the carrier-calculated shipping option to update.
- Anchor to isActiveis•Boolean
Active Whether this shipping option is active and shown to buyers.
- Anchor to rateGroupsToCreaterate•[Delivery
Groups To Create Carrier Calculated Rate Group Create Input!] Rate groups to create for this shipping option. At this time, only a single rate group is supported for carrier calculated 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 Carrier Calculated 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.carrierCalculatedDelivery•INPUT OBJECT
Option Definition Update Input.carrierCalculated The input fields for updating a shipping option. Provide exactly one option type.