When a supply application reaches its part limit, it can no longer be used to query parts from the supply API. Attempting to do so will give a response similar to the following:
{ "errors": [ { "message": "You have exceeded your part limit of 605. Please upgrade your plan. Contact us at api@nexar.com for assistance.", "extensions": { "remote": { "message": "You have exceeded your part limit of 605. Please upgrade your plan. Contact us at api@nexar.com for assistance." }, "schemaName": "Supply" } } ] }
Your application can identify the error by checking that the message starts with "You have exceeded you part limit".
The HTTP status code for this response is currently 500 but this is subject to change.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article