Skip to main content

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: Order ID

XML:

orderFulfillmentDetail.OrderID

The unique identifier of an order that was updated in an order fulfillment feed.

Occurrence: Always Returned

CSV: Line Item ID

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: Logistics Status

XML:

orderFulfillmentDetail.logisticsStatus

This value indicates the logistics status updated applied to the order or line item.

Occurrence: Always Returned

CSV: Status

XML:

orderFulfillmentDetail.Status

The result of the action requested in the uploaded feed:

  • SUCCESS: The logistics action has been successfully applied to the order or line item.
  • FAILED: The logistics action applied to the order or line item has failed. Check if there is an available error message.

Occurrence: Always Returned

CSV: Message Type

XML: messageInfo.messageType

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: Message ID

XML: messageInfo.messageID

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: Message

XML: messageInfo.message

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.