# Possible Error Senarios

  1. Response status code : 401
    check if your x-api-key is Corrupt

use x-api-key exactly same, as obtained form soporteb2b@walmart.com. If issue persists, check for new keys.

2.Response status code : 400
check for x-api-key and required mandatory params are being sent in your request.

  1. Response status code : 403 Missing Header - WM_CONSUMER.ID
{
"details": {
"Description": "The consumer id null is not subscribed to the service name - mercuriocl-supplierapi - 1.0.0 - stg",
"wm_svc.version": "1.0.0",
"wm_svc.name": "mercuriocl-supplierapi",
"wm_svc.env": "stg"
}
}
  1. Response status code : 403 Missing Header - WM_CONSUMER.INTIMESTAMP or (and) WM_SEC.AUTH_SIGNATURE or (and) WM_SEC.AUTH_SIGNATURE
{ "details": { "Description": "Request is missing required security headers, please read documentation for security headers", "wm_svc.version": "1.0.0", "wm_svc.name": "mercuriocl-supplierapi", "wm_svc.env": "stg" }
}