# Price ID cannot be found for subscription

One or more price IDs sent in the items array could not be found or are not available for this subscription.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "subscription_price_not_found",
    "detail": "One or more prices sent in the items array could not be found.",
    "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_price_not_found"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `subscription_price_not_found` |
| Error message | One or more prices sent in the items array could not be found. |

## Common causes

- One or more Price ID(s) passed in the items array cannot be found.
- The price has been archived.

## Common solutions

- Check that the price IDs exist and belong to your seller account.
- Ensure the prices have not been archived. Use the [list prices operation](https://developer.paddle.com/api-reference/prices/list-prices) to check price status.
- Check that price IDs are correctly formatted.
