Complete products snapshot
Many addons need to retrieve all products to perform their tasks. Until now, the only possible way was to iteratively call product detail endpoint for […]
Many addons need to retrieve all products to perform their tasks. Until now, the only possible way was to iteratively call product detail endpoint for […]
We have extended Order detail endpoint in several ways: Order items now contain itemId, which uniquely identifies each order item. Order items now contain warranty […]
Phone code field wrapper In some font settings or custom fonts, phone code overflow phone number filed: This issue is now fixed and phone code […]
We have extended Product insert and Product update endpoints to support also recycling fee (contribution) for each variant – it can be simply provided in […]
We have extended Product detail (and of course also Product detail by code) to provide information about product warranty. You have to use parameter ?include=warranty […]
We have finalized API support for product images. There is a new endpoint Product images insert. Within the request you can submit multiple images for […]
We have added a new endpoint Create product category. You can specify most of the category parameters, however most of them are optional. The behavior […]
All /changes endpoints provide information about recent changes to data to signalize which entities might need to be re-processed. Although some modification times are far […]
In the past, we introduced the JS function addToCart that can be used to add various items to the cart see a post here. As […]
We have extended Insert order endpoint to support recycling fees (contribution). For each item you can provide data.items[].recyclingFee.category and data.items[].recyclingFee.fee (amount) where applicable.