Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.8 KB

BestSellingSearchRequest.md

File metadata and controls

50 lines (25 loc) · 1.8 KB

AliseeksApi.BestSellingSearchRequest

Properties

Name Type Description Notes
range String The time range to look for best selling products. Can be Top best selling products or Weekly best selling products. [optional] [default to 'top']
category String The category to look for best selling products. Only certain categories can be searched for depending on the `range`. When range is "top", only the categories [ "all", "fashion", "electronics", "sports", "health_beauty", "kids_baby", "home_garden", "automotive" ] are supported. When range is "weekly", only the categories [ "woman", "men", "electronics", "sports", "health_beauty", "kids_baby", "automotive" ] are supported. [optional] [default to 'electronics']
skip Number The number of results to skip. Allows for pagination. [optional] [default to 0]
locale String AliExpress locale to use. [optional] [default to 'en_US']
currency RealtimeCurrency [optional]

Enum: RangeEnum

  • top (value: "top")

  • weekly (value: "weekly")

Enum: CategoryEnum

  • all (value: "all")

  • fashion (value: "fashion")

  • sports (value: "sports")

  • health_beauty (value: "health_beauty")

  • home_garden (value: "home_garden")

  • kids_baby (value: "kids_baby")

  • automotive (value: "automotive")

  • electronics (value: "electronics")

  • men (value: "men")

  • women (value: "women")