Stock changes do not imply product change
When a product is changed (any of its data gets modified), we update the modification timestamp (changeTime) in the List of Products endpoint, Product Detail […]
Stay updated with the latest news from our developer portal through our machine-readable RSS and JSON feeds.
API News: RSS Feed, JSON Feed
Frontend News: RSS Feed, JSON Feed
When a product is changed (any of its data gets modified), we update the modification timestamp (changeTime) in the List of Products endpoint, Product Detail […]
Measure units and prices are used to compare similar goods with variable package sizes. For example you might sell a chocolate of 50 g weight, […]
We have added support for CSS variables holding custom values inserted by user in e-shop administration (theme colors, fonts, images). You can now refer to […]
We have extended the existing Stock Movements endpoint /api/stocks/{stockId}/movements?lastId={id} to contain last modification timestamp – see item changeTime: “data”: { “movements”: [ { “id”: 126222, […]
From now on, you can find info about applied discount coupons in dataLayer on completed order page. You can find it under dataLayer[0][‘shoptet’][‘order’][‘discountCoupons’]; – empty […]
We have just introduced a new endpoint, which can be used to modify prices (price, common price, purchase price, action price), discount flags and min/max […]
To support better linking of categories to Google merchant categories, we have introduces an optional attribute google-id in the <DEFAULT_CATEGORY> element in the Products XML. […]
We have added a new filter to the Products List endpoint. You can call /api/products?flag=action and you will get only products having “action” flag set […]
Today we have introduced 5 new endpoints to provide documents in PDF format: Order in PDF /api/orders/{code}/pdf Invoice in PDF /api/invoices/{code}/pdf Proforma Invoice in PDF […]
As a next step to support custom shipping methods via addons, we are introducing endpoint Add shipping method. It sets up a new method in […]