The Scalefast E-Commerce API allows you to read object properties and connections from the graph.
This is done by issuing a standard HTTP GET request on the desired object:
https://api.scalefast.com/seller/61557
If you requested an access token, it can easily be transmitted as a parameter:
https://api.scalefast.com/seller/61557?access_token=XYZ
With this method, you can also get the data of a collection of objects:
https://api.scalefast.com/seller/61557/products
It will return the list of all products of this seller.