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

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?

 

Message 1 of 1
latest reply
0 REPLIES 0