Discussions
Event Countdown
Any direction on a simple way to put code on a website page to countdown to an event would be appreciated.
What are the Legacy endpoints?
There are a few endpoint calls beginning with Legacy that I'm not sure have begun deprecation. We use these in our development and wanted to make sure the legacy endpoints are still preferred use.
Duplicate Check at Sign-Up
How do we do a duplicate check at account creation that checks for parameters such as full name, address, and email?
Order Stage Processing Request
api/Order/_execute
Updating Username via the UserSecurity endpoint
We are trying to update a user's username (as a staff user) using the 'UpdateUserName' operation available with the UserSecurity end point but it requires us to pass the user's current password. How do we update the username without having to send the password which we won't have available.
401 Unauthorised on API calls with necessary access
Hey guys, wondering if anyone has come across something like this. Getting a strange bug when making some on page API calls. The calls work just fine on my computer, but one colleague has troubles making the exact same requests.
Using IMIS forms calls REST what's the best practice for error handling
Using IMIS forms calls REST what's the best practice recommended if the rest call fails? Support believed the recommendation is that developers should be using the Circuit Breaker pattern with API calls, i.e. they give up after x failures and do not spam the API however this would result in missing data.
Possible to convert a user from public to full user via REST ?
Hi.
Possible to convert a user from public to full user via REST ?
Hi.
ComboOrder object for Cart Post API call
For the cart data post data the below shown properties are required in the post object:
{
"$type": "Asi.Soa.Commerce.DataContracts.CartData, Asi.Contracts",
"CartId": "4fa583e9-4adf-4180-8f82-226fa87a5ec1",
"UserId": "12838",
"ComboOrder": { ... },
"UpdateInformation": { ... }
}