Here’s what’s new in API that’s been in production since September 4, 2026!
Reminder from the previous release news – please make sure your integration is ready:
PATCH /api/pricelists/{id}: a 0 value will represent an actual zero price and will no longer clear the price. Use null to remove a price. Rolled out gradually per e-shop starting September 14, 2026.order:create webhook requires access to the Orders endpoint group.eventInstance of product variant webhooks currently contains only the variant code. Since a variant code alone does not identify the parent product, the value will be extended with the product GUID in the format <productGuid>|<variantCode>. For mass events, eventInstance will be a JSON-serialized list of these values, e.g. ["<guid>|<code>", "<guid>|<code>"].eventInstance of these webhooks as a plain variant code, update it to split the value on the | character and read the variant code from the second part.GET /api/shipping-methods/{guid} returns the detail of a single shipping method. With the include=priceList query parameter, the response also contains the pricelist configuration as set up in the admin. See the documentation.GET /api/abandoned-carts/snapshot exports the list of abandoned carts of registered customers, matching the Abandoned carts overview in the admin. See the documentation.xmlFeedName is writable in product endpointsxmlFeedName field, previously returned only in responses, can now be set in the request body of POST /api/products, PATCH /api/products/{guid}, PATCH /api/products/code/{code} and the async batch endpoint PATCH /api/products/batch. See the documentation.zbozicz field: heurekaFeedExcluded and heurekaCartExcluded. The values are shared with the admin and XML feed import. See the documentation.dateFrom, dateTo, visible and orderCode query parameters.New features and improvements in progress, e.g.:
POST /api/shipping-methods with pricelistsPlease note: The plan above is subject to change due to unexpected events or changes in priorities — we do not commit to deliver these outputs and outcomes. Thank you for your understanding.
If you have any API-related questions, feedback or requests, please do not hesitate to contact us on api@shoptet.cz. We would love to hear from you!