Promotional price error codes
The table below shows the error codes that may occur when updating promotional prices.
- The first column shows a data or system code concatenated with the API that was being invoked at the time of the error.
- The second column shows the error description.
- The third column provides the error type.
Code | Description | Type |
---|---|---|
ERR_EXT_DATA_0101130 | The request payload is empty or missing. | Data Error |
ERR_EXT_DATA_0101131 | Invalid or missing a promoId. | Data Error |
ERR_EXT_DATA_0101132 | Promotions cannot be modified or set before 24 hours of the effective date and time. | Data Error |
ERR_EXT_DATA_0101133 | Future promotions should be with 365 days. | Data Error |
ERR_EXT_DATA_0101134 | A promotion start date cannot be later than the promotion end date. | Data Error |
ERR_EXT_DATA_0101135 | A promotion already exists for the given promoId. | Data Error |
ERR_EXT_DATA_0101136 | A promotion already exists with this date range. | Data Error |
ERR_EXT_DATA_0101137 | Exceeded the maximum number of promotions set for a given promoId. | Data Error |
ERR_EXT_DATA_0101138 | The promotion does not exist for the given promoId. | Data Error |
ERR_INT_SYS_0101139 | Missing required parameters: offerId, startDate and endDate. | Data Error |
ERR_EXT_DATA_0101140 | The partnerId is missing. | Data Error |
ERR_EXT_DATA_0101142 | Invalid or missing SKU or offerId. | Data Error |
ERR_EXT_DATA_0101143 | The promotion does not exist for the given SKU. | Data Error |
ERR_EXT_DATA_0101144 | Invalid or missing SKU or partnerId. | Data Error |
ERR_EXT_DATA_0101145 | The entered promotion dates range is overlapping. | Data Error |
ERR_EXT_DATA_0101146 | The system is busy or not responding, try again shortly. Contact Walmart Marketplace Support if the issue continues to occur. | System Error |
If any of these errors occur, an error message will be displayed: “Unable to process this request.”
Updated about 1 month ago