Skip to Content

ShippingMethod

Describes a shipping method available for orders, including its title, description, and visual representation.

Type Definition

type ShippingMethod { title: String shortDescription: String description: String logo: String }

Fields

FieldTypeDescription
titleStringReturns the title.
shortDescriptionStringReturns the short description.
descriptionStringReturns the description.
logoStringReturns the logo.

Relationships

ShippingMethod is a standalone type that represents shipping method information. It is typically returned as part of shipping-related queries or mutations that provide order fulfillment options to customers.

Example

{ title shortDescription description logo }

Implements

This type does not implement any interfaces.

No related types.