Additional information required to purchase shipping.

AdditionalSellerInput

interface AdditionalSellerInput {
    DataType?: string;
    ValueAsAddress?: Address;
    ValueAsBoolean?: boolean;
    ValueAsCurrency?: CurrencyAmount;
    ValueAsDimension?: Length;
    ValueAsInteger?: number;
    ValueAsString?: string;
    ValueAsTimestamp?: string;
    ValueAsWeight?: Weight;
}

Properties

DataType?: string

The data type of the additional information.

AdditionalSellerInput

ValueAsAddress?: Address

AdditionalSellerInput

ValueAsBoolean?: boolean

The value when the data type is boolean.

AdditionalSellerInput

ValueAsCurrency?: CurrencyAmount

AdditionalSellerInput

ValueAsDimension?: Length

AdditionalSellerInput

ValueAsInteger?: number

The value when the data type is integer.

AdditionalSellerInput

ValueAsString?: string

The value when the data type is string.

AdditionalSellerInput

ValueAsTimestamp?: string

Date-time formatted timestamp.

AdditionalSellerInput

ValueAsWeight?: Weight

AdditionalSellerInput