All PostsDiscussionsBlogsIdeasQuestions
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
  •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
Discussions
eBay Community logo
  • Home
  • News & Updates
  • Buying & Selling
    • Buying
    • Selling
    • New to selling on eBay
    • Seller Tools
    • Shipping
    • Returns
    • eBay Advertising
    • Payments
    • Mobile Apps
  • Explore Categories
      • eBay Motors
      • Electronics
      • Collectibles & Art
      • Home & Garden
      • Clothing, Shoes & Accessories
      • Toys & Hobbies
      • Sporting Goods
      • Books, Movies & Music
      • Health & Beauty
      • Business & Industrial
      • Jewelry & Watches
      • Specialty Services
      • eBay Partner Network
      • Accessibility
      • eBay Developers Program
      • eBay Cafe
      • eBay Live
      • Community Mentors
    • Ask a Mentor
  • About
    • About the Community
    • Share Community Platform Feedback
    • Report eBay Technical Issues
    • About eBay
  • Community Events
    • Events
    • Seller Circle Hosts
    • Seller Circles
  • eBay Help
    • Special CategoriesChevronRightIcon
    • eBay Developers ProgramChevronRightIcon
    • RESTful Sell APIsChevronRightIcon
    • Account, Inventory, Catalog and ComplianceChevronRightIcon
    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
    ta_974434
    Posted 1 year ago·Last reply 1 year ago
                                           
             
    3 comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                   
    znts-wholesale-global

    znts-wholesale-global

    ·1 year ago
    1574View listings

    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.

                                           
    ta_974434

    ta_974434

    OP1 year ago

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

                                           
    znts-wholesale-global

    znts-wholesale-global

    ·1 year ago
    1574View listings

    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.

                                           
                                                                                     
    •                                                              
    •                                                              
    •