Now that you have completed the basic example presented in this guide, you are ready to start designing your own application. The Amazon FWS APIs (inbound, outbound, and inventory) include operations that let you accomplish the following tasks:
Add items to an existing shipment (for more information, go to the PutInboundShipmentItems section in the Amazon FWS Developer Guide.
Change shipment data in an existing shipment (for more information, go to the PutInboundShipmentData section in the Amazon FWS Developer Guide.
List all of your listed fulfillment items (for more information, go to the ListAllFulfillmentItems section in the Amazon FWS Developer Guide.
Cancel an existing fulfillment order (for more information, go to the CancelFulfillmentOrder section in the Amazon FWS Developer Guide.
For further assistance with building your application, we suggest you use the other available resources for Amazon FWS. For more information, see Amazon FWS Resources.
We recommend you look at the Amazon Fulfillment Web Service forum to get an idea of what other users are doing and questions they've had. This will help you further understand what you can and can't do with Amazon FWS.
You're already aware of the sample code that goes with this guide (for more information, see Getting the Sample Code). You can look at any other sample code that's available from the Sample Code and Libraries page.