Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

August 2025

2025-08-05

Added

  • Initial version of Profrakt EDI shipping label integration, with the following new API endpoints:

    • GET /tenants/{tenantUid}/profrakt-delivery-providers

    • GET /tenants/{tenantUid}/profrakt-delivery-providers/{deliveryProviderUid}

    • GET /tenants/{tenantUid}/profrakt-delivery-providers/{deliveryProviderUid}/methods

    • GET|POST /tenants/{tenantUid}/stores/{storeUid}/orders/{orderUid}/deliveries/profrakt

  • New endpoint for searching for users on a tenant:

    • GET /tenants/{tenantUid}/users/search

  • Ability to register consents when creating a customer.

  • New field on store: purchasePricelistUid — lets you set a price list on a store for cost price calculation if the product is not in stock.

  • New endpoint for order intake report:

    • POST /tenants/{tenantUid}/reports/orders

Changed

  • Notifications can now be created by specifying a templateType as an alternative to providing a custom message.

  • Added new field to an order: orderDate (set if orderType=ORDER). This is especially handy when first creating an Offer, and then later changing it to an Order. The new order date field is now set to the date for when it was converted from an offer to an order.

Fixed

  • Corrected productProdpertyUid in ProductResponse to return the correct UID.

  • Removed “Discount Reason not found” from receipt.

  • Customer groups are now actually set when creating a new customer.

  • Printing exchange note on receipt.

  • VAT Amount in Dintero is now in øre/cents.

Last updated

Was this helpful?