Skip to main content

v2.bundle_deal.get_bundle_deal_list

GET /api/v2/bundle_deal/get_bundle_deal_list

get bundle deal list

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/bundle_deal/get_bundle_deal_list

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

Request Parameters

NameTypeRequiredSampleDescription
page_sizeint32False100Data paging, representing the data size of each page, the maximum is 1000, the default is 20
time_statusint32False2The Status of bundle deal,all=1;upcoming=2;ongoing=3,expired=4 , the default is 1
page_noint32False1Data paging, represents the page number, starting from 1, the default is 1

Response Parameters

NameTypeSampleDescription
errorstringError code
messagestringThe description of error code
request_idstringd929c6ca9b4dbff5ed8fb33bb45c30a8The identifier of the API request for error tracking
responseobject
bundle_deal_listobject[]The list of bundle deal id
bundle_deal_idint321111432Shopee's unique identifier for a bundle deal activity.
namestringBundle Deal TestTitle of the bundle deal
start_timetimestamp1655654412The time when bundle deal activity start.
end_timetimestamp1658246412The time when bundle deal activity end.
bundle_deal_ruleobject
rule_typeint321The bundle deal rule type:FIX_PRICE = 1 ;DISCOUNT_PERCENTAGE = 2; DISCOUNT_VALUE = 3
discount_valuefloat11.0The deducted price when when buying a bundle deal. Need to input it when the bundle deal rule type is 3
fix_pricefloat11.0The amount of the buyer needs to spend to purchase a bundle deal. Need to input it when the bundle deal rule type is 1
discount_percentageint3233The discount that the buyer can get when buying a bundle deal. Need to input it when the bundle deal rule type is 2
min_amountint32123The quantity of items that need buyer to combine purchased
additional_tiersobject[]Use to create tiered discount for bundle deals, a max of 2 additional tiers are allowed to create bundle deals like buy 2 get 10% off, buy 3 for 15% off, buy 4 for 20% off; For each tier, we will need to set the following 4 values based on bundle deal type +    min_amount = IntAttribute() +    fix_price = IntAttribute() +    discount_percentage = IntAttribute() +    discount_value = IntAttribute() Note: for additional tiers, the fix price, discount_percentage, discount_value should be consistent with tier 1
min_amountint32123The quantity of items that the buyers need to purchase for additional tier
fix_pricefloat11.0The bundle price when the buyers purchase a bundle deal for additional tiers. Need to input it when the bundle deal rule type is 1.
discount_valuefloat11.0The bundle deal discount amount the buyer can save when purchasing a bundle deal. Need to input it when the bundle deal rule type is 3
discount_percentageint3233The bundle deal discount% that the buyer can get when buying a bundle deal for additional tiers. Need to input it when the bundle deal rule type is 2
purchase_limitint326Maximum number of bundle deals that can be bought by a buyer.
morebooleantruethis field shows whether there are more bundle deals in next page or not