Delivery Object
Represents a delivery option for the checkout.
Added in Saleor 3.23 (unreleased)type Delivery {
id: ID!
shippingMethod: ShippingMethod
}
Fields
id ● ID!
The ID of the delivery.
shippingMethod ● ShippingMethod
Shipping method represented by the delivery.
Member Of
Checkout object ● CheckoutProblemDeliveryMethodInvalid object ● CheckoutProblemDeliveryMethodStale object