Request:
curl -X GET https://offerkingz.com/api.php?object=overview&key={{YOUR-API-KEY}} \
Sample Response:
{
"status": "success",
"unpaid": "8",
"notshipped": "34",
"returns": "2",
"problems": "0"
}
A successful request returns the HTTP 200 OK status code and a JSON response body.
status (char)
Status of this request.
unpaid (int)
Number of orders that have not yet been paid for.
notshipped (int)
Number of orders that have been paid for but not yet shipped.
returns (int)
Number of items with an open return request.
problems (int)
Number of orders for which a problem was reported.