โฌ๏ธRequest and Response
Request to the API endpoint
Updates attributes of the product listings (A.K.A. publications)
Query Parameters
Name
Type
Description
{
"Quantities": {
"Ok": 0,
"Error": 0,
"Warning": 0,
"Info": 0,
"Total": 0
},
"Items": [
{
"ItemNumber": 0,
"ValidationLevel": {
"Id": 0,
"Name": "string"
},
"KeyField": "string",
"KeyValue": "string",
"Messages": [
{
"Level": {
"Id": 0,
"Name": "string"
},
"Code": 0,
"Message": "string",
"ValidatedValue": "string"
}
]
}
]
}Parameters details
API_KEY
accountId
Product listings
Last updated
Was this helpful?