Product Rejected Reasons
Please give details for the rejected reason "payload not found". Received this reason for similar request mentioned below.
Referrence:
On Updating the product with following curl request for product id 138810165, we receive
track_id 4dc2bcc0634d498ba77d271aebc17c34
Curl Request:
curl --location --request POST 'https://api.tiki.vn/integration/v2/requests/updateProductInfo' \ --header 'Authorization: Bearer ****' \ --header 'Content-Type: application/json' \ --data-raw '{ "product_id": 138810165, "market_price": 7000000, "image": "https://images-na.ssl-images-amazon.com/images/I/71rBcMwMq4L._SS500_.jpg", "images": [ "https://images-na.ssl-images-amazon.com/images/I/31%2BtDPe1XfL._SS500_.jpg", "https://images-na.ssl-images-amazon.com/images/I/61vGd9wTrxL._SS500_.jpg", "https://images-na.ssl-images-amazon.com/images/I/61sTz%2BhRd4L._SS500_.jpg", "https://images-na.ssl-images-amazon.com/images/I/41gOwCRsQ7L._SS500_.jpg" ] }'
Also, please provide all possible rejected reasons with their meaning.