Order items modification
We have introduced a new endpoint to modify order items. Endpoint URL is /api/orders/{code}/item/{id} where code is an existing order code and id identifies the […]
News from the Shoptet forge related to Shoptet API
We have introduced a new endpoint to modify order items. Endpoint URL is /api/orders/{code}/item/{id} where code is an existing order code and id identifies the […]
We are about to simplify access control to API endpoints. Currently it is necessary to apply and approve each single endpoint. As we have already […]
We have extended Order insert endpoint to support also surcharge parameters in the request (data.items[].surchargeParameters[]). Multiple pairs of parameter name and value can be provided. […]
For addons having their settings in the Shoptet administration (in the iframe), there used to be a problem with third party cookies in some more […]
We have extended Product insert as well as Product edit and Product edit by code to accept also surcharge parameters. This can be done using […]
When inserting a product you can now provide also warrantyId to specify the warranty conditions. Similarly you can update the warranty information within Product update. […]
We have extended GET Product detail endpoint to contain advanced attributes (from the “Advanced” tab of the product detail screen in administration), such as product […]
We have seen the Last products changes endpoint is difficult to iterate when there are too many changes (pages). And it also causes high load […]
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 […]