DeliveryMethod Union
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
Warehouse
Represents warehouse.
ShippingMethod
Shipping methods that can be used as means of shipping for orders and checkouts.