Common EPCIS API responses

Introduction

This page explains the success and error messages returned by Walmart's EPCIS APIs. These error messages are common to all EPCIS APIs listed on this page to help you determine the specific errors and the actions you must take to update your source payload to the GS1 Walmart format.

To enable end-to-end traceability for high data integrity use cases such as compliance, Walmart's APIs validate key on-boarded master data on the Item Tracer UI attributes, including Global Trade Item Numbers (GTIN) and corporate Global Location Numbers (GLN). We also validate critical tracking identifiers including Serial Shipping Container Codes (SSCC18 pallet ID).

To set up your master data, use the Walmart Item Tracer app hosted on Retail Link.

Overview of terminology

Name Explanation Example
Error Code Format The format of the error code provides information on the tag name, location, and type of error that is in error with the format:

`{TagName}_{Location}_{Type}_ERR` , where ERR is a constant

`BIZTRANSACTION_SCHEMA-ATTR_INVALID_ERR` is an example of a standard error code where a value following "-" indicates a sublocation
TAG This field is found within the Error Code's Location segment and denotes that the tag is in error <bizLocation>...</bizLocation> is a tag
ATTR This field is found within the Error Code's Location segment and denotes that the attribute associated with the tag is in error <bizLocation type="123">...</bizLocation> where type="123" is the attribute
VALUE This field is found within the Error Code's Location segment and denotes that the value associated with the tag is in error <bizLocation>HELLOWORLD</bizLocation> where HELLOWORLD is the value

Success response fields

The following is a list of response codes that indicate a successful action and the corresponding details.

Walmart conducts lookup validations asynchronously and provide the status through an API provided in the 202 responses:

Event Type Response Code Response Code Description Message
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
202 Accepted Event is received for further processing and validation

To programmatically view the status of your OperationId use the Status API:
Production:
https://developer.api.us.walmart.com/api-proxy/service/concorde/hub/v1/epcis/status/{operation_id}
Stage:
https://developer.api.us.stg.walmart.com/api-proxy/service/concorde/hub/v1/epcis/status/{operation_id}

OR

To manually view the status of your OperationId use the Item Tracer dashboard:
Production:
https://retaillink2.wal-mart.com/foodtransparency
Stage:
https://qa.retaillink2.wal-mart.com/foodtransparency

White space errors

Errors may be generated by superfluous white spaces in the tagName element, even if the rest of the value is correct:

Error Type Examples
Value Invalid Incorrect: <tagName>     value     </tagName>
Correct: <tagName>value</tagName>
Attribute Invalid Incorrect: <\tagName     type=     "      HelloWorld     ">value</tagName>
Correct: <tagName type="HelloWork">value</tagName>
Tag Name Invalid Incorrect: <     tagName      >value</tagName     >
Correct: <tagName>value</tagName>

Error Response Fields

The following is a list of response codes that indicate an error in the payload and the corresponding details.

Walmart conducts lookup validations asynchronously and provide the status through a request included in the 202 responses:

Response CodeError CodeRequiredTag NameLocationTypeError MessageEvent Type
400`DATATYPE_SCHEMA-HEADER_BLANK_ERR`RequiredDATATYPESCHEMA-HEADERBLANKThe header dataType value is missing.

Provide an EPCIS event type from the following list:
AGGREGATION,
DISAGGREGATION,
COMMISSION,
DECOMMISSION,
OBSERVATION,
TRANSFORMATION
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DATATYPE_SCHEMA-HEADER_INVALID_ERR`RequiredDATATYPESCHEMA-HEADERINVALIDThe header dataType value is invalid.

Provide an EPCIS event type from the following list:
AGGREGATION,
DISAGGREGATION,
COMMISSION,
DECOMMISSION,
OBSERVATION,
TRANSFORMATION
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DATATYPE_SCHEMA-HEADER_MISSING_ERR`RequiredDATATYPESCHEMA-HEADERMISSINGThe header dataType is missing.

Provide the header and an EPCIS event type value from the following list:
AGGREGATION,
DISAGGREGATION,
COMMISSION,
DECOMMISSION,
OBSERVATION,
TRANSFORMATION
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DATAFORMAT_SCHEMA-HEADER_BLANK_ERR`RequiredDATAFORMATSCHEMA-HEADERBLANKThe header dataFormat value is missing.

Provide XML in this field.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DATAFORMAT_SCHEMA-HEADER_INVALID_ERR`RequiredDATAFORMATSCHEMA-HEADERINVALIDThe header dataFormat value is invalid.

Provide XML in this field.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DATAFORMAT_SCHEMA-HEADER_MISSING_ERR`RequiredDATAFORMATSCHEMA-HEADERMISSINGThe header dataFormat is missing.

Provide the header dataFormat and specify XML in this field.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`TOKEN_SCHEMA-HEADER_INVALID_ERR`RequiredTOKENSCHEMA-HEADERINVALIDThe header token is invalid.

Acquire a new access token and try again.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EVENTTIME_SCHEMA-TAG_MISSING_ERR`RequiredEVENTTIMESCHEMA-TAGMISSINGThe eventTime tag is missing.

Verify that the <eventTime> tag value is defined correctly and that it is specified in ISO 8601 format.

For example: <eventTime>2023-10-21T05:35:23.000Z<eventTime>
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EVENTTIME_SCHEMA-VALUE_BLANK_ERR`RequiredEVENTTIMESCHEMA-VALUEBLANKThe eventTime value is missing.

Verify that the <eventTime> tag value is defined correctly and that it is specified in ISO 8601 format.

For example: <eventTime>2023-10-21T05:35:23.000Z<eventTime>
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EVENTTIME_SCHEMA-VALUE_INVALID_ERR`RequiredEVENTTIMESCHEMA-VALUEINVALIDThe specified eventTime tag value is invalid.

Verify that the <eventTime> tag value is defined correctly and that it is specified in ISO 8601 format.

For example: <eventTime>2023-10-21T05:35:23.000Z<eventTime>
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EVENTTIMEZONEOFFSET_SCHEMA-TAG_MISSING_ERR`RequiredEVENTTIMEZONEOFFSETSCHEMA-TAGMISSINGThe specified eventTimeZoneOffset tag is missing.

Provide the required ISO 8601 time zone offset.

For example, the EST offset is: <eventTimeZoneOffset>-05:00<eventTimeZoneOffset>.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EVENTTIMEZONEOFFSET_SCHEMA-VALUE_INVALID_ERR`RequiredEVENTTIMEZONEOFFSETSCHEMA-VALUEINVALIDThe specified eventTimeZoneOffset tag value is invalid.

Provide the required ISO 8601 time zone offset.

For example, the EST offset is: <eventTimeZoneOffset>-05:00<eventTimeZoneOffset>.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EVENTTIMEZONEOFFSET_SCHEMA-VALUE_BLANK_ERR`RequiredEVENTTIMEZONEOFFSETSCHEMA-VALUEBLANKThe eventTimeZone value is missing.

Provide the required ISO 8601 time zone offset.

For example, the EST offset is: <eventTimeZoneOffset>-05:00<eventTimeZoneOffset>.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EPCLIST_SCHEMA-TAG_MISSING_ERR`Required, if quantityList is empty. EPC ID can be a serialized global trade item number (SGTIN).EPCLISTSCHEMA-TAGMISSINGThe epcList tag is missing.

Either quantityList or epcList is required. Provide one of those tags.
Commission
Decommision
Observation
400`EPC_SCHEMA-VALUE_INVALID_ERR`Required, if quantityList is empty. EPC ID can be a serialized global trade item number (SGTIN).EPCSCHEMA-VALUEINVALIDThe epc tag is invalid. Provide a correct value.

If using a GS1 SGTIN, the value must be:
SGTIN pattern: urn:epc:id:sgtin:{CompanyPrefix}.{IndicatorDigit + ItemReference}.{SerialNumber}
This pattern conforms to: urn:epc:id:sgtin:[0-9]{4,12}\.[0-9]{1,9}\.[0-9]+
The combined length of CompanyPrefix, IndicatorDigit, and ItemReference combined must be exactly 13 digits.
Example: urn:epc:id:sgtin:0071279.107346.2017
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EPC_SCHEMA-TAG_MISSING_ERR`Required if EPC List is presentEPCSCHEMA-TAGMISSINGThe epc tag is missing.

Provide the epc tag and value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`PARENTID_SCHEMA-TAG_MISSING_ERR`RequiredPARENTIDSCHEMA-TAGMISSINGThe parentID tag is missing. Provide the tag and the value.

If using a SSCC, the value must be:
SSCC pattern: urn:epc:id:sscc:{CompanyPrefix}.{ExtensionAndSerialRef}
This pattern conforms to: urn:epc:id:sscc: [0-9]{4,12}\.[0-9]{5,13}
The combined length of CompanyPrefix and ExtensionAndSerialRef combined must be exactly 17 digits.
Example: urn:epc:id:sscc:0071279.1234567890
Aggregation
Disaggregation
400`PARENTID_SCHEMA-VALUE_BLANK_ERR`RequiredPARENTIDSCHEMA-VALUEBLANKThe parentID value is missing. Provide the value.

If using a SSCC, the value must be:
SSCC pattern: urn:epc:id:sscc:{CompanyPrefix}.{ExtensionAndSerialRef}
This pattern conforms to: urn:epc:id:sscc:[0-9]{4,12}\.[0-9]{5,13}
The combined length of CompanyPrefix and ExtensionAndSerialRef combined must be exactly 17 digits.
Example: urn:epc:id:sscc:0071279.1234567890
Aggregation
Disaggregation
400`PARENTID_SCHEMA-VALUE_INVALID_ERR`RequiredPARENTIDSCHEMA-VALUEINVALIDThe parentID value is invalid. Provide a correct value.

If using a SSCC, the value must be:
SSCC pattern: urn:epc:id:sscc:{CompanyPrefix}.{ExtensionAndSerialRef}
This pattern conforms to: urn:epc:id:sscc:[0-9]{4,12}\.[0-9]{5,13}
The combined length of CompanyPrefix and ExtensionAndSerialRef combined must be exactly 17 digits.
Example: urn:epc:id:sscc:0071279.1234567890
Aggregation
Disaggregation
400`CHILDEPCS_SCHEMA-TAG_MISSING_ERR`Required, if childQuantityList is empty. Child ID can be a Serial Shipping Container Code (SSCC) or a serialized global trade item number (SGTIN).CHILDEPCSSCHEMA-TAGMISSINGEither the childQuantityList or childEPCs tag is required.

Either childQuantityList or childEPCs is required. Provide one of those tags.
Aggregation
Disaggregation
400`EPC_SCHEMA-VALUE_INVALID_ERR`Required, if a parent tag that uses it is present such as childQuantityListEPCSCHEMA-VALUEINVALIDThe epc value is invalid. Provide a correct value.

If using a GS1 SGTIN, the value must be:
SGTIN pattern: urn:epc:id:sgtin:{CompanyPrefix}.{IndicatorDigit + ItemReference}.{SerialNumber}
This pattern conforms to: urn:epc:id:sgtin:[0-9]{4,12}\.[0-9]{1,9}\.[0-9]+
The combined length of CompanyPrefix, IndicatorDigit, and ItemReference must be exactly 13 digits.
Example: urn:epc:id:sgtin:0071279.107346.2017
Aggregation
Disaggregation
400`ACTION_SCHEMA-TAG_MISSING_ERR`RequiredACTIONSCHEMA-TAGMISSINGThe action tag is missing.

Provide action tag and value.
Aggregation
Commission
Decommission
Disaggregation
Observation
400`ACTION_SCHEMA-VALUE_INVALID_ERR`RequiredACTIONSCHEMA-VALUEINVALIDThe action value is invalid. Provide a correct value.

For Aggregation events, specify ADD.
For Disaggregation events, specify DELETE.
For Commission events, specify ADD.
For Decommission events, specify DELETE.
For Observation events, specify OBSERVE.
For Transformation events, specify TRANSFORMATION.
Aggregation
Commission
Decommission
Disaggregation
Observation
400`ACTION_SCHEMA-VALUE_INVALID_ERR`RequiredACTIONSCHEMA-VALUEINVALIDThe action value is invalid. Provide a correct value.

For Aggregation events, specify ADD.
For Disaggregation events, specify DELETE.
For Commission events, specify ADD.
For Decommission events, specify DELETE.
For Observation events, specify OBSERVE.
For Transformation events, specify TRANSFORMATION.
Aggregation
Commission
Decommission
Disaggregation
Observation
400`ACTION_SCHEMA-VALUE_BLANK_ERR`RequiredACTIONSCHEMA-VALUEBLANKThe action value is missing. Provide a correct value.

For Aggregation events, specify ADD.
For Disaggregation events, specify DELETE.
For Commission events, specify ADD.
For Decommission events, specify DELETE.
For Observation events, specify OBSERVE.
For Transformation events, specify TRANSFORMATION.
Aggregation
Commission
Decommission
Disaggregation
Observation
400`BIZSTEP_SCHEMA-VALUE_INVALID_ERR`OptionalBIZSTEPSCHEMA-VALUEINVALIDThe bizStep tag value is invalid. Provide a correct value.

Provide one of the following values:
urn:epcglobal:cbv:bizstep:accepting,
urn:epcglobal:cbv:bizstep:arriving,
urn:epcglobal:cbv:bizstep:assembling,
urn:epcglobal:cbv:bizstep:collecting,
urn:epcglobal:cbv:bizstep:commissioning,
urn:epcglobal:cbv:bizstep:consigning,
urn:epcglobal:cbv:bizstep:creating_class_instance,
urn:epcglobal:cbv:bizstep:cycle_counting,
urn:epcglobal:cbv:bizstep:decommissioning,
urn:epcglobal:cbv:bizstep:departing,
urn:epcglobal:cbv:bizstep:destroying,
urn:epcglobal:cbv:bizstep:disassembling,
urn:epcglobal:cbv:bizstep:dispensing,
urn:epcglobal:cbv:bizstep:encoding,
urn:epcglobal:cbv:bizstep:entering_exiting,
urn:epcglobal:cbv:bizstep:holding,
urn:epcglobal:cbv:bizstep:inspecting,
urn:epcglobal:cbv:bizstep:installing,
urn:epcglobal:cbv:bizstep:killing,
urn:epcglobal:cbv:bizstep:loading,
urn:epcglobal:cbv:bizstep:other,
urn:epcglobal:cbv:bizstep:packing,
urn:epcglobal:cbv:bizstep:picking,
urn:epcglobal:cbv:bizstep:receiving,
urn:epcglobal:cbv:bizstep:removing,
urn:epcglobal:cbv:bizstep:repackaging,
urn:epcglobal:cbv:bizstep:repairing,
urn:epcglobal:cbv:bizstep:replacing,
urn:epcglobal:cbv:bizstep:reserving,
urn:epcglobal:cbv:bizstep:retail_selling,
urn:epcglobal:cbv:bizstep:shipping,
urn:epcglobal:cbv:bizstep:staging_outbound,
urn:epcglobal:cbv:bizstep:stock_taking,
urn:epcglobal:cbv:bizstep:stocking,
urn:epcglobal:cbv:bizstep:storing,
urn:epcglobal:cbv:bizstep:transforming,
urn:epcglobal:cbv:bizstep:transporting,
urn:epcglobal:cbv:bizstep:unloading,
urn:epcglobal:cbv:bizstep:unpacking,
urn:epcglobal:cbv:bizstep:void_shipping
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZSTEP_SCHEMA-VALUE_BLANK_ERR`OptionalBIZSTEPSCHEMA-VALUEBLANKThe bizStep value is missing. Provide a correct value.

Provide one of the following values:
urn:epcglobal:cbv:bizstep:accepting,
urn:epcglobal:cbv:bizstep:arriving,
urn:epcglobal:cbv:bizstep:assembling,
urn:epcglobal:cbv:bizstep:collecting,
urn:epcglobal:cbv:bizstep:commissioning,
urn:epcglobal:cbv:bizstep:consigning,
urn:epcglobal:cbv:bizstep:creating_class_instance,
urn:epcglobal:cbv:bizstep:cycle_counting,
urn:epcglobal:cbv:bizstep:decommissioning,
urn:epcglobal:cbv:bizstep:departing,
urn:epcglobal:cbv:bizstep:destroying,
urn:epcglobal:cbv:bizstep:disassembling,
urn:epcglobal:cbv:bizstep:dispensing,
urn:epcglobal:cbv:bizstep:encoding,
urn:epcglobal:cbv:bizstep:entering_exiting,
urn:epcglobal:cbv:bizstep:holding,
urn:epcglobal:cbv:bizstep:inspecting,
urn:epcglobal:cbv:bizstep:installing,
urn:epcglobal:cbv:bizstep:killing,
urn:epcglobal:cbv:bizstep:loading,
urn:epcglobal:cbv:bizstep:other,
urn:epcglobal:cbv:bizstep:packing,
urn:epcglobal:cbv:bizstep:picking,
urn:epcglobal:cbv:bizstep:receiving,
urn:epcglobal:cbv:bizstep:removing,
urn:epcglobal:cbv:bizstep:repackaging,
urn:epcglobal:cbv:bizstep:repairing,
urn:epcglobal:cbv:bizstep:replacing,
urn:epcglobal:cbv:bizstep:reserving,
urn:epcglobal:cbv:bizstep:retail_selling,
urn:epcglobal:cbv:bizstep:shipping,
urn:epcglobal:cbv:bizstep:staging_outbound,
urn:epcglobal:cbv:bizstep:stock_taking,
urn:epcglobal:cbv:bizstep:stocking,
urn:epcglobal:cbv:bizstep:storing,
urn:epcglobal:cbv:bizstep:transforming,
urn:epcglobal:cbv:bizstep:transporting,
urn:epcglobal:cbv:bizstep:unloading,
urn:epcglobal:cbv:bizstep:unpacking,
urn:epcglobal:cbv:bizstep:void_shipping
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DISPOSITION_SCHEMA-VALUE_INVALID_ERR`OptionalDISPOSITIONSCHEMA-VALUEINVALIDThedisposition value is invalid. Provide a correct value.

Provide one of the following values:
urn:epcglobal:cbv:disp:active,
urn:epcglobal:cbv:disp:container_closed,
urn:epcglobal:cbv:disp:damaged,
urn:epcglobal:cbv:disp:destroyed,
urn:epcglobal:cbv:disp:dispensed,
urn:epcglobal:cbv:disp:disposed,
urn:epcglobal:cbv:disp:encoded,
urn:epcglobal:cbv:disp:expired,
urn:epcglobal:cbv:disp:in_progress,
urn:epcglobal:cbv:disp:in_transit,
urn:epcglobal:cbv:disp:inactive,
urn:epcglobal:cbv:disp:no_pedigree_match,
urn:epcglobal:cbv:disp:non_sellable_ other,
urn:epcglobal:cbv:disp:partially_dispensed,
urn:epcglobal:cbv:disp:recalled,
urn:epcglobal:cbv:disp:reserved,
urn:epcglobal:cbv:disp:retail_sold,
urn:epcglobal:cbv:disp:returned,
urn:epcglobal:cbv:disp:sellable_accessible,
urn:epcglobal:cbv:disp:sellable_not_ accessible,
urn:epcglobal:cbv:disp:stolen,
urn:epcglobal:cbv:disp:unknown
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DISPOSITION_SCHEMA-VALUE_BLANK_ERR`OptionalDISPOSITIONSCHEMA-VALUEBLANKThe disposition value is missing. Provide a correct value.

Provide one of the following values:
urn:epcglobal:cbv:disp:active,
urn:epcglobal:cbv:disp:container_closed,
urn:epcglobal:cbv:disp:damaged,
urn:epcglobal:cbv:disp:destroyed,
urn:epcglobal:cbv:disp:dispensed,
urn:epcglobal:cbv:disp:disposed,
urn:epcglobal:cbv:disp:encoded,
urn:epcglobal:cbv:disp:expired,
urn:epcglobal:cbv:disp:in_progress,
urn:epcglobal:cbv:disp:in_transit,
urn:epcglobal:cbv:disp:inactive,
urn:epcglobal:cbv:disp:no_pedigree_match,
urn:epcglobal:cbv:disp:non_sellable_ other,
urn:epcglobal:cbv:disp:partially_dispensed,
urn:epcglobal:cbv:disp:recalled,
urn:epcglobal:cbv:disp:reserved,
urn:epcglobal:cbv:disp:retail_sold,
urn:epcglobal:cbv:disp:returned,
urn:epcglobal:cbv:disp:sellable_accessible,
urn:epcglobal:cbv:disp:sellable_not_ accessible,
urn:epcglobal:cbv:disp:stolen,
urn:epcglobal:cbv:disp:unknown
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`ID_SCHEMA-VALUE_INVALID_ERR`Optional, used within the optional readPoint tag. Mandatory for the bizLocation tagIDSCHEMA-VALUEINVALIDThe id value is invalid. Provide a correct value.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`ID_SCHEMA-VALUE_BLANK_ERR`Optional, used within the optional readPoint tagIDSCHEMA-VALUEBLANKThe id value is missing. Provide a correct value.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`ID_SCHEMA-TAG_MISSING_ERR`Optional, used within the optional readPoint tagIDSCHEMA-TAGMISSINGThe id tag is missing. Provide the tag.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZLOCATION_SCHEMA-TAG_MISSING_ERR`RequiredBIZLOCATIONSCHEMA-TAGMISSINGThe bizLocation tag is missing.

Provide the bizLocation tag and value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZTRANSACTION_SCHEMA-ATTR_INVALID_ERR`Optional. This tag is required only when this event is used to represent a shipment from a supplier to the retailer.BIZTRANSACTIONSCHEMA-ATTRINVALIDThe bizTransaction attribute value is invalid.

Provide a valid type attribute from the following:
urn:epcglobal:cbv:btt:po,
urn:epcglobal:cbv:btt:bol,
urn:epcglobal:cbv:btt:desadv,
urn:epcglobal:cbv:btt:inv,
urn:epcglobal:cbv:btt:pedigree,
urn:epcglobal:cbv:btt:poc,
urn:epcglobal:cbv:btt:prodorder,
urn:epcglobal:cbv:btt:recadv,
urn:epcglobal:cbv:btt:rma
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZTRANSACTION_SCHEMA-ATTR_MISSING_ERR`Optional. This tag is required only when this event is used to represent a shipment from a supplier to the retailer.BIZTRANSACTIONSCHEMA-ATTRMISSINGThe bizTransactionAttr attribute name is missing.

Provide type for the attribute name.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZTRANSACTION_SCHEMA-ATTR_BLANK_ERR`Optional. This tag is required only when this event is used to represent a shipment from a supplier to the retailer.BIZTRANSACTIONSCHEMA-ATTRBLANKThe bizTransaction attribute value is missing.

Provide a valid type attribute from the following:
urn:epcglobal:cbv:btt:po,
urn:epcglobal:cbv:btt:bol,
urn:epcglobal:cbv:btt:desadv,
urn:epcglobal:cbv:btt:inv,
urn:epcglobal:cbv:btt:pedigree,
urn:epcglobal:cbv:btt:poc,
urn:epcglobal:cbv:btt:prodorder,
urn:epcglobal:cbv:btt:recadv,
urn:epcglobal:cbv:btt:rma
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZTRANSACTION_SCHEMA-VALUE_BLANK_ERR`Optional. This tag is required only when this event is used to represent a shipment from a supplier to the retailer.BIZTRANSACTIONSCHEMA-VALUEBLANKThe bizTransaction value is missing. Provide the value.

If using a bizTransaction, the value must be:
PO attribute pattern: urn:epcglobal:cbv:bt:{GLN}:{PO}
This pattern conforms to: urn:epcglobal:cbv:bt:[0-9]{13}:[0-9]{10}
Example: <bizTransaction type="urn:epcglobal:cbv:btt:po">urn:epcglobal:cbv:bt:0078742108636:0702645627</bizTransaction>

DesAdv attribute pattern: urn:epcglobal:cbv:bt:{GLN}:{PO}-{BOL}
This pattern conforms to: urn:epcglobal:cbv:bt:[0-9]{13}:[0-9]{10}-[0-9a-zA-Z]+
Example: <bizTransaction type=""urn:epcglobal:cbv:btt:desadv"">urn:epcglobal:cbv:bt:0078742108636:0702645627-P0918</bizTransaction>
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZTRANSACTION_SCHEMA-VALUE_INVALID_ERR`Optional. This tag is required only when this event is used to represent a shipment from a supplier to the retailer.BIZTRANSACTIONSCHEMA-VALUEINVALIDThe bizTransaction value is invalid. Provide the correct value.

If using a bizTransaction, the value must be:
PO attribute pattern: urn:epcglobal:cbv:bt:{GLN}:{PO}
This pattern conforms to: urn:epcglobal:cbv:bt:[0-9]{13}:[0-9]{10}-[0-9a-zA-Z]+
Example: <bizTransaction type="urn:epcglobal:cbv:btt:po">urn:epcglobal:cbv:bt:0078742108636:0702645627</bizTransaction>

DesAdv attribute pattern: urn:epcglobal:cbv:bt:{GLN}:{PO}-{BOL}
This pattern conforms to: urn:epcglobal:cbv:bt:[0-9]{13}:[0-9]{10}-[0-9a-zA-Z]+
Example: <bizTransaction type=""urn:epcglobal:cbv:btt:desadv"">urn:epcglobal:cbv:bt:0078742108636:0702645627-P0918</bizTransaction>
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`CHILDQUANTITYLIST_SCHEMA-TAG_MISSING_ERR`Required, if childEPCs is empty.CHILDQUANTITYLISTSCHEMA-TAGMISSINGEither the childQuantityList or childEPCs tag is required.

Either childQuantityList or childEPCs is required. Provide one of those tags.
Aggregation
Disaggregation
400`EPCCLASS_SCHEMA-TAG_MISSING_ERR`Required, if quantityElement is specified.EPCCLASSSCHEMA-TAGMISSINGThe epcClass tag is missing. Provide the tag and value.

If using a GS1 LGTIN, the value must be:
LGTIN pattern: urn:epc:class:lgtin:{CompanyPrefix}.{IndicatorDigit + ItemReference}.{Lot}
This pattern conforms to: urn:epc:class:lgtin:[0-9]{4,12}\.[0-9]{1,9}\.[0-9]+
The combined length of CompanyPrefix, IndicatorDigit, and ItemReference must be exactly 14 digits.
The Lot is alphanumeric and can be unlimited in length.
Example: urn:epc:class:lgtin:0071279.107346.0
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EPCCLASS_SCHEMA-VALUE_INVALID_ERR`Required, if quantityElement is specified.EPCCLASSSCHEMA-VALUEINVALIDThe epcClass value is invalid. provide the correct value.

If using a GS1 LGTIN, the value must be:
LGTIN pattern: urn:epc:class:lgtin:{CompanyPrefix}.{IndicatorDigit + ItemReference}.{Lot}
This pattern conforms to: urn:epc:class:lgtin:[0-9]{4,12}\.[0-9]{1,9}\.[0-9]+
The combined length of CompanyPrefix, IndicatorDigit, and ItemReference must be exactly 14 digits.
The Lot is alphanumeric and can be unlimited in length.
Example: urn:epc:class:lgtin:0071279.107346.0
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EPCCLASS_SCHEMA-VALUE_BLANK_ERR`Required, if quantityElement is specified.EPCCLASSSCHEMA-VALUEBLANKThe epcClass value is missing. Provide the value.

If using a GS1 LGTIN, the value must be:
LGTIN pattern: urn:epc:class:lgtin:{CompanyPrefix}.{IndicatorDigit + ItemReference}.{Lot}
This pattern conforms to: urn:epc:class:lgtin:[0-9]{4,12}\.[0-9]{1,9}\.[0-9]+
The combined length of CompanyPrefix, IndicatorDigit, and ItemReference must be exactly 14 digits.
The Lot is alphanumeric and can be unlimited in length.
Example: urn:epc:class:lgtin:0071279.107346.0
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`QUANTITY_SCHEMA-TAG_MISSING_ERR`Required, if quantityElement is specified.QUANTITYSCHEMA-TAGMISSINGThe quantity tag is missing.

Provide the quantity tag and value. Use a numerical value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`QUANTITY_SCHEMA-VALUE_INVALID_ERR`Required, if quantityElement is specified.QUANTITYSCHEMA-VALUEINVALIDThe quantity value is invalid.

Provide a numerical value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`QUANTITY_SCHEMA-VALUE_BLANK_ERR`Required, if quantityElement is specified.QUANTITYSCHEMA-VALUEBLANKThe quantity value is missing.

Provide a numerical value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`UOM_SCHEMA-TAG_MISSING_ERR`Required, if quantityElement is specified.UOMSCHEMA-TAGMISSINGThe uom tag is missing.

Provide the uom tag and value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`UOM_SCHEMA-VALUE_INVALID_ERR`Required, if quantityElement is specified.UOMSCHEMA-VALUEINVALIDThe uom value is invalid.

For a list of values, see:
Units of Measure: Code elements listed by name
Units of Measure: Code elements listed by common code
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`UOM_SCHEMA-VALUE_BLANK_ERR`Required, if quantityElement is specified.UOMSCHEMA-VALUEBLANKThe uom value is missing.

For a list of values, see:
Units of Measure: Code elements listed by name
Units of Measure: Code elements listed by common code
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`SOURCE_SCHEMA-VALUE_INVALID_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.SOURCESCHEMA-VALUEINVALIDThe source value is invalid. Provide the correct value.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`SOURCE_SCHEMA-ATTR_MISSING_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.SOURCESCHEMA-ATTRMISSINGThe source attribute name is missing.

Provide type for the attribute name.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`SOURCE_SCHEMA-ATTR_INVALID_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.SOURCESCHEMA-ATTRINVALIDThe source attribute value is invalid. Provide the correct attribute value.

The attribute value must be one of the following:
urn:epcglobal:cbv:sdt:owning_party,
urn:epcglobal:cbv:sdt:possessing_party,
urn:epcglobal:cbv:sdt:location.

One or more source elements can be specified.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`SOURCE_SCHEMA-VALUE_BLANK_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.SOURCESCHEMA-VALUEBLANKThe source value is missing. Provide the value.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`SOURCE_SCHEMA-VALUE_INVALID_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.SOURCESCHEMA-VALUEINVALIDThe source value is invalid. Provide the correct value.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_SCHEMA-VALUE_INVALID_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.DESTINATIONSCHEMA-VALUEINVALIDThe destination value is invalid. Provide the correct value.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_SCHEMA-VALUE_INVALID_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.DESTINATIONSCHEMA-VALUEINVALIDThe destination value is invalid. Provide the correct value.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_SCHEMA-ATTR_MISSING_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.DESTINATIONSCHEMA-ATTRMISSINGThe destination attribute name is missing.

Provide type for the attribute name.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_SCHEMA-ATTR_BLANK_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.DESTINATIONSCHEMA-ATTRBLANKThe destination attribute value is missing. Provide the attribute value.

The attribute value must be one of the following:
urn:epcglobal:cbv:sdt:owning_party,
urn:epcglobal:cbv:sdt:possessing_party,
urn:epcglobal:cbv:sdt:location.

One or more source elements can be specified.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_SCHEMA-ATTR_INVALID_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.DESTINATIONSCHEMA-ATTRINVALIDThe destination attribute value is invalid. Provide the attribute value.

The attribute value must be one of the following:
urn:epcglobal:cbv:sdt:owning_party,
urn:epcglobal:cbv:sdt:possessing_party,
urn:epcglobal:cbv:sdt:location.

One or more source elements can be specified.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_SCHEMA-VALUE_BLANK_ERR`Required, if this event involves a transfer of goods, such as a shipment from supplier to retailer. Specifying the SGLN is optional.DESTINATIONSCHEMA-VALUEBLANKThe destination value is missing. Provide the value.

If using a GS1 GLN, the value must be:
GS1 SGLN pattern: urn:epc:id:sgln:{CompanyPrefix}.{LocationReference}.{Extension}
This pattern conforms to: urn:epc:id:sgln:[0-9]{4,12}\.[0-9]{0,8}\.(0|[1-9][0-9]*)
The combined length of CompanyPrefix and LocationReference must be exactly 12.
The Extension must be either the digit 0, or any combination of digits.
Example 1: urn:epc:id:sgln:0078742.03914.0, where the company prefix is 7 digits
Example 2: urn:epc:id:sgln:007874289765..0, where the company prefix is 12 digits

Walmart's Custom Location pattern: urn:wmt:id:loc:{CompanyPrefix}.{LocationReference}
This pattern conforms to: urn:wmt:id:loc:[0-9]{4,12}\.[0-9a-zA-Z]{1,13}
Example: urn:wmt:id:loc:0071279.A1

For GS1 GLN, see https://www.gs1.org/services/epc-encoderdecoder
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`QUANTITYLIST_SCHEMA-TAG_MISSING_ERR`Required, if childEPCs is empty.QUANTITYLISTSCHEMA-TAGMISSINGEither the quantityList or epcList tag is required.

Provide one of those tags.
Commission
Decommission
Observation
400`INPUTEPCLIST_SCHEMA-TAG_MISSING_ERR`Either inputEPCList or inputQuantityList are required.INPUTEPCLISTSCHEMA-TAGMISSINGEither the inputQuantityList or inputEPCList tag is required.

Provide one of those tags.
Transformation
400`INPUTQUANTITYLIST_SCHEMA-TAG_MISSING_ERR`Either inputEPCList or inputQuantityList are required.INPUTQUANTITYLISTSCHEMA-TAGMISSINGEither the inputQuantityList or inputEPCList tag is required.

Provide one of those tags.
Transformation
400`OUTPUTQUANTITYLIST_SCHEMA-TAG_MISSING_ERR`Required, if quantityElement is specified.OUTPUTQUANTITYLISTSCHEMA-TAGMISSINGEither the outputQuantityList or outputEPCList tag is required.

Provide one of those tags.
Transformation
400`QUANTITYELEMENT_SCHEMA-TAG_MISSING_ERR`Required if parent tag is present such as quantityList, childQuantityList, inputQuantityList, outputQuantityListQUANTITYELEMENTSCHEMA-TAGMISSINGThe quantityElement tag is missing.

Provide the quantityElement tag and value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EPCISBODY_SCHEMA-TAG_MISSING_ERR`RequiredEPCISBODYSCHEMA-TAGMISSINGThe epcisBody tag is missing.

Provide the epcisBody tag and value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`EVENTLIST_SCHEMA-TAG_MISSING_ERR`RequiredEVENTLISTSCHEMA-TAGMISSINGThe eventList tag is missing.

Provide the eventList tag and value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`OBJECTEVENT_SCHEMA-TAG_MISSING_ERR`RequiredOBJECTEVENTSCHEMA-TAGMISSINGThe objectEvent tag is missing.

Provide the objectEvent tag and value.
Commission
Decommission
Observation
400`AGGREGATIONEVENT_SCHEMA-TAG_MISSING_ERR`RequiredAGGREGATIONEVENTSCHEMA-TAGMISSINGThe aggregatedEvent tag is missing.

Provide the aggregatedEvent tag and value.
Aggregation
Disaggregation
400`TRANSFORMATIONEVENT_SCHEMA-TAG_MISSING_ERR`RequiredTRANSFORMATIONEVENTSCHEMA-TAGMISSINGThe transformationEvent tag is missing.

Provide the transformationEvent tag and value.
Transformation
400`BIZTRANSACTION_LOOKUP_PO_ERR`RequiredBIZTRANSACTIONLOOKUPPOThe PO value in the bizTransaction is invalid.

Provide a valid PO.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400BIZTRANSACTION_LOOKUP_PO-LGTIN-MAPPING_WARNRequiredBIZTRANSACTIONLOOKUPPO-LGTIN-MAPPINGThe LGTIN with GTIN <GTIN placeholder> within the quantityElement is not mapped to the PO 0619766036 in the bizTransaction.

Verify and provide a valid PO and LGTIN pairing. Ensure the GTIN is registered in Item360, then onboard the item by marking it as "tracked" in the app: https://qa.retaillink2.wal-mart.com/foodtransparency.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZLOCATION_LOOKUP_CUSTOM-LOC_ERR`RequiredBIZLOCATIONLOOKUPCUSTOM-LOCThe non-GS1 custom location (0088737.fia) is not a valid supplier on-boarded location value.

Provide a location value from the location master data (https://qa.retaillink2.wal-mart.com/foodtransparency/setup).
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`BIZLOCATION_LOOKUP_SUPPLIER-SGLN_ERR`RequiredBIZLOCATIONLOOKUPSUPPLIER-SGLNThe GLN (0088737.00777.0) is not a valid supplier on-boarded location value.

Provide a location value from the location master data (https://qa.retaillink2.wal-mart.com/foodtransparency/setup).
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`SOURCE_LOOKUP_CUSTOM-LOC_ERR`RequiredSOURCELOOKUPCUSTOM-LOCThe non-GS1 custom location (0088737.fia) is not a valid supplier location value.

Provide a location value from the location master data (https://qa.retaillink2.wal-mart.com/foodtransparency/setup).
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`SOURCE_LOOKUP_SUPPLIER-SGLN_ERR`RequiredSOURCELOOKUPSUPPLIER-SGLNThe GLN (0088737.00777.0) is not a valid supplier on-boarded location value.

Provide a location value from the location master data (https://qa.retaillink2.wal-mart.com/foodtransparency/setup).
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_LOOKUP_CUSTOM-LOC_ERR`RequiredDESTINATIONLOOKUPCUSTOM-LOCThe non-GS1 custom location (0088737.fia) is not a valid supplier on-boarded location value.

Provide a location value from the location master data (https://qa.retaillink2.wal-mart.com/foodtransparency/setup).
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_LOOKUP_SUPPLIER-SGLN_ERR`RequiredDESTINATIONLOOKUPSUPPLIER-SGLNThe GLN (0088737.00777.0) is not a valid supplier on-boarded location value.

Provide a location value from the location master data (https://qa.retaillink2.wal-mart.com/foodtransparency/setup).
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`DESTINATION_LOOKUP_WMT-SGLN_ERR`RequiredDESTINATIONLOOKUPWMT-SGLNThe GLN (0088737.00777.0) is not a valid Walmart location.

Provide the Walmart GLN value.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
400`QUANTITYELEMENT_LOOKUP_GTIN_ERR`RequiredQUANTITYELEMENTLOOKUPGTINThe GTIN 23456789223450 was not identified and failed validation.

Verify and provide a valid GTIN. Ensure the GTIN is registered in item360 then onboard the item by marking it as "tracked" on the app: https://qa.retaillink2.wal-mart.com/foodtransparency.
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
403-Required---The wm_consumer.id is invalid. Verify that the correct value is specified and that the format is correct.Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
500-Required---Response error indicates internal server error, contact Walmart team: [email protected]Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation

Proxy response fields

The following is a list of response codes that are returned by the proxy and the corresponding details.

Responses with this error will not contain commented event response payloads:

Event Type Response Code Response Code Description Message
Aggregation
Commission
Decommission
Disaggregation
Observation
Transformation
444 No Response May indicate that the format of the XML payload is invalid in a manner not covered by the Error Response Fields.

The user must correct their payload in order to resolve this issue and receive the expected success response.

Possible causes include but are not limited to:
1. Invalid formatting of an opening or closing tag.
<tagName>value<tagName> or </tagName>value</tagName>
2. Duplicate XML declarations