Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Token lifecycle /dwapi/users/authenticate
A) What is the expiry length for the token returned in /dwapi/users/authenticate? B) Can the expiry length be changed? ...
Martin Moen
12/12/2021 10:53:25
Last post: 12/12/2021 14:08:36
Unit name/code in /dwapi/ecommerce/carts
When using /dwapi/ecommerce/carts/{secret} to get cart information through the API we only get the UnitId back. What would be the best way to get the name of the unit? Do I have to query the product API for each orderline to get it? There is no API-e ...
Martin Moen
12/12/2021 11:09:17
Last post: 12/12/2021 14:06:27
Tracking tables, data for marketing and table cleanup
Hi guys, I'm doing some cleanup in one of our solutions, mainly on log, statistics and tracking tables. The client used to use the Statistics feature but after it got deprecated we switched over to the new Tracking feature. However since they mai ...
Arnór Halldórsson
09/12/2021 12:22:39
No replies yet
Split orderlines in cart
Hi, I've got a solution with Rapido 3.4.2 and DW 9.9.8. On the cart page, it is possible to to choose between full delivery or partial delivery. This setting is saved in a custom orderfield. If the customer chooses partial delivery, I would like  ...
Kurt Moskjær Andersen
07/12/2021 12:41:04
Last post: 09/12/2021 09:21:39
Optimize product list loading base on debug result
any idea to reduce the product list loading time of the following point <-- eCom: Products found, List --> ...
Shiwanka Chathuranga
03/12/2021 04:28:11
Last post: 07/12/2021 10:40:13
Check through API if voucher is used by email
Hi I have set the option "Usage per customer" to 1 on an Order Discount. When a user redeems the voucher for that Order Discount, where is this information saved? And is it possible using the API to get this information? ...
Lars Larsen
06/12/2021 15:25:11
Last post: 07/12/2021 08:15:37
Send email notification on SQL Query
Hi, I'm not sure if this should be a feature request, custom development or if there's a way to do it already. My requirement is to have a SQL query to run on a schedule and if there are records, send an email to someone. Isolated are pretty  ...
Nuno Aguiar
26/11/2021 18:38:54
Last post: 03/12/2021 23:05:48
Multiple products from webapi?
Dear Dynamicweb, We are working with the webapi and are looking for a possibility to load multiple products at the same time. Is it somehow possible to send product id's to the api and receive the products? Best regards, Anders ...
Anders Ebdrup
29/10/2021 10:27:47
Last post: 03/12/2021 15:13:28
Customer information missing in checkout
Hi, I have a website where customer information is missing in the checkout if you're logged in. If I go into the customercenter on the user, I can verify the data is there: It's an actual user but I've just edited the data without saving  ...
Frederik Rossen
01/12/2021 15:39:02
Last post: 01/12/2021 15:55:25
Prevent creation of duplicate name for Product Groups
Hi guys, We have a solution running on DW 9.12.3. We need to create a validation for Product Groups for preventing the creation of Groups with the same name as existing Groups. For this purpose, we are using a Group.BeforeSave() notification. We are  ...
Adrian Ursu
29/11/2021 10:28:03
Last post: 29/11/2021 16:31:34
Force user cache update
Hi I have some customcode that saves a user using the API (Dynamicweb.Security.Management.User.Save()). But when editing the user using the Extranet App (Edit profile option) the change saved using the API is not reflected in the APP. Could it be a u ...
Lars Larsen
19/11/2021 15:21:33
Last post: 26/11/2021 14:24:36
BomLines not available trough the API
Hi, We have customer running 9.10.13, where we would like to use BomItems. The Problem is that when gettting a specific orderline trough: Dynamicweb.Ecommerce.Services.OrderLines.GetById() the BomOrderLines list is empty. But if i call the Orderline  ...
Keerthy Sethupathy
15/11/2021 09:29:04
Last post: 26/11/2021 09:28:08
Notification subscriber on translations update
Would it be possible to get a notification subscriber that fires when translations are saved from the administration. ...
Theodor Perrier
25/11/2021 11:20:17
No replies yet
Webapi: ExecutingContext
Dear Dynamicweb, It will be nice to have a method in the class: ExecutingContext to see if the executing context is in the webapi. Can that be added? Best regards, Andes ...
Anders Ebdrup
24/11/2021 14:40:19
Last post: 25/11/2021 09:38:22
Object reference Error on Dynamicweb.Analytics.Experiments.Experiment.GetExperimentByPageID(Int32 PageID)
DW Version 9.12.2 , did we miss any configuration? the solution is upgraded from 9.10.* to 9.12.2 This is not happen always... Full Error :- 2021-11-24 20:48:32.869: Object reference not set to an instance of an object. System.NullReferenceException: ...
Shiwanka Chathuranga
24/11/2021 17:09:39
Last post: 25/11/2021 03:55:23
Replacement method for LoginHandler.SaveExtranetUserInputPassword()
Hi, I am using the method Dynamicweb.Frontend.LoginHandler.SaveExtranetUserInputPassword(); but it says it's obsolute and that should be using LogonHandler instead, but there's no SaveExtranetUserInputPassword() method there. Is it private OR ...
Nuno Aguiar
24/11/2021 19:39:37
Last post: 24/11/2021 21:02:53
Error on Cart - can someone help to identify issue
Dw version 9.12.2 Error on event viewer:- Not a valid Sender Email Address: '' (IsCart:False, Complete:True), (IP:192.109.205.123, Url:/Default.aspx?ID=33), Thread:24, HashCode:44633460) File Log :- 2021-11-24 21:06:22.365: Request headers: [ ...
Shiwanka Chathuranga
24/11/2021 17:06:00
Last post: 24/11/2021 17:20:07
IndexBuilderExtender log to Diagnostics
Hi, I have an IndexBuilderExtender and would like to log towards Diagnostics to determine when a certain condition is met (I know I need to be careful not to do it for every instance). Is there a way for me to do that? Best Regards, Nuno Aguiar ...
Nuno Aguiar
19/11/2021 15:49:44
Last post: 19/11/2021 16:49:13
Save cart on ApiController
Hi I'm trying to create a new cart in backend and applying this cart to the current context. I have created the logic in an MVC Controller inheriting from ApiController to use this as an API method in the frontend. My logic fails in the method Dy ...
Chris Søgaard
18/11/2021 16:49:22
Last post: 19/11/2021 09:15:59
Wrong paramenter naming in GetListByCustomerId
Dear Dynamicweb, We are using this method: Dynamicweb.Ecommerce.CustomerCenter.CustomerProductList.GetListByCustomerId and from the documentation is says that it takes a customerId as input: https://doc.dynamicweb.com/api/html/356bfee8-8db5-165d-6288 ...
Anders Ebdrup
16/11/2021 08:11:37
Last post: 17/11/2021 17:29:02