v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Fulfillment Outbound v2020-07-01

createFulfillmentOrder

Requests that Amazon ship items from the seller's inventory in Amazon's fulfillment network to a destination address.

Usage Plan:

Rate (requests per second)Burst
230

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API

post/fba/outbound/2020-07-01/fulfillmentOrders

Request body

marketplaceIdstring

The marketplace the fulfillment order is placed against.

sellerFulfillmentOrderIdstring required

A fulfillment order identifier that the seller creates to track their fulfillment order. The sellerFulfillmentOrderId must be unique for each fulfillment order that a seller creates. If the seller's system already creates unique order identifiers, then these might be good values for them to use.

displayableOrderIdstring required

A fulfillment order identifier that the seller creates. This value displays as the order identifier in recipient-facing materials such as the outbound shipment packing slip. The value of displayableOrderId should match the order identifier that the seller provides to the recipient. The seller can use the SellerFulfillmentOrderId for this value or they can specify an alternate value if they want the recipient to reference an alternate order identifier.

The value must be an alpha-numeric or ISO 8859-1 compliant string from one to 40 characters in length. Cannot contain two spaces in a row. Leading and trailing white space is removed.

displayableOrderDatestring date-time required

Date-time formatted timestamp.

displayableOrderCommentstring required

Order-specific text that appears in recipient-facing materials such as the outbound shipment packing slip.

shippingSpeedCategory'Standard' | 'Expedited' | 'Priority' | 'ScheduledDelivery' required

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.

fulfillmentAction'Ship' | 'Hold'

Specifies whether the fulfillment order should ship now or have an order hold put on it.

fulfillmentPolicy'FillOrKill' | 'FillAll' | 'FillAllAvailable'

The FulfillmentPolicy value specified when you called the createFulfillmentOrder operation.

shipFromCountryCodestring

The two-character country code for the country from which the fulfillment order ships. Must be in ISO 3166-1 alpha-2 format.

notificationEmailsstring[]

A list of email addresses that the seller provides that are used by Amazon to send ship-complete notifications to recipients on behalf of the seller.

Response

Success.