Interface MerchantFulfillmentApiModelShippingService

A shipping service offer made by a carrier.

ShippingService

interface MerchantFulfillmentApiModelShippingService {
    AvailableFormatOptionsForLabel?: MerchantFulfillmentApiModelLabelFormatOption[];
    AvailableLabelFormats?: (
        | "PDF"
        | MerchantFulfillmentApiModelLabelFormat
        | "PNG"
        | "ZPL203"
        | "ZPL300"
        | "ShippingServiceDefault"
    )[];
    AvailableShippingServiceOptions?: MerchantFulfillmentApiModelAvailableShippingServiceOptions;
    Benefits?: MerchantFulfillmentApiModelBenefits;
    CarrierName: string;
    EarliestEstimatedDeliveryDate?: string;
    LatestEstimatedDeliveryDate?: string;
    Rate: MerchantFulfillmentApiModelCurrencyAmount;
    RequiresAdditionalSellerInputs: boolean;
    ShipDate: string;
    ShippingServiceId: string;
    ShippingServiceName: string;
    ShippingServiceOfferId: string;
    ShippingServiceOptions: MerchantFulfillmentApiModelShippingServiceOptions;
}

Properties

AvailableFormatOptionsForLabel?: MerchantFulfillmentApiModelLabelFormatOption[]

The available label formats.

ShippingService

AvailableLabelFormats?: (
    | "PDF"
    | MerchantFulfillmentApiModelLabelFormat
    | "PNG"
    | "ZPL203"
    | "ZPL300"
    | "ShippingServiceDefault"
)[]

List of label formats.

ShippingService

ShippingService

ShippingService

CarrierName: string

The name of the carrier.

ShippingService

EarliestEstimatedDeliveryDate?: string

Date-time formatted timestamp.

ShippingService

LatestEstimatedDeliveryDate?: string

Date-time formatted timestamp.

ShippingService

ShippingService

RequiresAdditionalSellerInputs: boolean

When true, additional seller inputs are required.

ShippingService

ShipDate: string

Date-time formatted timestamp.

ShippingService

ShippingServiceId: string

An Amazon-defined shipping service identifier.

ShippingService

ShippingServiceName: string

A plain text representation of a carrier's shipping service. For example, "UPS Ground" or "FedEx Standard Overnight".

ShippingService

ShippingServiceOfferId: string

An Amazon-defined shipping service offer identifier.

ShippingService

ShippingService

MMNEPVFCICPMFPCPTTAAATR