List of Items API Error Codes
| Error Response Code | Error Description | 
|---|---|
| INVALID_FIELD_START_INDEX | startIndex filed is less than zero | 
| INVALID_FIELD_COUNT | count field is less than zero | 
| ITEM_NAME_FILTER_IS_REQUIRED_WHEN_IS_RESTRICTED_SET_TO_FALSE | filter[itemName] field is required when isRestricted field is false | 
| BRAND_NAME_FILTER_NOT_PERMITTED_WHEN_IS_RESTRICTED_IS_SET_TO_FALSE | filter[brandName] field is not permitted when isRestricted field is false | 
| CATEGORY_FILTER_NOT_PERMITTED_WHEN_IS_RESTRICTED_IS_SET_TO_FALSE | filter[category] field is not permitted when isRestricted is false | 
| SUBCATEGORY_FILTER_NOT_PERMITTED_WHEN_IS_RESTRICTED_IS_SET_TO_FALSE | filter[subCategory] filed is not permitted when isRestricted is false | 
| UNABLE_TO_FETCH_ITEM_LIST | not able to fetch item list due to some internal server error | 
| NO_RECORD_FOUND | no records are present if some invalid input is passed in request body | 
| TOO_MANY_FILTERS_PROVIDED_IN_REQUEST | when length of input url in request body is more than 2048 characters | 
Updated 4 months ago
