Is there any guidance on how to get started with the new Ecommerce (web) API and new catalog module? Some very basic pointers would be useful. Or should I wait for the Summit?
Thanks!
Imar
Is there any guidance on how to get started with the new Ecommerce (web) API and new catalog module? Some very basic pointers would be useful. Or should I wait for the Summit?
Thanks!
Imar
Hi Imar.
No docs yet I am affraid.
So far the web-api related to products can do 4 things - basically the result of the methods found here:
https://doc.dynamicweb.com/Default.aspx?ID=8258#article=77cbee8f-284c-1489-095d-8edb40df053b
Examples
/dwapi/Products/GetProductGroupList/GROUP5?LanguageId=LANG1&CurrencyCode=EUR&FilledProperties=Id,VariantId,LanguageId,Name,ShortDescription,Number
/dwapi/Products/GetProduct/PROD131?LanguageId=LANG1&CurrencyCode=EUR&FilledProperties=Id,VariantId,LanguageId,Name,ShortDescription,Number
/dwapi/Products/GetProductList/?ProductIds=PROD65,PROD70&LanguageId=LANG1&CurrencyCode=EUR&FilledProperties=Id,VariantId,LanguageId,Name,ShortDescription,Number
More on the summit
BR Nicolai
Cool, that's just what I needed. Thanks!
You must be logged in to post in the forum