| Name | Description | Type | Additional information |
|---|---|---|---|
| AmazonOrderID |
Amazon's unique identifier for an order, which identifies the entire order regardless of the number of individual items in the order An AmazonOrderId is an Amazon-defined order identifier, in 3-7-7 format. |
string |
Required Max length: 50 |
| MerchantOrderID |
Optional seller-supplied order ID. Amazon will map the MerchantOrderID to the AmazonOrderID, and you can then use your own order ID (MerchantOrderID) for subsequent feeds relating to the order. The first step is to establish the MerchantOrderID in the acknowledgment feed. An order identifier that is specified by the seller. Not an Amazon order identifier. |
string |
Max length: 64 |
| StatusCode |
Allows you to acknowledge your success or failure with downloading an order. StatusCode can be either "Success" or "Failure." A StatusCode of "Failure" can be used for communicating to Amazon that you had a problem integrating the order into your system and are unable to process the order. Sending status code "Failure" will automatically cancel the order; the customer will not be charged for the item. Valid values : Success / Failure |
string |
Required |
| Items |
list of items |
Collection of SuiteBridge.Models.AmazonMWS.OrderAcknowledgementItem |
None. |