Hi
On one of our projects we want to record the stock (in the stockmatrix) when an order changes orderstate and not when the order is created. As far as I can see this is not possible by standard functionality. Would it then be an option to hook up on an order notification (API) when the orderstate changes and then update the stock. Then I need to disable the standard updating of stock. Should I do that by sending a stocklocationid (in the querystring when adding product to cart) that corresponds to a dummy stocklocation? Any ideas are appreciated. Thanks.