Developer forum
Subject
Replies
Started by
Last reply
Live prices on WebAPI
Hi DW We have an issue on DW 9.14.1 using the Web API to get products for a custom view. We are using Live Integration version 7.0.5 with Live Prices enabled. The problem is that we can get the products fine if we are querying them anonymously from t ...
Chris Søgaard
16/11/2022 15:29:31
Last post: 17/11/2022 09:36:57
How to apply customer specific information from a PriceProvider
Hi there, I have a project where the remote ERP determines if a product can be sold to the currently selected ship to country. For example, it can be that a customer can see / order a product when they ship to country X but not when they ship it to c ...
Imar Spaanjaars
13/11/2022 20:29:41
Last post: 14/11/2022 10:12:03
DW API Impersonation
Hi. We've developed an app and the customer would like to impersonate users, like they can on their DW shop. Is this possible through the Web API? ...
Mikkel Belchuke
23/08/2022 11:13:23
Last post: 11/11/2022 10:32:10
12
Subscribe
creating order through /dwapi/ecommerce/carts/{secret}/createorder doesn't complete order in DW
Dear Dynamicweb, As the title states, when we complete orders through the endpoint, it seems like the order never completes which also results in no emails being sent to the customer. Our thougths are because alot of the logic might be in the Cart mo ...
Mikkel Hammer
03/01/2022 15:52:33
Last post: 09/11/2022 14:07:49
10
Subscribe
Stored Procedures and Data Lists
Hi, (Not sure if the right category) We have a stored procedure that runs perfectly in SQL Firehose, but Data lists does not return anything. The stored procedure is creating some temp tables, and I wonder if that has anything to do with it. At least ...
Nuno Aguiar
04/11/2022 13:19:56
Last post: 07/11/2022 12:47:13
Control height of drop down parameter in scheduled task
Hi there, I have a scheduled task with a DropDownParameterEditor on a parameter. No matter what I try, I can't seem to change the height of the drop down: The HTML is as follows: <select size="4" name="Repositories_index_update& ...
Imar Spaanjaars
06/11/2022 19:30:30
Last post: 06/11/2022 19:37:46
Total price dont get recalculated when quantity gets changed
In DW 9.13.12 We have been experiencing problems with the total line price not getting updated if the quantity is changed, in the cart, after the line have been added. When adding the order line the total is calculated correctly: cartjson?redirect=fa ...
Lasse Larsen
01/11/2022 11:14:02
Last post: 01/11/2022 15:45:55
Live Integration PriceProvider and ProductViewModel
Hi, We have a custom Live Integration (extended on top of the standard one) to handle some of our common needs. We've done this years ago and it's working just fine with template tags and whenever we instantiate a Dynamicweb.Ecommerce.Product ...
Nuno Aguiar
19/10/2022 20:22:44
Last post: 25/10/2022 18:45:23
How to work webapi Products with Parameters
Hi, I am having some difficulties getting the Products endpoint on the webapi to work as expected: I am using a Swift 1.14.1 site with Dynamicweb 9.13.11 https://dev-swiftrizzo.mydwsite1.com/ I need to use the products endpoint being the only one as ...
Nuno Aguiar
19/10/2022 16:17:34
Last post: 21/10/2022 13:50:42
Unnecessary database call for AccessUserCard
Dear Dynamicweb, Can you please add an extra for the userId being greater than 0 (or equivalent) in the method below, as this database call is executed on every step in the checkout even though the user is not logged in? public IEnumerable<Payment ...
Anders Ebdrup
03/10/2022 17:36:43
Last post: 20/10/2022 13:06:21
StockLevelProvider not used in ProductViewModel
Dear Dynamicweb, We are experiencing that our custom StockLevelProvider is not hit when the using the ProductViewModel in the ProductCatalog. Is it by design that the StockLevelProvider not should be used anymore? Best regards, Anders ...
Anders Ebdrup
04/10/2022 12:36:45
Last post: 19/10/2022 22:02:58
Change access modifier of ServiceCacheNotification.ServiceCacheNotificationArgs
Hi I have a notification subscriber subscribed to ServiceCacheNotification.ClearCacheKeys, but ServiceCacheNotification.ServiceCacheNotificationArgs is internal, making it hard to do anything useful. Would it be possible to make it public? ...
Tor Leeberg
20/09/2022 14:07:40
Last post: 07/10/2022 13:54:03
Override StockLocations loop
Hi, We are using a template extender in Live Integration so we can override some tags with product live information. unfortunately we were not able to reset/override the StockLocations loop. What's the best way to override a DW loop in a template ...
Mario Santos
06/10/2022 13:08:57
Last post: 07/10/2022 11:02:25
DWAPI Create User
Hi When creating a new user through DWAPI /dwapi/users/create I cant seem to find a way to add password ? do i have to approach it differently? /umar ...
Umar Farooq
05/10/2022 12:27:19
Last post: 05/10/2022 14:14:56
Trigger email flow through view
Hi DynamicWeb, We are having some trouble figuring out how to send an email through the EmailHandler class (https://doc.dynamicweb.com/api/html/79812e7d-6b41-b303-85fc-451aab25723c.htm) and would therefore like to hear about i have a code snippet exa ...
Daniel Hollmann
04/10/2022 14:28:56
Last post: 04/10/2022 15:15:16
DW WebAPI uses stock provider?
Hello there, Is the DW WebAPI calling the stock level providers? If so, which method is being called? Currently I have the 3 overloads for FindStockLevel implemented and none is being called. Thanks, BR, Mario ...
Mario Santos
28/12/2021 12:15:18
Last post: 04/10/2022 12:52:29
Menu placement on settings items
Dear DW coders, Since around DW 9.13 I have noticed the menu on eg. Grid view settings shows up far down on the page, which of course causes great confusion. Can we get it back where it belongs? :) This is specifically on a solution running DW 9.14.1 ...
Dan Tomicic
03/10/2022 15:06:26
No replies yet
DWAPI - Get product category fields from product variant
Hi, I'm looking into the dwapi, more specifically product variants - /dwapi/ecommerce/variants/{productId} The solution runs a DW 9.13.5 Is it possible to get the product category fields for the variant and if so, how? Can't seem to find them ...
Nicolai Jessen
28/09/2022 10:28:33
Last post: 28/09/2022 12:46:26
DWAPI add item to cart not working any longer
Hi, Since v9.13.6 the api to add products to a cart is no longer working (was working in v9.13.5): /dwapi/ecommerce/carts/{secret}/items with payload: ProductId:{productid} Quantity: 1 Returns: "The product does not exist." The product does ...
Jon Thorne
22/08/2022 14:06:28
Last post: 22/09/2022 21:36:16
PreparePrices and FindPrice behaving oddly
Hi community, I’m experiencing an odd behaviour with PreparePrices and FindPrice when doing searches. Mainly where the searchresults contains products with lots of variants. In this case it is a Rapido-based solution. (I have locally upgraded t ...
Aki Ruuskanen
14/09/2022 15:55:25
Last post: 14/09/2022 18:04:02