Skip to main content

DeliveryMethod

Represents a delivery method chosen for the checkout. Warehouse type is used when checkout is marked as "click and collect" and ShippingMethod otherwise.

Added in Saleor 3.1
union DeliveryMethod = Warehouse | ShippingMethod

Possible types

DeliveryMethod.Warehouse object products

Represents warehouse.

DeliveryMethod.ShippingMethod object shipping

Shipping methods that can be used as means of shipping for orders and checkouts.

Member Of

Checkout object ● Order object