VALIDATION_ERROR | 400 | Request body or query validation failed |
INVALID_CURRENCY | 400 | Currency mismatch with store currency |
MISSING_API_KEY | 401 | No Authorization header provided |
INVALID_API_KEY | 401 | API key is invalid or expired |
INVALID_CUSTOMER_TOKEN | 401 | Customer JWT token is invalid |
RESOURCE_NOT_FOUND | 404 | Requested resource not found |
INSUFFICIENT_STOCK | 409 | Not enough inventory for the requested quantity |
INVALID_STATE_TRANSITION | 409 | Order state transition not allowed |
CART_NOT_ACTIVE | 409 | Cart is already completed or abandoned |
DISCOUNT_EXPIRED | 409 | Discount code has expired or reached usage limit |
RATE_LIMIT_EXCEEDED | 429 | Too many requests in the current window |
INTERNAL_ERROR | 500 | Unexpected server error |