|
Ce courrier électronique ne contient aucun virus ou logiciel malveillant parce que la protection Antivirus avast! est active. |
Hi Guillaume,
the Order XML object is created by the dbo.Order_DetailsXML Stored Procedure. It takes a parameter for the number of orders. That means it would theoretically be possible to generate an order XML object that contains multiple orders. But in practice this should not happen. I connected my WebService call to a trigger after an order has been placed in the store.
--
You received this message because you are subscribed to a topic in the Google Groups "XMPie Interest Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/xmpie-users/1yi44hfBpGI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to xmpie-users...@googlegroups.com.
To post to this group, send email to
Order Details XML triggered once particular order placed in the system is one thing , it will be fired each time new order placed in the system.
Now you can write your own template and get any data you want and disregard particular order id, but it will call your system numerous of time since it designed to inject or export particular order data.
Now there is different method that called OrderWS.GetLatestOrdersXml , that once you need to call yourself and it required to check a box in the store advanced setting "Orders of this store are exportable by API".
I personally do not like this checkbox and would prefer to pass id's of the stores I'm interested , but it seems does what you need.
Igor.
To unsubscribe from this group and all its topics, send an email to xmpie-users+unsubscribe@googlegroups.com.
To post to this group, send email to