Przejdź do głównej zawartości

CartShippingMethod

The shipping method currently selected on a cart, with its display label and cost.

type CartShippingMethod {
handle: ID!
price: Money!
title: String!
}

Fields

CartShippingMethod.handle ● ID! non-null scalar

Handle of the selected shipping method — matches the id of an AvailableShippingMethod.

CartShippingMethod.price ● Money! non-null object

Cost of the selected shipping method.

CartShippingMethod.title ● String! non-null scalar

Display title for the checkout summary (e.g. "DPD Standard, 2 days").

Member Of

Cart object