05-02-2025 05:02 AM
Hi,
want to get multi-buy discounts info with api. getItem data not include this info.
tried:
https://api.ebay.com/buy/browse/v1/item/get_items_by_item_group?item_group_id=253514396905
and also tried with Trading API but not success.
if not possible how to get item promotion id?
https://api.ebay.com/sell/marketing/v1/item_promotion/{promotion_id@marketplaceENUM}
this not accept item_id so how we get?
https://api.ebay.com/sell/marketing/v1/promotion?promotion_status=SCHEDULED
05-02-2025 04:17 PM
First you need to call
https://developer.ebay.com/api-docs/sell/marketing/resources/promotion/methods/getPromotions
Which will give you a list of promotions along with promotionHref and that can be used as promotion id.
05-09-2025 06:05 AM
getPromotions always gives 500 error. getting promotions only allow our products or all products ?
{
"errors": [
{
"errorId": 2003,
"domain": "ACCESS",
"category": "APPLICATION",
"message": "Internal error",
"longMessage": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance"
}
]
}
05-09-2025 03:52 PM
I created a multi buy discount on this page
https://www.ebay.com.au/sh/mktv2/promotionmanager/dashboard
and I can see it here
https://api.ebay.com/sell/marketing/v1/promotion?sort=START_DATE&marketplace_id=EBAY_AU
You can add only your products in the promotion.