Api Help Please

I am trying to figure out how to implement this in cs-cart if possible. Kole imports says to do the following:



Request Parameters:



GET /products?limit=25&offset=0
Host: example.com
Authorization: Basic {id}:{api_key}
Accept: application/vnd.koleimports.ds.product+xml




Example CURL Request:





curl -H “Accept: application/vnd.koleimports.ds.product+xml” “https://{id}:{api_key}@api.koleimports.com/products?limit=1&offset=0



Example Response:



HTTP/1.1 200 OK

Content-Type: application/vnd.koleimports.ds.product+xml

Content-Length: 1804

Content-Location: https://api.koleimports.com/products?limit=25&offset=0





































































































listNextProducts

application/vnd.koleimports.ds.product+xml

https://api.koleimports.com/products/?limit=25&offset=25