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: | `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 Code | Error Code | Required | Tag Name | Location | Type | Error Message | Event Type |
---|---|---|---|---|---|---|---|
400 | `DATATYPE_SCHEMA-HEADER_BLANK_ERR` | Required | DATATYPE | SCHEMA-HEADER | BLANK | The 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` | Required | DATATYPE | SCHEMA-HEADER | INVALID | The 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` | Required | DATATYPE | SCHEMA-HEADER | MISSING | The 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` | Required | DATAFORMAT | SCHEMA-HEADER | BLANK | The header dataFormat value is missing.Provide XML in this field. | Aggregation Commission Decommission Disaggregation Observation Transformation |
400 | `DATAFORMAT_SCHEMA-HEADER_INVALID_ERR` | Required | DATAFORMAT | SCHEMA-HEADER | INVALID | The header dataFormat value is invalid.Provide XML in this field. | Aggregation Commission Decommission Disaggregation Observation Transformation |
400 | `DATAFORMAT_SCHEMA-HEADER_MISSING_ERR` | Required | DATAFORMAT | SCHEMA-HEADER | MISSING | The 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` | Required | TOKEN | SCHEMA-HEADER | INVALID | The header token is invalid.Acquire a new access token and try again. | Aggregation Commission Decommission Disaggregation Observation Transformation |
400 | `EVENTTIME_SCHEMA-TAG_MISSING_ERR` | Required | EVENTTIME | SCHEMA-TAG | MISSING | The 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` | Required | EVENTTIME | SCHEMA-VALUE | BLANK | The 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` | Required | EVENTTIME | SCHEMA-VALUE | INVALID | The 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` | Required | EVENTTIMEZONEOFFSET | SCHEMA-TAG | MISSING | The 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` | Required | EVENTTIMEZONEOFFSET | SCHEMA-VALUE | INVALID | The 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` | Required | EVENTTIMEZONEOFFSET | SCHEMA-VALUE | BLANK | The 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). | EPCLIST | SCHEMA-TAG | MISSING | The 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). | EPC | SCHEMA-VALUE | INVALID | The 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 present | EPC | SCHEMA-TAG | MISSING | The epc tag is missing.Provide the epc tag and value. | Aggregation Commission Decommission Disaggregation Observation Transformation |
400 | `PARENTID_SCHEMA-TAG_MISSING_ERR` | Required | PARENTID | SCHEMA-TAG | MISSING | The 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` | Required | PARENTID | SCHEMA-VALUE | BLANK | The 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` | Required | PARENTID | SCHEMA-VALUE | INVALID | The 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). | CHILDEPCS | SCHEMA-TAG | MISSING | Either 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 childQuantityList | EPC | SCHEMA-VALUE | INVALID | The 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` | Required | ACTION | SCHEMA-TAG | MISSING | The action tag is missing.Provide action tag and value. | Aggregation Commission Decommission Disaggregation Observation |
400 | `ACTION_SCHEMA-VALUE_INVALID_ERR` | Required | ACTION | SCHEMA-VALUE | INVALID | The 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` | Required | ACTION | SCHEMA-VALUE | INVALID | The 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` | Required | ACTION | SCHEMA-VALUE | BLANK | The 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` | Optional | BIZSTEP | SCHEMA-VALUE | INVALID | The 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` | Optional | BIZSTEP | SCHEMA-VALUE | BLANK | The 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` | Optional | DISPOSITION | SCHEMA-VALUE | INVALID | Thedisposition 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` | Optional | DISPOSITION | SCHEMA-VALUE | BLANK | The 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 tag | ID | SCHEMA-VALUE | INVALID | The 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 tag | ID | SCHEMA-VALUE | BLANK | The 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 tag | ID | SCHEMA-TAG | MISSING | The 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` | Required | BIZLOCATION | SCHEMA-TAG | MISSING | The 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. | BIZTRANSACTION | SCHEMA-ATTR | INVALID | The 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. | BIZTRANSACTION | SCHEMA-ATTR | MISSING | The 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. | BIZTRANSACTION | SCHEMA-ATTR | BLANK | The 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. | BIZTRANSACTION | SCHEMA-VALUE | BLANK | The 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. | BIZTRANSACTION | SCHEMA-VALUE | INVALID | The 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. | CHILDQUANTITYLIST | SCHEMA-TAG | MISSING | Either 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. | EPCCLASS | SCHEMA-TAG | MISSING | The 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. | EPCCLASS | SCHEMA-VALUE | INVALID | The 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. | EPCCLASS | SCHEMA-VALUE | BLANK | The 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. | QUANTITY | SCHEMA-TAG | MISSING | The 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. | QUANTITY | SCHEMA-VALUE | INVALID | The 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. | QUANTITY | SCHEMA-VALUE | BLANK | The 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. | UOM | SCHEMA-TAG | MISSING | The 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. | UOM | SCHEMA-VALUE | INVALID | The 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. | UOM | SCHEMA-VALUE | BLANK | The 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. | SOURCE | SCHEMA-VALUE | INVALID | The 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. | SOURCE | SCHEMA-ATTR | MISSING | The 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. | SOURCE | SCHEMA-ATTR | INVALID | The 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. | SOURCE | SCHEMA-VALUE | BLANK | The 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. | SOURCE | SCHEMA-VALUE | INVALID | The 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. | DESTINATION | SCHEMA-VALUE | INVALID | The 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. | DESTINATION | SCHEMA-VALUE | INVALID | The 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. | DESTINATION | SCHEMA-ATTR | MISSING | The 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. | DESTINATION | SCHEMA-ATTR | BLANK | The 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. | DESTINATION | SCHEMA-ATTR | INVALID | The 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. | DESTINATION | SCHEMA-VALUE | BLANK | The 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. | QUANTITYLIST | SCHEMA-TAG | MISSING | Either 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. | INPUTEPCLIST | SCHEMA-TAG | MISSING | Either 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. | INPUTQUANTITYLIST | SCHEMA-TAG | MISSING | Either the inputQuantityList or inputEPCList tag is required.Provide one of those tags. | Transformation |
400 | `OUTPUTQUANTITYLIST_SCHEMA-TAG_MISSING_ERR` | Required, if quantityElement is specified. | OUTPUTQUANTITYLIST | SCHEMA-TAG | MISSING | Either 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, outputQuantityList | QUANTITYELEMENT | SCHEMA-TAG | MISSING | The quantityElement tag is missing.Provide the quantityElement tag and value. | Aggregation Commission Decommission Disaggregation Observation Transformation |
400 | `EPCISBODY_SCHEMA-TAG_MISSING_ERR` | Required | EPCISBODY | SCHEMA-TAG | MISSING | The epcisBody tag is missing.Provide the epcisBody tag and value. | Aggregation Commission Decommission Disaggregation Observation Transformation |
400 | `EVENTLIST_SCHEMA-TAG_MISSING_ERR` | Required | EVENTLIST | SCHEMA-TAG | MISSING | The eventList tag is missing.Provide the eventList tag and value. | Aggregation Commission Decommission Disaggregation Observation Transformation |
400 | `OBJECTEVENT_SCHEMA-TAG_MISSING_ERR` | Required | OBJECTEVENT | SCHEMA-TAG | MISSING | The objectEvent tag is missing.Provide the objectEvent tag and value. | Commission Decommission Observation |
400 | `AGGREGATIONEVENT_SCHEMA-TAG_MISSING_ERR` | Required | AGGREGATIONEVENT | SCHEMA-TAG | MISSING | The aggregatedEvent tag is missing.Provide the aggregatedEvent tag and value. | Aggregation Disaggregation |
400 | `TRANSFORMATIONEVENT_SCHEMA-TAG_MISSING_ERR` | Required | TRANSFORMATIONEVENT | SCHEMA-TAG | MISSING | The transformationEvent tag is missing.Provide the transformationEvent tag and value. | Transformation |
400 | `BIZTRANSACTION_LOOKUP_PO_ERR` | Required | BIZTRANSACTION | LOOKUP | PO | The PO value in the bizTransaction is invalid.Provide a valid PO. | Aggregation Commission Decommission Disaggregation Observation Transformation |
400 | BIZTRANSACTION_LOOKUP_PO-LGTIN-MAPPING_WARN | Required | BIZTRANSACTION | LOOKUP | PO-LGTIN-MAPPING | The 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` | Required | BIZLOCATION | LOOKUP | CUSTOM-LOC | The 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` | Required | BIZLOCATION | LOOKUP | SUPPLIER-SGLN | The 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` | Required | SOURCE | LOOKUP | CUSTOM-LOC | The 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` | Required | SOURCE | LOOKUP | SUPPLIER-SGLN | The 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` | Required | DESTINATION | LOOKUP | CUSTOM-LOC | The 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` | Required | DESTINATION | LOOKUP | SUPPLIER-SGLN | The 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` | Required | DESTINATION | LOOKUP | WMT-SGLN | The 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` | Required | QUANTITYELEMENT | LOOKUP | GTIN | The 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 |
Updated 1 day ago