{"openapi":"3.2.0","info":{"title":"Shein Data Service API","description":"The Shein Data API grants direct access to Shein's expansive fashion catalog and inventory data, facilitating effortless integration of up-to-date product details into applications and systems.","version":"1.0.0"},"servers":[{"url":"https://nsjag.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Product"},{"name":"Search"},{"name":"Store"},{"name":"Navigation"},{"name":"Reviews"},{"name":"Feed"},{"name":"Category"},{"name":"Settings"}],"paths":{"/product/get_shipping_details":{"get":{"operationId":"get_product_get_shipping_details","summary":"GET /product/get_shipping_details","description":"Returns product's shipping details according to the Country Identifier and Product's Serial Number","tags":["Product"],"parameters":[{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"goods_id","in":"query","description":"Shein Item Identifier. If you have a URL from the website, it's the number after the `-p-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the item Id is `2410511`.","required":false,"schema":{"type":"string","title":"goods_id"}}]}},"/product/get_recommended_goods_by_categories":{"get":{"operationId":"get_product_get_recommended_goods_by_categories","summary":"GET /product/get_recommended_goods_by_categories","description":"Returns a list of goods by category Ids.","tags":["Product"],"parameters":[{"name":"page","in":"query","description":"The page number of the results to be retrieved. Default is 1.","required":false,"schema":{"type":"string","title":"page"}},{"name":"size","in":"query","description":"Number of results per page.","required":false,"schema":{"type":"string","title":"size"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}},{"name":"cat_ids","in":"query","description":"Shein Categories Identifier. For multiple values, seperate them by commas.","required":false,"schema":{"type":"string","title":"cat_ids"}}]}},"/product/get_goods_similar_list":{"get":{"operationId":"get_product_get_goods_similar_list","summary":"GET /product/get_goods_similar_list","description":"Returns a list of products that are similar to a product based on the given goods id and category id. Check [this](https://i.postimg.cc/NMM6BHHB/Screenshot-1695501624.png) image for in-app reference.","tags":["Product"],"parameters":[{"name":"size","in":"query","description":"Number of results per page.","required":false,"schema":{"type":"string","title":"size"}},{"name":"page","in":"query","description":"The page number of the results to be retrieved. Default is 1.","required":false,"schema":{"type":"string","title":"page"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"cat_id","in":"query","description":"Shein Category Identifier. If you have a URL from the website, it's the number after the `-cat-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the category Id is `6252`.","required":false,"schema":{"type":"string","title":"cat_id"}},{"name":"country","in":"query","description":"The two-letter country code that corresponds to the specific geographic region for which you wish to access data. The Shein website maintains distinct data for each individual country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"goods_id","in":"query","description":"Shein Item Identifier. If you have a URL from the website, it's the number after the `-p-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the item Id is `2410511`.","required":false,"schema":{"type":"string","title":"goods_id"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}}]}},"/product/get_goods_detail_image":{"get":{"operationId":"get_product_get_goods_detail_image","summary":"GET /product/get_goods_detail_image","description":"Returns list of detailed images of the product. If this endpoints returns an empty list, it means that the product doesn't have detailed images.","tags":["Product"],"parameters":[{"name":"goods_id","in":"query","description":"Shein Item Identifier. If you have a URL from the website, it's the number after the `-p-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the item Id is `2410511`.","required":false,"schema":{"type":"string","title":"goods_id"}}]}},"/product/get_goods_details":{"get":{"operationId":"get_product_get_goods_details","summary":"GET /product/get_goods_details","description":"Retrieves product details. Check [this ](https://i.postimg.cc/Jh8KV0xz/Screenshot-1695501477.png) image for in-app reference.","tags":["Product"],"parameters":[{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"goods_id","in":"query","description":"Shein Item Identifier. If you have a URL from the website, it's the number after the `-p-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the item Id is `2410511`.","required":false,"schema":{"type":"string","title":"goods_id"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}}]}},"/product/get_detailed_recommended_goods":{"get":{"operationId":"get_product_get_detailed_recommended_goods","summary":"GET /product/get_detailed_recommended_goods","description":"Retrieves a curated list of recommended products based on the provided product and category identifiers. Check [this](https://i.postimg.cc/NMM6BHHB/Screenshot-1695501624.png) image for in-app reference.","tags":["Product"],"parameters":[{"name":"page","in":"query","description":"The page number of the results to be retrieved. Default is 1.","required":false,"schema":{"type":"string","title":"page"}},{"name":"size","in":"query","description":"Number of results per page.","required":false,"schema":{"type":"string","title":"size"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"goods_id","in":"query","description":"Shein Item Identifier. If you have a URL from the website, it's the number after the `-p-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the item Id is `2410511`.","required":false,"schema":{"type":"string","title":"goods_id"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}},{"name":"cat_id","in":"query","description":"Shein Category Identifier. If you have a URL from the website, it's the number after the `-cat-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the category Id is `6252`.","required":false,"schema":{"type":"string","title":"cat_id"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}}]}},"/search/search_products_by_keywords":{"get":{"operationId":"get_search_search_products_by_keywords","summary":"GET /search/search_products_by_keywords","description":"Searches products based on given keywords and other parameters.","tags":["Search"],"parameters":[{"name":"page","in":"query","description":"The page number of the results to be retrieved. Default is 1.","required":false,"schema":{"type":"string","title":"page"}},{"name":"tag_ids","in":"query","description":"Value of `tag_id` in `tags`.","required":false,"schema":{"type":"string","title":"tag_ids"}},{"name":"size","in":"query","description":"Number of results per page.","required":false,"schema":{"type":"string","title":"size"}},{"name":"cat_id","in":"query","description":"Shein Category Identifier. If you have a URL from the website, it's the number after the `-cat-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the category Id is `6252`.","required":false,"schema":{"type":"string","title":"cat_id"}},{"name":"sort","in":"query","description":"The `sort` parameter determines the sorting method for the results:\n\n- `default`: The default sorting option.\n\n- `new_arrivals`: Sorts items based on their release or arrival date, with the newest items appearing first.\n\n- `top_rated`: Ranks items based on user ratings or reviews, with the highest-rated items appearing first.\n\n- `most_popular`: Sorts items based on popularity.\n\n- `price_asc`:  Sorts items in ascending order based on their price, with the lowest-priced items appearing first.\n\n- `price_desc`: Sorts items in descending order based on their price, with the highest-priced items appearing first.","required":false,"schema":{"type":"string","title":"sort"}},{"name":"filter","in":"query","description":"The values of `attr_id`. For multiple values separate the Identifiers by a hyphen `-`. For example: `160_154-160_91`","required":false,"schema":{"type":"string","title":"filter"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}},{"name":"keywords","in":"query","description":"Searching Keywords.","required":false,"schema":{"type":"string","title":"keywords"}}]}},"/search/get_search_suggestions":{"get":{"operationId":"get_search_get_search_suggestions","summary":"GET /search/get_search_suggestions","description":"Returns a list of suggested words. This endpoint could also be used in auto-completing of search keywords. The endpoint also returns a list of categories that are associated with the words.","tags":["Search"],"parameters":[{"name":"word","in":"query","description":"The word or phrase to complete.","required":false,"schema":{"type":"string","title":"word"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}}]}},"/search/get_searching_keywords":{"get":{"operationId":"get_search_get_searching_keywords","summary":"GET /search/get_searching_keywords","description":"Returns a list of trending search keywords.","tags":["Search"],"parameters":[{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}}]}},"/store/get_store_items":{"get":{"operationId":"get_store_get_store_items","summary":"GET /store/get_store_items","description":"Returns items based on store identifier.","tags":["Store"],"parameters":[{"name":"size","in":"query","required":false,"schema":{"type":"string","title":"size"}},{"name":"page","in":"query","required":false,"schema":{"type":"string","title":"page"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}},{"name":"store_code","in":"query","description":"Shein Store Identifier.","required":false,"schema":{"type":"string","title":"store_code"}}]}},"/store/get_store_info":{"get":{"operationId":"get_store_get_store_info","summary":"GET /store/get_store_info","description":"Returns all info about a store based in the store identifier.","tags":["Store"],"parameters":[{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"store_code","in":"query","description":"Shein Store Identifier.","required":false,"schema":{"type":"string","title":"store_code"}}]}},"/navigation/get_tab_node_details":{"get":{"operationId":"get_navigation_get_tab_node_details","summary":"GET /navigation/get_tab_node_details","description":"Returns the Tab's Navigation details. This endpoint will contain the category Identifiers inside each `info -> content -> index -> thumb` key. For reference of the usage of this endpoint refer to [this](https://i.postimg.cc/RVZgs7kG/tab-nav-details.jpg) image.","tags":["Navigation"],"parameters":[{"name":"navNodeId","in":"query","description":"The value of `navNodeId` in `/navigation/get_tab_details`","required":false,"schema":{"type":"string","title":"navNodeId"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}}]}},"/navigation/get_tab_details":{"get":{"operationId":"get_navigation_get_tab_details","summary":"GET /navigation/get_tab_details","description":"Return Tab details. For reference of the usage of this endpoint refer to [this](https://i.postimg.cc/rs12fS7q/tab-details.jpg) image.","tags":["Navigation"],"parameters":[{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"channelType","in":"query","description":"The value of `id` returned in `/navigation/get_all_tabs`","required":false,"schema":{"type":"string","title":"channelType"}}]}},"/navigation/get_all_tabs":{"get":{"operationId":"get_navigation_get_all_tabs","summary":"GET /navigation/get_all_tabs","description":"Returns a list of all tabs. For reference of the usage of this endpoint refer to [this](https://i.postimg.cc/7PMRQYfP/tabs-explanation.jpg) image.","tags":["Navigation"],"parameters":[{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}}]}},"/reviews/translate_product_review":{"get":{"operationId":"get_reviews_translate_product_review","summary":"GET /reviews/translate_product_review","description":"Translates a product review's text given the identifier of the review and the product spu","tags":["Reviews"],"parameters":[{"name":"src_language","in":"query","description":"The review's text language, this parameter is optional. If not set it will automatically detect the language and translate it.","required":false,"schema":{"type":"string","title":"src_language"}},{"name":"dest_language","in":"query","description":"The destination translation language. For a full list of languages check [this ](https://rapidapi.com/iamEvara/api/shein-Xi-Yin-data-service/tutorials/list-of-all-supported-languages) tutorial.","required":false,"schema":{"type":"string","title":"dest_language"}},{"name":"goods_id","in":"query","description":"Shein Item Identifier. If you have a URL from the website, it's the number after the `-p-`. For example in this url: https://www.shein.com/Baby-Girl-Hook-and-loop-Fastener-Strap-Sandals-p-`2410511`-cat-`6252`.html the item Id is `2410511`.","required":false,"schema":{"type":"string","title":"goods_id"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"comment_id","in":"query","description":"The `comment_id` returned by `/reviews/get_product_reviews_list`.","required":false,"schema":{"type":"string","title":"comment_id"}}]}},"/reviews/get_product_reviews_list":{"get":{"operationId":"get_reviews_get_product_reviews_list","summary":"GET /reviews/get_product_reviews_list","description":"Returns a list of Product Reviews","tags":["Reviews"],"parameters":[{"name":"sort","in":"query","description":"The `sort` parameter determines the sorting method for the results, there is three distinct options:\n\n- `time_asc`: Sorts products in ascending order based on their timestamp.\n- `time_desc`: Sorts products in descending order based on their timestamp.\n- `default`: Applies the default Shein ranking.","required":false,"schema":{"type":"string","title":"sort"}},{"name":"size","in":"query","description":"Number of results per page.","required":false,"schema":{"type":"string","title":"size"}},{"name":"comment_rank","in":"query","description":"The `comment_rank` parameter filters reviews based on their ranking, returning only those with a specified `comment_rank` value. Review rankings are on a scale from 1 to 5. If this wasn't set, it will return all reviews with all ranks.","required":false,"schema":{"type":"string","title":"comment_rank"}},{"name":"is_picture","in":"query","description":"If set to `1`, only reviews with Pictures will be returned.","required":false,"schema":{"type":"string","title":"is_picture"}},{"name":"page","in":"query","description":"The page number of the results to be retrieved. Default is 1.","required":false,"schema":{"type":"string","title":"page"}},{"name":"currency","in":"query","required":false,"schema":{"type":"string","title":"currency"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"goods_id","in":"query","description":"Shein Goods Id","required":false,"schema":{"type":"string","title":"goods_id"}}]}},"/feed/get_feed":{"get":{"operationId":"get_feed_get_feed","summary":"GET /feed/get_feed","description":"Returns the feed list.","tags":["Feed"],"parameters":[{"name":"size","in":"query","description":"Number of results per page.","required":false,"schema":{"type":"string","title":"size"}},{"name":"page","in":"query","description":"The page number of the results to be retrieved. Default is 1.","required":false,"schema":{"type":"string","title":"page"}},{"name":"fields","in":"query","description":"This specifies the returned feeds. Available values are `deal_goods`, `best_sellers`, and `new_goods`. For multiple values add a seperating comma `,`.","required":false,"schema":{"type":"string","title":"fields"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}}]}},"/feed/get_best_sellers_products":{"get":{"operationId":"get_feed_get_best_sellers_products","summary":"GET /feed/get_best_sellers_products","description":"Returns the best selling products of a best selling list.","tags":["Feed"],"parameters":[{"name":"page","in":"query","description":"The page number of the results to be retrieved. Default is 1.","required":false,"schema":{"type":"string","title":"page"}},{"name":"size","in":"query","description":"Number of results per page.","required":false,"schema":{"type":"string","title":"size"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"contentCarrierId","in":"query","description":"Value of `contentCarrierId` returned from `/feed/get_feed` in the `best_sellers` key.","required":false,"schema":{"type":"string","title":"contentCarrierId"}},{"name":"currency","in":"query","description":"The `currency` parameter specifies the currency for displayed prices. Each country offers its own set of supported currencies, obtainable through `/setting/currency_list`.","required":false,"schema":{"type":"string","title":"currency"}}]}},"/category/get_real_category_products":{"get":{"operationId":"get_category_get_real_category_products","summary":"GET /category/get_real_category_products","description":"Return category products. For reference of the usage of this endpoint refer to [this](https://i.postimg.cc/fRh6R2kC/category-products.jpg) image.","tags":["Category"],"parameters":[{"name":"max_price","in":"query","required":false,"schema":{"type":"string","title":"max_price"}},{"name":"sort","in":"query","description":"The `sort` parameter determines the sorting method for the results:\n\n- `default`: The default sorting option.\n\n- `new_arrivals`: Sorts items based on their release or arrival date, with the newest items appearing first.\n\n- `top_rated`: Ranks items based on user ratings or reviews, with the highest-rated items appearing first.\n\n- `most_popular`: Sorts items based on popularity.\n\n- `price_asc`:  Sorts items in ascending order based on their price, with the lowest-priced items appearing first.\n\n- `price_desc`: Sorts items in descending order based on their price, with the highest-priced items appearing first.","required":false,"schema":{"type":"string","title":"sort"}},{"name":"tag_ids","in":"query","required":false,"schema":{"type":"string","title":"tag_ids"}},{"name":"min_price","in":"query","required":false,"schema":{"type":"string","title":"min_price"}},{"name":"page","in":"query","required":false,"schema":{"type":"string","title":"page"}},{"name":"filter","in":"query","required":false,"schema":{"type":"string","title":"filter"}},{"name":"size","in":"query","required":false,"schema":{"type":"string","title":"size"}},{"name":"choosed_nav_id","in":"query","required":false,"schema":{"type":"string","title":"choosed_nav_id"}},{"name":"cat_id","in":"query","required":false,"schema":{"type":"string","title":"cat_id"}},{"name":"language","in":"query","required":false,"schema":{"type":"string","title":"language"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"country"}},{"name":"currency","in":"query","required":false,"schema":{"type":"string","title":"currency"}}]}},"/category/get_category_products":{"get":{"operationId":"get_category_get_category_products","summary":"GET /category/get_category_products","description":"Return category products. For reference of the usage of this endpoint refer to [this](https://i.postimg.cc/fRh6R2kC/category-products.jpg) image.","tags":["Category"],"parameters":[{"name":"min_price","in":"query","required":false,"schema":{"type":"string","title":"min_price"}},{"name":"select_id","in":"query","required":false,"schema":{"type":"string","title":"select_id"}},{"name":"filter","in":"query","required":false,"schema":{"type":"string","title":"filter"}},{"name":"max_price","in":"query","required":false,"schema":{"type":"string","title":"max_price"}},{"name":"size","in":"query","required":false,"schema":{"type":"string","title":"size"}},{"name":"tag_ids","in":"query","required":false,"schema":{"type":"string","title":"tag_ids"}},{"name":"page","in":"query","required":false,"schema":{"type":"string","title":"page"}},{"name":"sort","in":"query","description":"The `sort` parameter determines the sorting method for the results:\n\n- `default`: The default sorting option.\n\n- `new_arrivals`: Sorts items based on their release or arrival date, with the newest items appearing first.\n\n- `top_rated`: Ranks items based on user ratings or reviews, with the highest-rated items appearing first.\n\n- `most_popular`: Sorts items based on popularity.\n\n- `price_asc`:  Sorts items in ascending order based on their price, with the lowest-priced items appearing first.\n\n- `price_desc`: Sorts items in descending order based on their price, with the highest-priced items appearing first.","required":false,"schema":{"type":"string","title":"sort"}},{"name":"choosed_nav_id","in":"query","required":false,"schema":{"type":"string","title":"choosed_nav_id"}},{"name":"cat_id","in":"query","required":false,"schema":{"type":"string","title":"cat_id"}},{"name":"language","in":"query","required":false,"schema":{"type":"string","title":"language"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"country"}},{"name":"currency","in":"query","required":false,"schema":{"type":"string","title":"currency"}}]}},"/category/get_category_navs":{"get":{"operationId":"get_category_get_category_navs","summary":"GET /category/get_category_navs","description":"Return the category nav. For reference of the usage of this endpoint refer to [this](https://i.postimg.cc/bwsq1Fqh/category-navs.jpg) image.","tags":["Category"],"parameters":[{"name":"language","in":"query","description":"The `language` parameter defines the returned data language, country-dependent. Not all countries support all languages. For example, `US` has `en` (English) and `es` (Spanish). To find supported languages for a country, use `setting/get_language_list` with the two-letter country code.","required":false,"schema":{"type":"string","title":"language"}},{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}},{"name":"cate_id","in":"query","description":"Value of","required":false,"schema":{"type":"string","title":"cate_id"}}]}},"/setting/get_language_list_by_country":{"get":{"operationId":"get_setting_get_language_list_by_country","summary":"GET /setting/get_language_list_by_country","description":"The endpoint returns a list of languages that can be used in a specific site. Shein doesn't support all languages in all sites, each site has a specific set of supported languages. For example, the [US ](https://us.shein.com) site only supports Español and English.","tags":["Settings"],"parameters":[{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}}]}},"/setting/get_country_currency_list":{"get":{"operationId":"get_setting_get_country_currency_list","summary":"GET /setting/get_country_currency_list","description":"Returns a list of supported currencies by site(country). For example the [US](https://us.shein.com) site supports USD, EUR, GBP, CHF, CAD, MXN currencies.","tags":["Settings"],"parameters":[{"name":"country","in":"query","description":"The 2-letter value of the country the data will refer to. Shein website has separate data for each country.","required":false,"schema":{"type":"string","title":"country"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}