Anchor to DeliveryCarrierCalculatedOptionDefinitionCreateInputDelivery
input_objectDelivery Carrier Calculated Option Definition Create Input
The input fields for creating a carrier-calculated shipping option.
Anchor to FieldsFields
- currency (CurrencyCode!)
- description (String)
- freeDeliveryMinimumValue (MoneyInput)
- isActive (Boolean)
- rateGroups ([DeliveryCarrierCalculatedRateGroupCreateInput!]!)
- 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 rateGroupsrate•[Delivery
Groups Carrier Calculated Rate Group Create Input!]! required The rate groups to create for this shipping option. At this time, only a single rate group is supported for carrier calculated shipping options.
Was this section helpful?
Anchor to Input objects using this inputInput objects using this input
- Anchor to DeliveryOptionDefinitionCreateInput.carrierCalculatedDelivery•INPUT OBJECT
Option Definition Create Input.carrierCalculated The input fields for creating a shipping option. Provide exactly one option type.
Was this section helpful?