0

How can I export inventory information (e.g. on availability for a specific product) from demandware to another ecommerce vendor? Is there something like a demandware API which I can call to get this information? Similarly, is it possible for demandware to receive orders from another ecommerce vendor?

The background is that for a system based on demandware, I would like to integrate it with other ecommerce platforms.

ahron
  • 803
  • 6
  • 29

2 Answers2

2

Yes you can do all these sort or Import/Export using Jobs.

Have a look at the following links for a better understanding:

ddon-90
  • 2,816
  • 1
  • 20
  • 29
  • The Integration Framework is deprecated. The components it defines can be migrated to the new Jobs Framework. The Jobs Framework should be used instead of the Integration Framework for the scheduling of tasks. Additionally, you can indeed access inventory and place orders via the Open Commerce APIs. See: https://documentation.demandware.com/DOC1/topic/com.demandware.dochelp/OCAPI/18.6/usage/ShopAPIResources.html?cp=0_12_3 – sholsinger Jul 01 '18 at 23:38
1

Please check ExportInventoryLists pipelet https://documentation.demandware.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FDWAPI%2Fpipeletapi%2Fhtml%2Fapi%2Fpipelet.ExportInventoryLists.html&resultof=%22ExportInventoryLists%22%20%22exportinventorylist%22%20.

Also, you can try with Integration-Framework

Netinel
  • 101
  • 1
  • 2
  • Since I don't have access to the documentation right now, would you please clarify - if I have a list of orders from another seller (of my product) in the form of a spreadsheet or json data, I can simply import it? How about exporting - can I send inventory stock information to a third party seller in excel or json format? Cheers – ahron Jun 26 '18 at 10:27