Updates attributes of the product listings (A.K.A. publications)
200: OK Array of ProductListening 304: Not Modified 400: Bad Request {"Status": integer, "Message": string} 401: Unauthorized {"Status": integer, "Message": string} 403: Forbidden {"Status": integer, "Message": string} 404: Not Found {"Status": integer, "Message": string} 406: Not Acceptable {"Status": integer, "Message": string} 412: Precondition Failed {"Status": integer, "Message": string} 429: Too Many Requests {"Status": integer, "Message": string} 500: Internal Server Error string
Copy {
"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"
}
]
}
]
}
Copy {
"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"
}
]
}
]
}
The API_KEY that was provided.
The Alephee account ID of the orders you are trying to get.
The list of product listings needed to change.
This method will return the list of each product listing ID with its result status (200 OK, 4XX Error with details).