Skip to main content

v2.bundle_deal.get_bundle_deal

GET /api/v2/bundle_deal/get_bundle_deal

get bundle deal detail

Endpoint URL

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

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
bundle_deal_idint32True113891Shopee's unique identifier for a bundle deal activity.

Response Parameters

NameTypeSampleDescription
errorstringIndicate error type if hit error. Empty if no error happened.
messagestringIndicate error details if hit error. Empty if no error happened.
request_idstringd929c6ca9b4dbff5ed8fb33bb45c30a8The identifier of the API request for error tracking
responseobjectDetail informations you are querying.
bundle_deal_idint32113891Shopee'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_amountint322The quantity of items that need buyer to combine purchased
additional_tiersobjectUse 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_amountint322The 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.