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
ta_974434
Posted 1 year ago·Last reply 1 year ago
3 comments
znts-wholesale-global
·1 year agoI 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.
ta_974434
OP1 year agogetPromotions 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"
}
]
}
znts-wholesale-global
·1 year agoFirst 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.