01-07-2025 05:43 PM - edited 01-07-2025 07:07 PM
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?