Promotion price error codes
The table below shows the error codes that may occur when updating promotional prices.
- The first field shows data or system code concatenated with the API that was invoked at the time of the error.
- The second field shows the error description.
- The third field provides the error type.
Code | Description | Type |
---|---|---|
ERR_EXT_DATA_0101130 | The request payload is empty or missing. | 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 within 180 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 | A 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 | A 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 2 months ago