| 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. The first step is to establish the MerchantOrderID in the acknowledgement feed. Amazon will map the MerchantOrderID to the AmazonOrderID, and you can then use your own order ID (MerchantOrderID) for subsequent feeds relating to that order. An order identifier that is specified by the seller. Not an Amazon order identifier. Required if no AmazonOrderID supplied. |
string |
Max length: 64 |
| MerchantFulfillmentID |
Seller-supplied unique identifier for the shipment (not used by Amazon) |
string |
None. |
| FulfillmentDate |
The date the item was actually shipped or picked up, depending on the fulfillment method specified in the order You can specify the FulfillmentDate with or without time zone information: 2006-12-11T09:50:00 local time zome applies / 2006-12-11T09:50:00+02:00 GMT time zone applies For locales affected by Daylight Saving Time, adjust the information, if necessary. Daylight Saving Time is not automatically taken into consideration |
date |
Required |
| FulfillmentData |
Container for order-fulfillment information, broken into the following components: CarrierCode – Shipping carrier code. CarrierName – Shipping carrier name. ShippingMethod – Shipping method used to deliver the item. ShipperTrackingNumber – Tracking number for the shipment. You can use CarrierName instead of CarrierCode if the list of options for CarrierCode (in the base XSD) does not contain the carrier you used. |
SuiteBridge.Models.AmazonMWS.FulfillmentData |
None. |
| Items |
Container for order-fulfillment information for a specific item, broken into the following components: AmazonOrderItemCode – Amazon's unique ID for an item in an order. MerchantOrderItemID – Optional seller-supplied ID for an item in an order. It can be used in order processing if the pairing was established in the acknowledgement feed. MerchantFulfillmentItemID - Seller-supplied unique identifier for an item in the shipment (not used by Amazon). Quantity – The quantity shipped (if more than one of a given item was purchased, and all of them are not shipped together) |
Collection of SuiteBridge.Models.AmazonMWS.OrderFulfillmentItem |
None. |