Types > ShippingProviderField
Commerce APITypesShippingProviderField
ShippingProviderField

Description

Fields

label: String!

Nice name for UI

Example: "Password"


mandatory: Boolean!

Whether the field is mandatory or not

Example: false


name: String!

Option name

Example: "password"


options: [ShippingProviderFieldOption!]


safe: Boolean!

Is is safe to show a field value (for passwords)

Example: true


service_levels_pane: Boolean!

Whether to put this field onto a service levels pane

Example: false


tooltip: String

Tooltip for UI

Example: "Hello, world"


type: ShippingProviderFieldType!

Type of the option, matches HTML somewhat


Used By

Types

InfoShippingProvider

Preview (typescript)

Loading module