Sign in
You're here!
Q1
You're here!
Q2
You're here!
Q3
You're here!
Q4
You're here!
Feature request (2)
scheduled
oneCORE - Add Shop user image to ShopUsers endpoint

We added Shop user image URL to ShopUsers endpoint (/api/v2/shopusers/{id}).

scheduled
oneCORE - Create endpoint for 3D renders
Bug fixes (1)
Maintenance (1)
January
JanuaryY26-Feature request (9)
completed
oneCORE - Create endpoint for 3D renders and enhance queues
We created the API V2 endpoint to manage the 3D render as follows:
- /api/v2/render3d (POST) - This endpoint adds a queue to 3D render. Users must specify ProductId, EditionConfiguration and Angles in a request. Please note that the 3D render will generate renders for the front-end request before the API request by default.
- /api/v2/render3d/{GUID} (GET list) - This endpoint retrieves a list of 3D renders.
- /api/v2/render3d/{GUID} (GET details) - This endpoint retrieves details of the 3D render.
- /api/v2/render3d/{GUID} (DELETE) - This endpoint deletes the 3D renders.
To check the API endpoint, please visit this URL your shop/api-swagger.
completed
oneCORE - Add default address to GET ShopUsers details endpoint and adjust response body
We have added two new fields to the GET Shop User Details endpoint in API V2 (GET /api/v2/shopusers/{id}). The new fields "DefaultShippingAddressId" and "DefaultBillingAddressId" return the default shipping address ID and default billing address ID of a specific shop user.
In addition, we identified an inconsistency between the Swagger documentation and the actual API response for this endpoint (GET /api/v2/shopusers/{id}). The current API response uses the keys TelephoneNumber and Comment, while the Swagger example displays PhoneNumber and AdminComment.
To resolve this discrepancy and ensure a smooth transition, the API response now includes both sets of fields: "TelephoneNumber" and "Comment", as well as "PhoneNumber" and "AdminComment".
Please note that to keep the endpoint clean and consistent, "TelephoneNumber" and "Comment" are planned to be removed in the future. We recommend reviewing and updating any integrations or workflows that use this endpoint to rely on "PhoneNumber" and "AdminComment" by the end of February 2026.
To check the API endpoint, please visit this URL your shop/api-swagger.
completed
oneCORE - Update GET method Order endpoint
We added some more order information to API V2 Orders endpoint (GET).
To check the API endpoint, please visit this URL your shop/api-swagger. The data added includes:
- Discount
- Attachment
- OutstandingAmount
- Transaction
- TotalPrice
- OrderLanguage
- ShippingMethod
- UserComment
- QuotaionId
- VatDeductAmount
completed
oneCORE - Create endpoint for GET company settings
We created an API V2 endpoint to retrieve company's Languages, Currencies and Shipping countries (/api/v2/company/localization).
To check the API endpoint, please visit this URL your shop/api-swagger.
completed
oneCORE - Add Shop user image to ShopUsers endpoint
We added the "ImageUrl" to API V2 ShopUsers endpoint (GET) which will return the shop user's profile image.
To check the API endpoint, please visit this URL your shop/api-swagger.

developing
oneCORE - Adjust PUT & PATCH QuotationProducts endpoint
We added "PricePerEach" to PUT and PATCH Quotation products (/api/v2/quotations/{id}/products/{quotationProductId}) for users to manually update the unit price of each quotation item.
Please note that when a quotation’s product price is updated manually, the system will not recalculate the price even if there are subsequent changes to product quantity, configuration, or discounts that would normally affect pricing.
To check the API endpoint, please visit this URL your shop/api-swagger.
developing
oneCORE - Apply shop user permission ChangeBillingAddress to Orderflow V2
We applied "ChangeBillingAddress" permission of Default permissions to Orderflow V2.
  • If the permission is enabled, customers can change and modify their billing address in an Orderflow. 
  • If the permission is disabled, customers cannot change and modify their billing address in an Orderflow. 
developing
oneCORE - Create Trigger type "Quotation" - Trigger on Quotation discount change
We created a new trigger on "Quotation discount changed" in a system type. This trigger will run a flow when there is a change in the total quotation discount — for example, when vouchers are modified or when product's amount or configuration are changed that affects pricing.
developing
oneCORE - 3D objects with master editions
We have implemented a feature "3D objects" that allow you to create 3D object records and upload the 3D model files to them. This feature is recommended for the 3D product implementation where you wish to connect the specific models with a master edition rather than with a product.
To access the "3D objects" feature and manage it on master editions, users are required to have a "Product3DObject" role.
Along with this feature, we have updated the standard list of supported 3D file types. After this release, the .gltf and .bin files can't be uploaded to system. Only the compressed files are allowed: .gltf.xz and .bin.xz. This update applies across all features in oneCORE platform.
JanuaryY26-Bug fixes (14)
completed
oneCORE - Add stock title fallback to Orderflow V2
We applied the fallback mechanics onto the stock title in Orderflow V2 (for digital products). Firstly, the stock title in order language will be used. If the translation is missing, system will use stock title in company default language, and the first language that has translation respectively.
completed
oneCORE - Fix /api/v2/databaseusages
completed
oneCORE - Master edition - Migrate Created and Modified date - Migration
We resolved an issue that the created and modified timestamp shows the current date and time instead of the actual created and modified date and time.
completed
oneCORE - External price calculation in the endpoint
We applied the calculation logic onto Quotation Products endpoint (/api/v2/quotations/{id}/products). With this implementation, any changes to the product quantity, configuration, or discount that affect pricing will automatically trigger a recalculation of both the product price and the overall quotation price.
completed
oneCORE - PLR settings bug
We fixed an issue on the Payment Limit Rules edit sidebar where the Required payment methods selection always displayed “All” instead of the actual selected methods.
Please note that this issue doesn't affect your current payment limit rule set-up. However, during the fix, when editing a rule, please ensure that the Required payment methods are set to the intended options before saving any updates.
completed
oneCORE - Image preset type 'All' not working
We have resolved an issue with Image preset that didn't generate the preset type "All".
completed
oneCORE - Pre-created orders don't get cancelled
We resolved an issue that orders in pre-created status were not automatically cancelled or deleted after the orders weren't proceeded within the specified duration in company setting.
completed
oneCORE - API BadRequest error with inactive products
We resolved an issue with API V2 endpoint to retrieve a list and details of products (/api/v2/products) that it didn't include inactive products in a response and returned error.
completed
oneCORE - Start page doesn't work
We fixed an issue that system didn't open the default Admin start page according to the setting.
completed
oneCORE - Can't search order with Guest name and email
We fixed a Search function issue on an order list page that couldn't look up for orders with guest name and email.
developing
oneCORE - Support Quotation Discount amount in order
developing
oneCORE - Remove flags from Language switcher
We removed the country flags from a language switcher on Admin site.
developing
oneCORE - Admin Review Search Performance Issues and Errors
We fixed a search function bug on a Review feature.
developing
oneCORE - Order gets stuck on contact when the shop has GoogleMap API
JanuaryY26-Maintenance (5)
completed
oneCORE - use ICompanyDataProtectionProvider everywhere
We enhanced the system encryption process for security purpose.
developing
oneCORE - Upgrade to .NET 9.0.12
developing
oneCORE - Remove ProductId from Order table – Export excel
This update is part of removing unused data "ProductId" from order.
developing
oneCORE - Remove legacy RawURL migrate job and code
We removed the old job and codes.
developing
oneCORE - Improve Password Reset Process
Previously, the password reset flow requires customers to open the reset link on the same device and browser where the request was made. To improve convenience, we have updated the flow to support cross-device and cross-browser usage, allowing customers can open the password reset link on different devices and browser.
February
FebruaryY26-Feature request (16)
scheduled
oneCORE - Improve behavior for Better UX on Orderflow V2
scheduled
oneCORE - Endpoints to upload media to folder
scheduled
oneCORE - Create new API V2 Endpoint for OrderAdminActionRequired
scheduled
oneCORE - Generate multi-sizes 3D renders
We updated a server-side render to generate multi-size images of each configuration.
scheduled
oneCORE - Create endpoint for SalesUserGroup
scheduled
oneCORE - Modify product rule type 'dimension restriction'
scheduled
oneCORE - Account function v2 - Enable view preview mode
scheduled
oneCORE - Additional countries in system
scheduled
oneCORE - Create Quotation Attachment endpoint of API V2
scheduled
oneCORE - 3D look alike in Product image tag
scheduled
oneCORE - Endpoints for media folders
scheduled
oneCORE - Create MyOrders component for Account function v2
scheduled
oneCORE - Create endpoint for Locations (Opening hours)
scheduled
oneCORE - Product configurator - Add BCC and custom_args fields in notification template trigger V2
scheduled
oneCORE - Create endpoint for SalesUsers SalesUserGroup
scheduled
oneCORE - Update ProductCombinationPrice endpoint to support bulk request
FebruaryY26-Bug fixes (3)
scheduled
oneCORE - Unable to save customized view on Sales dashbord
scheduled
oneCORE - Unable to Export User Data in Order Details
scheduled
oneCORE - Discount voucher different date
FebruaryY26-Maintenance (4)
scheduled
oneCORE - Update IDEAL logo
scheduled
oneCORE - Remove Mollie permissions & features for the admin
scheduled
Update TSConfig files - Updated Dealtje.Angular.Admin - noImplicitOverride - Settings
scheduled
oneCORE - Optimize front-end Tag query
We optimized the front-end tag query to retrieve taxonomy tag's data correctly.
March
MarchY26-Feature request (14)
scheduled
oneCORE - Implement Multi-combination prices
scheduled
oneCORE - Create MyAddress component for Account function v2
scheduled
oneCORE - "Address" field in Shop User Address
scheduled
oneCORE - Add product selection to Shop notification
scheduled
oneCORE - Product Details - Overview Tags on Master Editions
scheduled
oneCORE - 3D objects with master editions - Public API
scheduled
oneCORE - Customer Insight feature
scheduled
oneCORE - Company behavior - Login session expiration time
scheduled
oneCORE - Enhance 3D lookalike products
scheduled
oneCORE - Enable Wishlist URL Without Language Code
scheduled
oneCORE - Create My wishlist component for Account function v2
scheduled
oneCORE - Add URL of product (when added to cart) to 'Order item(s)'
scheduled
oneCORE - Add Dynamic Content selection in Category, Product, Tag
scheduled
oneCORE - Product configurator - Make the 'Note' field value visible on the admin and orderflow
MarchY26-Bug fixes (0)
MarchY26-Maintenance (4)
scheduled
oneCORE - Remove Account functionality V2 Beta
scheduled
oneCORE - Remove "TelephoneNumber" and "Comment" from GET shop user details
scheduled
oneCORE - Adjust Replace image function
scheduled
oneCORE - Update Order Created data on order details to support API users
April
AprilY26-Feature request (18)
scheduled
oneCORE - Create endpoint for Locations (Location images)
scheduled
oneCORE - Ability to rearrange rules
scheduled
oneCORE - Support saving multiple products to Wishlist
scheduled
oneCORE - Export function on 'Product configuration rules'
scheduled
oneCORE - Implement Quotation dashboard
scheduled
oneCORE - Display message in orderflow v2
scheduled
oneCORE - Set active/inactive page component
scheduled
oneCORE - Create Trigger on Order status changed
scheduled
oneCORE - Ability to combine multiple shop users
scheduled
oneCORE - Add Collection to Dynamic Content
scheduled
oneCORE - Create Shortcut component for Account function v2
scheduled
oneCORE - Enhance page customization in Shop notification
scheduled
oneCORE - Create endpoint to GET Company information
scheduled
oneCORE - Update GET Order item endpoint
scheduled
oneCORE - Add custom field to Order and dynamic form
scheduled
oneCORE - Sort order editions function on Admin - Enable
scheduled
oneCORE - Product rules in master edition level
scheduled
oneCORE - Edition picker for component editor
AprilY26-Bug fixes (0)
AprilY26-Maintenance (6)
scheduled
oneCORE - Category meta title and description adjustment
scheduled
oneCORE - Update Affiliate Tracking Code in Prooduct feed
scheduled
oneCORE - Remove MolliePartnerId & MolliePassword from Company table
scheduled
oneCORE - Can't upload .bin file in some products
scheduled
oneCORE - Add Address details to Quotation detail page - Enable
scheduled
oneCORE - Update old javascript for Google sign in
May
MayY26-Feature request (6)
scheduled
oneCORE - Table du Sud ERP - Change giftcard logic from campaign/voucher to payment method
scheduled
oneCORE - Update GET Products endpoint
scheduled
oneCORE - Export function on 'Product Editions'
scheduled
oneCORE - Always display product variants
scheduled
oneCORE - Add user filter in Shop notification
scheduled
oneCORE - Update GET ProductEdition endpoint
MayY26-Bug fixes (0)
MayY26-Maintenance (0)
June
JuneY26-Feature request (0)
JuneY26-Bug fixes (0)
JuneY26-Maintenance (0)
July
JulyY26-Feature request (0)
JulyY26-Bug fixes (0)
JulyY26-Maintenance (0)
August
AugustY26-Feature request (0)
AugustY26-Bug fixes (0)
AugustY26-Maintenance (0)
September
SeptemberY26-Feature request (0)
SeptemberY26-Bug fixes (0)
SeptemberY26-Maintenance (0)
October
OctoberY26-Feature request (0)
OctoberY26-Bug fixes (0)
OctoberY26-Maintenance (0)
November
NovemberY26-Feature request (0)
NovemberY26-Bug fixes (0)
NovemberY26-Maintenance (0)
December
DecemberY26-Feature request (0)
DecemberY26-Bug fixes (0)
DecemberY26-Maintenance (0)
bg-big
Want to keep track of oneCORE weekly update?

Subscribe to receive email notifications about the newly shipped features, bug fixes and essential maintenance.

Please enter a valid email address. For example, user@example.com.
Have questions? Contact us
Thank you for subscribing!

Learn more about oneCORE features

This guide will walk you through the core features of oneCORE that will enhance your understanding of their functionalities to optimize usage and elevate your website!