v1

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

updateFulfillmentOrder

Updates and/or requests shipment for a fulfillment order with an order hold on it.

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.

put/fba/outbound/2020-07-01/fulfillmentOrders/{sellerFulfillmentOrderId}

Path parameters

sellerFulfillmentOrderIdstring required

The identifier assigned to the item by the seller when the fulfillment order was created.

Request body

marketplaceIdstring

The marketplace the fulfillment order is placed against.

displayableOrderIdstring

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.

displayableOrderDatestring date-time

Date-time formatted timestamp.

displayableOrderCommentstring

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

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

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.