---
title: "HTTP Status Codes"
---

<ResponseField name="511" type="string">
  Insufficient Parameters
</ResponseField>

<ResponseField name="512" type="string">
  Validation Failed for Input Parameters
</ResponseField>

<ResponseField name="513" type="string">
  Product Not Found
</ResponseField>

<ResponseField name="514" type="string">
  No Quote Found
</ResponseField>

<ResponseField name="515" type="string">
  Store Not Found
</ResponseField>

<ResponseField name="516" type="string">
  Not Eligible
</ResponseField>

<ResponseField name="517" type="string">
  Category Not Found
</ResponseField>

<ResponseField name="200" type="string">
  Quotes Found
</ResponseField>

<ResponseField name="500" type="string">
  Something Unexpectedly Went Wrong
</ResponseField>
