Request:
curl -X POST https://offerkingz.com/api.php?object=price&key={{YOUR-API-KEY}} \
-H "Content-Type: application/json" \
-d '{
"update": "{{SKU-OF-YOUR-ITEM}}",
"price": "{{NEW-PRICE}}",
"password": "{{YOUR-ACCOUNT-PASSWORD}}"
}'
Sample Response:
{
"status": "success",
"price-o": "14.95",
"price": "12.99"
}
A successful request returns the HTTP 200 OK status code and a JSON response body.
status (char)
Status of this request.
price-o (float)
Old price.
price (float)
Current price.