Skip to content

Latest commit

History

History
54 lines (33 loc) 路 2.35 KB

SearchRequest.md

File metadata and controls

54 lines (33 loc) 路 2.35 KB

AliseeksApi.SearchRequest

Properties

Name Type Description Notes
text String The search query [optional]
sort String [optional] [default to 'BEST_MATCH']
currency NonRealtimeCurrency [optional]
category Number The AliExpress category to search in [optional]
includeSubcategories Boolean When this flag is set to `true` the `category` field will be expanded so that all items in sub-categories will be included [optional] [default to false]
sortDirection String The direction to sort the results by. Only valid for certain `sort` values [optional] [default to 'ASC']
ratingsRange DoubleRange [optional]
quantityRange IntegerRange [optional]
priceRange DoubleRange [optional]
unitPriceRange DoubleRange [optional]
orderRange IntegerRange [optional]
itemIdRange StringRange [optional]
freightTypes [String] Filter by freight types [optional]
skip Number Skip a number of items, if you need to skip more than 10000 items then use the scroll feature [optional]
limit Number Limit the request to a number of items [optional]
scrollPagination Boolean When this value is `true` then you will receive a scroll identifier which you can use to request the next page of results. The scroll identifier is good for 60 seconds. [optional] [default to false]
scrollIdentifier String The scroll identifier which can be retrieved by sending an initial search request with `scrollPagination` set to `true`. Scroll identifiers are good for 60 seconds. [optional]

Enum: SortEnum

  • PRODUCT_ID (value: "PRODUCT_ID")

  • UPDATE_TIME (value: "UPDATE_TIME")

  • WHOLESALE_PRICE (value: "WHOLESALE_PRICE")

  • ITEM_RATING (value: "ITEM_RATING")

  • ORDERS (value: "ORDERS")

  • BEST_MATCH (value: "BEST_MATCH")

Enum: SortDirectionEnum

  • ASC (value: "ASC")

  • DESC (value: "DESC")