DeliveryMethod
Represents a delivery method chosen for the checkout. Warehouse
type is used when checkout is marked as "click and collect" and ShippingMethod
otherwise.
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.