Developer forum

Forum » Ecommerce - Standard features » Using the new Ecommerce API

Using the new Ecommerce API

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

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


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

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

Votes for this answer: 1
 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Cool, that's just what I needed. Thanks!

 

You must be logged in to post in the forum