Skip to main content

CartShippingMethod

Available shipping method option for the cart.

Represents a delivery method that can be selected for cart fulfillment, with its display information and system identifier.

type CartShippingMethod {
name: String!
code: String!
}

Fields

CartShippingMethod.name ● String! non-null scalar

Display name of the shipping method.

Human-readable name shown to customers during shipping method selection (e.g., 'Standard Delivery', 'Express Shipping').

CartShippingMethod.code ● String! non-null scalar

Unique identifier code for the shipping method.

Internal system code used to identify and process this shipping method (e.g., 'STD', 'EXP', 'PICKUP').

Member Of

Cart object