Anchor to DeliveryWeightBasedOptionDefinitionCreateInputDelivery
input_objectDelivery Weight Based Option Definition Create Input
The input fields for creating a weight-based shipping option.
Anchor to FieldsFields
- currency (CurrencyCode!)
- description (String)
- freeDeliveryMinimumValue (MoneyInput)
- isActive (Boolean)
- name (String!)
- rateGroup (DeliveryWeightBasedRateGroupCreateInput!)
- Anchor to currencycurrency•Currency
Code! non-null 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. Currency must match the shipping option's currency.
- Anchor to isActiveis•Boolean
Active Default:true Whether this shipping option is active and shown to buyers. Defaults to true.
- Anchor to namename•String!non-null
The name shown to buyers for this shipping option.
- Anchor to rateGrouprate•Delivery
Group Weight Based Rate Group Create Input! required The weight-based rate group for this shipping option.
Was this section helpful?
Anchor to Input objects using this inputInput objects using this input
- Anchor to DeliveryOptionDefinitionCreateInput.weightBasedDelivery•INPUT OBJECT
Option Definition Create Input.weightBased The input fields for creating a shipping option. Provide exactly one option type.
Was this section helpful?