Stay up to date with changes in Saleor and trends of modern e‑commerce
9 May 2023 by Michał
Release
Saleor 3.13: updated Transactions API, support for Payment Apps, and Payment App Adyen
This article highlights the most important changes from Saleor 3.13 release. They include a preview of the new transactions API and Payment Apps.
Payments
Documentation for the new Payment flow with Transactions.
Webhooks
A detailed description of Transactions synchronous webhooks.
Event types
All possible Transaction Event types can be found here.
Adyen App
Description and documentation for using the Adyen App.
Adyen App
Open Source codebase of the Adyen App on GitHub.
Core API 3.13
A full summary of v3.13 changes is available here.
22 Feb 2023 by Adrian
Article
Saleor 3.10 & 3.11: webhook testing, external references and new filtering API preview
This article highlights the most significant changes from releases 3.10 and 3.11 of Saleor. They include updates to product management, a preview of the new filtering API, as well as some productivity boosts in clever implementations of the GraphiQL Playground.
new filtering
First implementation of the new filtering API.
external id
Identify data from an external system.
bulk update
Update many productVariants at once.
CORE API 3.10
A full summary of v3.10 changes is available here.
CORE API 3.11
A full summary of v3.11 changes is available here.
Playground
Open order or product directly in the GraphiQL Playground.
Webhooks
Dry-run webhooks from GraphiQL Playground.
19 Jan 2023 by Karol
Article
Saleor 3.8 & 3.9: flat rates, tax exemption API, and GraphiQL
This article summarizes the 3.8 and 3.9 releases of Saleor. We introduced flat rates along with a tax exemption API, GraphiQL V2, and more.
Flat rates
Set global tax rules.
GraphiQL V2
We've switched from GraphQL Playground to GraphiQL.
Taxes
Disable taxes from checkout or order.
CORE API 3.8
A full summary of v3.8 changes is available here.
CORE API 3.9
A full summary of v3.9 changes is available here.
Datagrid
Manage product data with a spreadsheet interface.
Tax settings
Set flat tax rates via dashboard.
V3.8
A full summary of Dashboard v3.8 changes is available here.
V3.9
A full summary of Dashboard v3.9 changes is available here.
10 Nov 2020 by Karol
Article
Saleor 2.11: Invoicing API, Storefront SDK, App Installation Support
Welcome to the new release, Saleor 2.11. We've introduced some exciting new key features. Let's take a look at what the latest version has to offer.
APPS
We've extended external app support.
CHECKOUT
We’ve updated our checkout process by adding an additional confirmation step.
INTEGRATIONS
We’ve added a new payment gateway Adyen.
PERMISSIONS
We’ve added `MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES` permission.
CORE API
A full summary of Core API changes is available here
APPS
We've created a new section in the dashboard dedicated to managing apps.
METADATA
We've added metadata editors in the models.
DASHBOARD
A full summary of Dashboard changes is available here.
AUTH
New Saleor Auth API in SDK with JWT token handling.
SDK
You can use SDK as a standalone package.
TRANSLATIONS
We've added react-intl integration.
STOREFRONT
A full summary of Storefront changes is available here.
13 May 2020 by Karol
Article
Saleor 2.10 Release: multi-warehouse, permission groups, new checkout, and new docs
The new release is here, so instead of writing a monthly update, we’ve decided to explain the major changes in the latest version of Saleor.
Performance
Improved API performance through limiting the number of database queries and optimizing the existing ones.
Monitoring
We've added OpenTracing support for performance monitoring.
Removed
We've dropped the old storefront (rendered by Django) and dashboard views (replaced by the new storefront and dashboard apps).
CORE API
A full summary of Core API changes is available here
Checkout
A new checkout and cart UI based on the Saleor JavaScript SDK.
Product
There is a new product page available—check it out in our demo.
Category
There is a new product list UI available—check it out in our demo.
Storefront
A full summary of Storefront changes is available here
Inventory
You can create and add multiple warehouses to shipping zones—learn more about how to do that here.
Permission
You can create and manage permission groups in the configuration section of your dashboard.
UX
You can easily navigate through the dashboard by using the navigator tool.
Dashboard
A full summary of Dashboard changes is available here