Skip to main content

A location response tells you if all the data in the location feed was processed successfully or not. The following table explains the elements or fields in the location response file.

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

XML: location.locationID

The warehouse or store where the item will ship from.

Occurrence: Always Returned

CSV: status

XML: location.status

The result of the action requested in the uploaded feed:

  • SUCCESS: Indicates the location has been successfully added or updated.
  • FAILED: Indicates the location has failed to be added or updated.

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 location.

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 location.

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 location. 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 Product feed response file will also have a feedSummary container. See XML feedSummary container for details.