Interpreted item prices in order, invoice, proforma-invoice and credit-note details
In some advanced cases the items in Order detail, Invoice detail, Proforma invoice detail and Credit note detail responses differ to the Administration view or […]
News from the Shoptet forge related to Shoptet API
In some advanced cases the items in Order detail, Invoice detail, Proforma invoice detail and Credit note detail responses differ to the Administration view or […]
From now on API allows to obtain a list of invoices by tax relevant date – use parameter ?taxDateFrom=2020-08-01. In addition, we added three fields […]
Endpoint Insert Order requires billing information and eventually delivery address to be provided according to mandatory fields settings for each eshop (see in administration, under […]
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 extended the existing Stock Movements endpoint /api/stocks/{stockId}/movements?lastId={id} to contain last modification timestamp – see item changeTime: “data”: { “movements”: [ { “id”: 126222, […]
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 […]
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 […]