Selling Partner API SDK for JavaScript
    Preparing search index...
    ShippingSpeedCategory: {
        Expedited: "Expedited";
        Priority: "Priority";
        ScheduledDelivery: "ScheduledDelivery";
        Standard: "Standard";
    } = ...

    The shipping method used for the fulfillment order. When this value is ScheduledDelivery, choose Ship for the fulfillmentAction. Hold is not a valid fulfillmentAction value when the shippingSpeedCategory value is ScheduledDelivery. Note: Shipping method service level agreements vary by marketplace. Sellers should refer to the Seller Central website in their marketplace for shipping method service level agreements and fulfillment fees.

    Type Declaration

    • ReadonlyExpedited: "Expedited"
    • ReadonlyPriority: "Priority"
    • ReadonlyScheduledDelivery: "ScheduledDelivery"
    • ReadonlyStandard: "Standard"