Delivery Weight Based Option Definition
Requires for queries and both as well as for mutations.
A shipping option with rates based on package weight.
Rates contain tiers that define package-weight thresholds. Checkout selects the appropriate tier using the package weight of the shipping allocation, or the combined package weight when allocations are grouped for weight conditions.
Anchor to FieldsFields
- currency (CurrencyCode!)
- description (String)
- freeDeliveryMinimumValue (MoneyV2)
- id (ID!)
- includedCollections (CollectionConnection)
- includedLocations (LocationConnection)
- isActive (Boolean!)
- name (String!)
- rateGroup (DeliveryWeightBasedRateGroup!)
- 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 V2 The cart subtotal required for free shipping. Null if no threshold is set.
- •ID!non-null
A globally unique ID for this shipping option.
- Anchor to includedCollectionsincluded•Collection
Collections Connection Collections that any rate group in this shipping option applies to.
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- Anchor to includedLocationsincluded•Location
Locations Connection Origin locations that any rate group in this shipping option applies to.
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- Anchor to isActiveis•Boolean!
Active non-null Whether this shipping option is active and shown to buyers.
- Anchor to namename•String!non-null
The name shown to buyers for this shipping option.
- Anchor to rateGrouprate•Delivery
Group Weight Based Rate Group! non-null The rate group for this weight-based shipping option.