Selling Partner API SDK for JavaScript
    Preparing search index...

    Additional information required to purchase shipping.

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

    Properties

    DataType?: string

    The data type of the additional information.

    ValueAsAddress?: Address
    ValueAsBoolean?: boolean

    The value when the data type is boolean.

    ValueAsCurrency?: CurrencyAmount
    ValueAsDimension?: Length
    ValueAsInteger?: number

    The value when the data type is integer.

    ValueAsString?: string

    The value when the data type is string.

    ValueAsTimestamp?: string

    Date-time formatted timestamp.

    ValueAsWeight?: Weight