An order fulfillment response tells you if all the data in an order fulfillment feed was processed successfully or not.
Sample response files:
Note: The fields in the table below are ordered according to their order in the CSV response file. The parent is provided for XML fields in order to make it easier to locate that field in the XML response file.
Field name |
Description |
---|---|
CSV: XML: orderFulfillmentDetail.OrderID
|
The unique identifier of an order that was updated in an order fulfillment feed. Occurrence: Always Returned |
CSV: XML: orderFulfillmentDetail.lineItemID
|
The unique identifier of an order line item. Included if a lineItemID was processed in an order fulfillment feed. Occurrence: Conditionally Returned |
CSV: XML: orderFulfillmentDetail.
|
This value indicates the logistics status updated applied to the order or line item. Occurrence: Always Returned |
CSV: XML: orderFulfillmentDetail.
|
The result of the action requested in the uploaded feed:
Occurrence: Always Returned |
CSV: XML: |
The type of error or warning. This field is only returned if there was an issue creating or updating the order fulfillment. Occurrence: Conditionally Returned |
CSV: XML: |
The unique identifier of the error or warning. This field is only returned if there was an issue creating or updating the order fulfillment. Occurrence: Conditionally Returned |
CSV: XML: |
The actual text of the error or warning. This field is only returned if there was an issue creating or updating the order fulfillment. This field can include information about errors and how to correct them. Occurrence: Conditionally Returned |
Additional container in XML response
In addition to the fields called out in the table above, the feed response file will also have a feedSummary container. See XML feedSummary container for details.