Variable ShippingSpeedCategoryConst
ShippingSpeedCategory: {
Expedited: "Expedited";
Priority: "Priority";
ScheduledDelivery: "ScheduledDelivery";
Standard: "Standard";
} = ...
Type Declaration
ReadonlyExpedited: "Expedited"
ReadonlyPriority: "Priority"
ReadonlyScheduledDelivery: "ScheduledDelivery"
ReadonlyStandard: "Standard"
The shipping method used for the fulfillment order. When this value is
ScheduledDelivery, chooseShipfor thefulfillmentAction.Holdis not a validfulfillmentActionvalue when theshippingSpeedCategoryvalue isScheduledDelivery. 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.