Detailed delivery information.

interface ShopifyDeliveryDetails {
    additionalInfo?: string;
    location?: ShopifyAddress;
    name?: string;
}

Properties

additionalInfo?: string

Additional information about the delivery.

location?: ShopifyAddress

The delivery location/address.

name?: string

The name/description of the delivery option.