For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

New items not valid in subscription update

The new items requested to be added are not valid when updating this subscription.

Example response
{
"error": {
"type": "request_error",
"code": "subscription_new_items_not_valid",
"detail": "the new items are not valid for updating this subscription",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_new_items_not_valid"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_new_items_not_valid
Error message
the new items are not valid for updating this subscription

Common causes

  • One or more of the items that you're trying to add isn't valid.

Troubleshooting

  • See individual errors to troubleshoot.

Was this page helpful?