Skip to main content

shippingOptionSelections

Fetches only the selections for a specific shipping option, identified by its unique ID. Lighter than requesting selections on shippingOption, since the full option (pricing, method details) is never built — useful for lazily loading selections for a known option.

shippingOptionSelections(
shippingOptionId: Int!
input: ShippingOptionsInput!
limit: Int = 10
sort: ShippingSelectionsSortInput
): [ShippingSelection!]!

Arguments

shippingOptionId ● Int!

input ● ShippingOptionsInput!

limit ● Int

sort ● ShippingSelectionsSortInput

Type

ShippingSelection

Base interface for additional shipping selections like timeslots or pickup locations