The origin for the delivery offer.

Origin

interface Origin {
    countryCode: string;
}

Properties

Properties

countryCode: string

The two digit country code the items should ship from. In ISO 3166-1 alpha-2 format.

Origin