Skip to main content

v2.shop_flash_sale.get_item_criteria

GET /api/v2/shop_flash_sale/get_item_criteria

get shop flash sale item criteria

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/shop_flash_sale/get_item_criteria

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2

No Request Parameters Set.

Response Parameters

NameTypeSampleDescription
request_idstringThe identifier for an API request for error tracking.
errorstringIndicate error type if hit error. Empty if no error happened.
messagestringIndicate error details if hit error. Empty if no error happened.
responseobject
criteriaobject[]criteria detail
criteria_idint64
min_product_ratingfloatProduct Rating(0.0-5.0), -1 means no limit
min_likesint32Likes(s), -1 means no limit
must_not_pre_orderbooleantruePre-Order(s)
min_order_totalint32Orders in the last 30 day(s), -1 means no limit
max_days_to_shipint32Days to Ship, -1 means no limit
min_repetition_dayint32Repetition Control (Same Product cannot Join ISFS within N Days) , -1 means no limit
min_promo_stockint321Promo Stock, -1 means no limit
max_promo_stockint3210Promo Stock, -1 means no limit
min_discountint6410Discount Limit, 10 means 10%, -1 means no limit
max_discountint64100Discount Limit, 100 means 100%, -1 means no limit
min_discount_priceint6410000000Discount Limit, -1 means no limit, real min discount price = min_discount_price / 100000
max_discount_priceint64100000000Discount Limit, -1 means no limit, real max discount price = max_discount_price / 100000
need_lowest_pricebooleantruelower than lowest price in last 7 days (exclude Shopee Flash Deals)
pair_idsobject[]the mapping relationship between criteria and category
criteria_idint64
category_listobject[]these are the categories that the shop has items, and the criteria will apply to these categories
category_idint64o means this is All category
namestringcategory name
parent_idint64the parent category id, 0 means this category is L1 category
overlap_block_category_idsint64[]Due to regulations, the promotion of some products in these categories are prohibited in this region

No Request Example Set.

No Response Example Set.