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
    • Marketing, Analytics, MetadataChevronRightIcon
    I am using the parameters in the example, but the required fields are still missing

    url: https://api.ebay.com/sell/metadata/v1/compatibilities/get_product_compatibilities

    params:

    {
    "productIdentifier": {
    "productId": "393719178336"
    },
    "applicationPropertyFilters": [
    {
    "propertyName": "Year",
    "propertyValue": "2005"
    },
    {
    "propertyName": "Make",
    "propertyValue": "Chrysler"
    }
    ],
    "dataset": [
    "DisplayableSearchResults"
    ],
    "sortOrders": [
    {
    "sortOrder": {
    "propertyName": "Make",
    "order": "Ascending"
    },
    "sortPriority": "Sort1"
    }
    ],
    "paginationInput": {
    "offset": "0",
    "limit": "20"
    }
    }

     

    response:

    {
    "errors": [
    {
    "errorId": 47003,
    "domain": "fitmentmetadataapi",
    "category": "REQUEST",
    "message": "A required field is missing from the request.",
    "longMessage": "Please review the values provided."
    }
    ]
    }

     

    What should I do?

     

    yuczh-55
    yuczh-55
    Posted 1 year ago · Edited 1 year ago
                                           
             
    0 comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                   
                                                                                     
    •                                                              
    •                                                              
    •