Closed carlaiau closed 8 years ago
@carlaiau You can see SKU API on left navigation at documentation link here http://docs.semantics3.com/v1.0/docs
But it's not built into the PHP library? Or is it?
On 16/04/2016, at 4:28 PM, ducnguyenhuy notifications@github.com wrote:
@carlaiau You can see SKU API on left navigation at documentation link here http://docs.semantics3.com/v1.0/docs
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub
I'm using it for querying products API, but don't know how to use it for querying SKU API
I did not query SKU API before but as I see code here https://github.com/Semantics3/semantics3-php/blob/master/lib/Semantics3/Products.php, I think you need to call query()
function and give endpoint skus
and also query params to do that. And note that you need to purchase a plan to do query SKUS, It's limited to Demo plan.
Thanks for the guidance, will try it out. Yeap, we're on a paid plan.
Run your query on playground https://dashboard.semantics3.com/p#/playground first before moving it into your code. Btw, I did not use Semantics3 2 years ago.
Great work! Is there any potential for SKU API implementation?