Delivery information for the order.

interface ShopifyDeliveryInfo {
    details: ShopifyDeliveryDetails;
    method: string;
}

Properties

Properties

Detailed delivery information.

method: string

The delivery method type. Possible values: "SHIPPING", "PICK_UP", "RETAIL", "LOCAL", "PICKUP_POINT", "NONE"