Interface ShippingOption

This object represents one shipping option.

interface ShippingOption {
    id: string;
    prices: LabeledPrice[];
    title: string;
}

Properties

Properties

id: string

Shipping option identifier

prices: LabeledPrice[]

List of price portions

title: string

Option title