Submit Fulfillment Order
The collection of PUT APIs for Fulfillment Management Services, is for creating and placing fulfillment orders. By using these APIs you can create a simply order consisting of 1 or more line items, where each line item indicated the product, quatity, ship-to info and additional fulfillment details.
This PUT API is a asynchronous API. The API simply returns the order entity if it was successfully created, representing the request to fulfill the order. It does not inform if the 'request' was rejected or accepted.
To verify if the order request was accepted (or rejected), you must either leverage the SNS callbacks and/or query the order details for the updated status.
Updated over 3 years ago