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
    All PostsDiscussionsBlogsIdeasQuestions
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    Discussions
    • TagsChevronRightIcon
    headers error
    • Discussion
      gregcarranz_0
      • Special CategoriesChevronRightIcon
      • eBay Developers ProgramChevronRightIcon
      • eBay APIsChevronRightIcon
      • Talk to your fellow developers
               
      gregcarranz_0
      0View listings
      GetSellerList is asking me for detail-level header but is not documented
               

      https://developer.ebay.com/devzone/xml/docs/reference/ebay/GetSellerList.html Im geting this error  <?xml version="1.0" encoding="UTF-8" ?><eBay> <EBayTime>2023-11-15 18:30:37</EBayTime><Errors> <Error> <Code>10012</Code><SeverityCode>1</SeverityCode><Severity>SeriousError</Severity><Line>0</Line><Column>0</Column><ErrorClass>RequestError</ErrorClass><ShortMessage><![CDATA[Invalid value for header "X-EBAY-API-DETAIL-LEVEL".]]></ShortMessage> </Error> </Errors> </eBay>   and this are mi headers headers: { 'Content-Type': 'text/xml', 'X-EBAY-API-CALL-NAME': 'GetSellerList', 'X-EBAY-API-SITEID': '0', 'X-EBAY-API-COMPATIBILITY-LEVEL': '967', 'X-EBAY-API-APP-NAME': `${this.EBAY_APP_ID}`, 'X-EBAY-API-CERT-NAME': `${this.EBAY_APP_DEV_ID}`, 'X-EBAY-API-DEV-NAME': `${this.EBAY_APP_SECRET}`, 'X-EBAY-API-DETAIL-LEVEL': 'ReturnAll', }, In the documentation its seems that i dont nead any of the headers below the X-EBAY-API-COMPATIBILITY-LEVEL, but in mi code its asking me for all that headers. Im using  xml2js to build the xml and im developing in typescript! if anyone happend to have the solution or the same problem pls write!

      2 years agolast reply 2 years ago
      4