Skip to main content
Version: 3.x

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

Represents warehouse.

DeliveryMethod.ShippingMethod object

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

Member of

Checkout object ● Order object


Was this page helpful?