Full documentation for this service is available at /documentation/searchservice.
Services that can be called without any specific authorization (except for a Developer account).
The following operations are supported. For a formal definition, please review the Service Description.
- SearchSearch for items. Possible errors: "OrderByValidationError" - use of non-existing sort order (OrderBy). "SearchStringValidationError" - when searching for invalid search words. "InternalError" - internal error.
- SearchAdvancedSearch for items with advanced parameters. Possible errors: "OrderByValidationError" - use of non-existing order by (OrderBy). "ItemTypeValidationError" - use of non-existing item type (ItemType). "SellerTypeValidationError" - use of non-existing seller type (SellerType). "ModeValidationError" - use of non-existing mode (Mode). "ItemStatusValidationError" - use of non-existing item status (ItemStatus). "ItemConditionValidationError" - use of non-existing item condition (ItemCondition). "SearchStringValidationError" - when searching for invalid search words. "InternalError" - internal error.
- SearchByFixedCriteriaSearch with a fixed set of possible lists.
- SearchByZipCodeSearch for items on given zip code.
- SearchCategoryCountSearch for category count. Possible errors: "SellerTypeValidationError" - use of non-existing seller type (SellerType). "ModeValidationError" - use of non-existing mode (Mode). "ItemTypeValidationError" - use of non-existing item type (ItemType). "ItemStatusValidationError" - use of non-existing item status (ItemStatus). "ItemConditionValidationError" - use of non-existing item condition (ItemCondition). "SearchStringValidationError" - when searching for invalid search words. "InternalError" - internal error.