Skip to main content

ShippingOptionDefinition

What a shipping option is, with no pricing and no cart context.

type ShippingOptionDefinition {
id: Int!
name: String
type: ShippingOptionType
}

Fields

id ● Int!

The option id.

name ● String

Display name of the method, in the request's language.

type ● ShippingOptionType

Delivery/pickup type of the option.

Example

{}