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 | request body exceeds supported size of 2048 characters |
| INVALID_EXPAND_VARIANTS_FILTER_COMBINATION | Can be set to true only with following filters: filter[itemId], filter[gtin] |
Updated 20 days ago
