Interface MerchantFulfillmentApiModelAdditionalSellerInput

Additional information required to purchase shipping.

AdditionalSellerInput

interface MerchantFulfillmentApiModelAdditionalSellerInput {
    DataType?: string;
    ValueAsAddress?: MerchantFulfillmentApiModelAddress;
    ValueAsBoolean?: boolean;
    ValueAsCurrency?: MerchantFulfillmentApiModelCurrencyAmount;
    ValueAsDimension?: MerchantFulfillmentApiModelLength;
    ValueAsInteger?: number;
    ValueAsString?: string;
    ValueAsTimestamp?: string;
    ValueAsWeight?: MerchantFulfillmentApiModelWeight;
}

Properties

DataType?: string

The data type of the additional information.

AdditionalSellerInput

AdditionalSellerInput

ValueAsBoolean?: boolean

The value when the data type is boolean.

AdditionalSellerInput

AdditionalSellerInput

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

AdditionalSellerInput

MMNEPVFCICPMFPCPTTAAATR