cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

get multi-buy discount info with api

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

Message 1 of 4
latest reply
3 REPLIES 3

get multi-buy discount info with api

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.

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 2 of 4
latest reply

get multi-buy discount info with api

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"
}
]
}

Message 3 of 4
latest reply

get multi-buy discount info with api

I created a multi buy discount on this page

https://www.ebay.com.au/sh/mktv2/promotionmanager/dashboard

 

zntswholesaleglobal_0-1746830812462.png

 

and I can see it here

 

https://api.ebay.com/sell/marketing/v1/promotion?sort=START_DATE&marketplace_id=EBAY_AU

 

zntswholesaleglobal_1-1746830851547.png

You can add only your products in the promotion.

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 4 of 4
latest reply