Hello everybody,
I’m trying to program my new website using the Spreadshirt API to access my products. For now I have been able to show my store designs without any problem, but what I’m trying to do is get a list of all products for a design, something like what you get when you visit this url:
http://www.eternalwarriors.tk/#!/kickboxing+warrior?q=I1016982411
I’m trying to use this url:
https://api.spreadshirt.com/api/v1/shops/100309806/articleCategories/510/articles
to get the list of articles for a design but is not accepting my design Id query or I’m missing some other parameter. Does anyone of you have any idea how can I do what I want?