Skip to content

product_unavailable

Product unavailable โ€” HTTP 400 ยท type invalid_request_error

What happened

The requested product doesn't exist, isn't published, or isn't available in this environment.

How to fix it

List `GET /products` for currently available product ids and use one of those.

Example response

{
  "error": {
    "type": "invalid_request_error",
    "code": "product_unavailable",
    "message": "A human-readable description of what went wrong.",
    "doc_url": "https://docs.interglobe.io/errors/product_unavailable"
  },
  "request_id": "req_1a2b3c"
}

โ† All error codes