Insert product endpoint
We have introduced a new endpoint to insert a product – POST /api/products. There are many common attributes of a product available and also variants […]
News from the Shoptet forge related to Shoptet API
We have introduced a new endpoint to insert a product – POST /api/products. There are many common attributes of a product available and also variants […]
We have added a new field to Product detail endpoint: negativeStockAllowed (data.variants[].negativeStockAllowed). In case an eshop does not allow to sell goods not available on […]
We have introduced 3 new fields in the Eshop Info endpoint. All of them are located in the data.settings section. Field internals has one of […]
As previously announced, we have changed item brand from a string to an object containing both code and name in the Product detail endpoint. On […]
Endpoint Eshop info contains array of currencies containing basic information about each currency, visibility and exchange rate. We have extended the set of information provided […]
In the Shoptet administration, products might have availabilities defined, such as “On stock”, “On request”, “Sold out” etc. These can be defined on product variant […]
We have extended filters of Invoices list to allow lookups by order number (code). The parameter is orderCode, only exact match can be specifed. For […]
We have extended two endpoints to provide tracking URL for a package for particular shipping company. Order detail – item trackingUrl contains direct URL for […]
There are two distinct use cases to get URL of an image: to use them in your backend processing (e. g. you want to resize […]
Endpoint Templates of discount coupons contains specification of products, brands, customers and other conditions to specify products a discount coupon should apply on. Based on […]