[{"id":4938,"date":"2026-04-17T13:16:03","date_gmt":"2026-04-17T11:16:03","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4938"},"modified":"2026-04-17T13:16:03","modified_gmt":"2026-04-17T11:16:03","slug":"api-release-news-from-april-17-2026","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","title":{"rendered":"API Release news from April 17, 2026"},"content":{"rendered":"<p>Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3 class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\"><em>512-variant limit enforced on product create and update endpoints<\/em><\/h3>\n<p class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\">The maximum number of variants per product will be enforced at <strong class=\"text-body-medium text-assistant-primary\">512<\/strong> on the API level, matching the existing admin limit. <strong>This change will take effect on April 30, 2026.<\/strong> Previously this guard existed only in the admin UI and could be bypassed via the API.<\/p>\n<p class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\">Affected endpoints:<\/p>\n<ul class=\"list-disc pl-[20px] text-body text-assistant-primary mb-[var(--chat-item-gap)] last:mb-0\">\n<li class=\"mb-[var(--p5)]\"><code class=\"text-code text-assistant-primary px-p2 rounded-r2 bg-t1\">POST \/api\/products<\/code>\u00a0\u2014 returns\u00a0<code class=\"text-code text-assistant-primary px-p2 rounded-r2 bg-t1\">422<\/code>\u00a0if the request would result in more than 512 variants<\/li>\n<li class=\"mb-[var(--p5)]\"><code class=\"text-code text-assistant-primary px-p2 rounded-r2 bg-t1\">PATCH \/api\/products\/{guid}<\/code>\u00a0\u2014 returns\u00a0<code class=\"text-code text-assistant-primary px-p2 rounded-r2 bg-t1\">422<\/code> if the combined count of existing and new variants would exceed 512<\/li>\n<\/ul>\n<p class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\">Partners creating or updating products with a large number of variants should verify their payloads stay within this limit before the change takes effect.<\/p>\n<h3><em>Upcoming credit notes &amp; orders upcoming validation changes<\/em><\/h3>\n<ul>\n<li>\n<div>Reminder: All changes to validations for orders and credit notes in API <b>will be released by May 4th, 2026<\/b>. More info in the <span draggable=\"true\"><a href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-2-2026\/\" target=\"_blank\" rel=\"noopener noreferrer\">previous release news<\/a>.<\/span><\/div>\n<\/li>\n<\/ul>\n<h3><em>New location of reviews endpoints<\/em><\/h3>\n<ul>\n<li>Reminder: the old <code>\/eshop\/reviews<\/code> location will be <strong>deleted by May 4th, 2026<\/strong>. All reviews endpoints (GET, POST, PATCH) are now available under <code>\/reviews<\/code>. More info in the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\">previous release news<\/a>.<\/li>\n<\/ul>\n<h3><em>Mandatory field countryCode in orders<\/em><\/h3>\n<ul>\n<li>Reminder: the field <code>countryCode<\/code> will become <strong>mandatory<\/strong> in the POST and PATCH order endpoints. Please make sure your integration includes this field to avoid validation errors. More info in the <a href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-19-2026\/\">previous release news<\/a>.<\/li>\n<\/ul>\n<hr \/>\n<h2>Improvements:<\/h2>\n<h3 class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\"><em>Webhook Failure Rate Email Notifications<\/em><\/h3>\n<ul>\n<li class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\"><strong>Starting from April 20th<\/strong><b>,<\/b>\u00a0partners will receive periodic email reports listing webhooks whose fail ratio over the last 7 days exceeds 50%. This works similarly to the existing rate limiter email report.<\/li>\n<li class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\"><strong>If you receive this notification, please take action<\/strong>: either fix the issue causing your webhook to fail, or unregister the webhook if it is no longer needed.<\/li>\n<li class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\">Automatic unregistration of failing webhooks<strong> is not active yet<\/strong> \u2014 the report is informational only for now. However, we plan to add automatic unregistration in the near future!<\/li>\n<\/ul>\n<h3 class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\"><em>Security Fix: SSL Certificate Verification for Product Image Downloads<\/em><\/h3>\n<ul>\n<li class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\">SSL certificate verification has been re-enabled for product image downloads from external URLs provided via the API.<\/li>\n<li class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\"><strong class=\"text-body-medium text-assistant-primary\">What this means for you:<\/strong> If your integration supplies product image URLs pointing to servers with invalid or self-signed SSL certificates, those image downloads will now fail. Make sure all image URLs are served from hosts with valid SSL certificates.<\/li>\n<li class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\">No changes to the API interface are required.<\/li>\n<\/ul>\n<h2>New features:<\/h2>\n<h3><em>New SDK Version v0.4.0<\/em><\/h3>\n<ul>\n<li>The official Shoptet API SDK has been updated to version 0.4.0 &#8211; see all changes <a href=\"https:\/\/github.com\/shoptet\/api-sdk\/releases\/tag\/v0.4.0\">here<\/a>.<\/li>\n<\/ul>\n<h3><em>Request ID in all API responses<\/em><\/h3>\n<ul>\n<li>All API responses now include a <code>requestId<\/code> field inside a <code>metadata<\/code> object. The value is also available as a response header.<\/li>\n<li>This identifier makes it significantly easier to trace requests when reporting issues to our API support. We recommend logging it on your side.<\/li>\n<\/ul>\n<h3><em>Supplier Webhooks<\/em><\/h3>\n<ul>\n<li>\n<p class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\">Three new webhook events are now available:<code class=\"text-code text-assistant-primary px-p2 rounded-r2 bg-t1\">supplier:create<\/code>, <code class=\"text-code text-assistant-primary px-p2 rounded-r2 bg-t1\">supplier:update<\/code>, <code class=\"text-code text-assistant-primary px-p2 rounded-r2 bg-t1\">supplier:delete<\/code>. See all webhook event types <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3><em>Updated Product Flag Management<\/em><\/h3>\n<ul>\n<li>\n<p class=\"text-body text-assistant-primary break-words mb-[var(--chat-item-gap)] last:mb-0\">A new\u00a0<code class=\"text-code text-assistant-primary px-p2 rounded-r2 bg-t1\">flagsManagement<\/code> parameter has been added to the product PATCH endpoint allowing to set or unset individual product flags without replacing the entire flag set. See more information <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/updateproduct#products\/updateproduct\/t=request&amp;path=data\/flagsmanagement\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<h2 data-pm-slice=\"1 1 []\">What we plan in the upcoming days:<\/h2>\n<p>New features and improvements in progress, e.g.:<\/p>\n<ul>\n<li>Webhooks for availability:create, update and delete<\/li>\n<li>Products BATCH delete<\/li>\n<\/ul>\n<p><em><strong>Please note:\u00a0<\/strong>The plan above is subject to change due to unexpected events or changes in priorities \u2013 we do not commit to deliver these outputs and outcomes. Thank you for your understanding.<\/em><\/p>\n<hr \/>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4938","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4938","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4938"}],"version-history":[{"count":4,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4938\/revisions"}],"predecessor-version":[{"id":4945,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4938\/revisions\/4945"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4938"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4938"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4864,"date":"2026-04-02T13:38:44","date_gmt":"2026-04-02T11:38:44","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4864"},"modified":"2026-04-02T13:38:44","modified_gmt":"2026-04-02T11:38:44","slug":"api-release-news-from-april-2-2026","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-april-2-2026\/","title":{"rendered":"API Release news from April 2, 2026"},"content":{"rendered":"<p>Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 2, 2026!<\/p>\n<h2>Alert: Scheduled Maintenance<\/h2>\n<h3 class=\"incident-title font-large border-color\"><em><span class=\"whitespace-pre-wrap\">Planned Maintenance of Operational Infrastructure: 06\/04\/2026, 23:00-01:00<\/span><\/em><\/h3>\n<div class=\"updates-container font-regular\">\n<div class=\"update\"><span class=\"whitespace-pre-wrap\">During the night from Monday, April 6, 2026, to Tuesday, April 7, 2026, from 23:00 to 01:00, scheduled platform maintenance focused on the database will take place. During this time, the platform may operate in a degraded mode, and occasional page loading errors or slowdowns may occur. We will carry out the maintenance as quickly as possible to keep any service disruption to the shortest possible duration.<br \/>\nThank you for your understanding. For more information, follow our Status Page: <a href=\"https:\/\/www.shoptetstatus.com\/\">https:\/\/www.shoptetstatus.com\/<\/a>.<\/span><\/div>\n<\/div>\n<h2>Breaking Changes:<\/h2>\n<h3><em>Upcoming credit notes &amp; orders upcoming validation changes<\/em><\/h3>\n<ul>\n<li>\n<div>As mentioned in <span draggable=\"true\"><a href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-6-2026\/\" target=\"_blank\" rel=\"noopener noreferrer\">previous release news<\/a><\/span>, we will roll out the following changes to validations for orders and credit notes in API. <b>All changes below will be released by May 4th, 2026.<\/b><\/div>\n<ul>\n<li>User will have to cancel the credit note and begin again. As such, the <span draggable=\"true\"><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/createcreditnoteitem\" target=\"_blank\" rel=\"noopener noreferrer\">POST credit note item creation endpoint<\/a><\/span> will be removed.<\/li>\n<li>The <span draggable=\"true\"><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/updatecreditnoteitem\" target=\"_blank\" rel=\"noopener noreferrer\">PATCH credit note item update endpoint<\/a><\/span> will newly accept only the fields <code>amount<\/code>, <code>price<\/code>, <code>vatRate<\/code>, and <code>includingVat<\/code>.<\/li>\n<li>Additionally, new validations will be enforced \u2014 values such as price and quantity must not exceed the corresponding values on the original invoice or order.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3><em>Request ID added to all API responses<\/em><\/h3>\n<ul>\n<li>Reminder: <strong>on April 9, 2026<\/strong> all response bodies will be extended with a new <code>requestId<\/code> parameter inside a <code>metadata<\/code> section. More info in the <a href=\"https:\/\/developers.shoptet.com\/api-release-news-from-march-9-2026\/\">previous release news<\/a>.<\/li>\n<\/ul>\n<h3><em>New location of reviews endpoints<\/em><\/h3>\n<ul>\n<li>Reminder: the old <code>\/eshop\/reviews<\/code> location will be <strong>deleted by May 4th, 2026<\/strong>. All reviews endpoints (GET, POST, PATCH) are now available under <code>\/reviews<\/code>. More info in the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\">previous release news<\/a>.<\/li>\n<\/ul>\n<h3><em>Mandatory field countryCode in orders<\/em><\/h3>\n<ul>\n<li>Reminder: the field <code>countryCode<\/code> will become <strong>mandatory<\/strong> in the POST and PATCH order endpoints. Please make sure your integration includes this field to avoid validation errors. More info in the <a href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-19-2026\/\">previous release news<\/a>.<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3><em>Creation of customer group<\/em><\/h3>\n<ul>\n<li>New <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/customers\/createcustomergroup\">POST endpoint<\/a> for creating a customer group.<\/li>\n<\/ul>\n<h3><em>Update of customer group<\/em><\/h3>\n<ul>\n<li>New <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/customers\/updatecustomergroup\">PATCH endpoint<\/a> for updating an existing customer group.<\/li>\n<\/ul>\n<h3><em>Deletion of customer group<\/em><\/h3>\n<ul>\n<li>New <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/customers\/deletecustomergroup\">DELETE endpoint<\/a> for deleting a customer group.<\/li>\n<\/ul>\n<hr \/>\n<h2>Multishop:<\/h2>\n<p data-pm-slice=\"1 1 []\">As part of our Multishop initiative, we are preparing new endpoints and changes in the API. New features from the latest release:<\/p>\n<ul>\n<li><strong>New structure in sales channel detail endpoint<\/strong>\n<ul>\n<li>All current attributes were moved from the root to the\u00a0<code>salesChannel<\/code>\u00a0entity, see more\u00a0<a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail\">here<\/a>.<\/li>\n<li>Reminder: as a result,\u00a0<a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/online-stores\">Online-stores<\/a>\u00a0and\u00a0<a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/in-stores\">In-stores<\/a>\u00a0endpoints were marked as deprecated and will be\u00a0<strong>removed by April 4th, 2025<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p dir=\"auto\"><strong>New field\u00a0<code class=\"notranslate\">abilities<\/code>\u00a0<\/strong>added to sales channel list and detail API responses \u2013 see more\u00a0<a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail#sales-channels\/getsaleschannelsdetail\/t=response&amp;c=200&amp;path=data\/saleschannel\/abilities\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<p data-pm-slice=\"1 1 []\"><em><strong>Please note:<\/strong>\u00a0Due to the ongoing development of our Multishop initiative, all new endpoints connected to Multishop\/sales channels are subject to change and we do not commit that this is the final version of these endpoints and changes.<\/em><\/p>\n<hr \/>\n<h2 data-pm-slice=\"1 1 []\">What we plan in the upcoming days:<\/h2>\n<p>New features and improvements in progress, e.g.:<\/p>\n<ul>\n<li>Webhooks for supplier:create, update and delete<\/li>\n<\/ul>\n<p><em><strong>Please note:\u00a0<\/strong>The plan above is subject to change due to unexpected events or changes in priorities \u2013 we do not commit to deliver these outputs and outcomes. Thank you for your understanding.<\/em><\/p>\n<hr \/>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 2, 2026! Alert: Scheduled Maintenance Planned Maintenance of Operational Infrastructure: 06\/04\/2026, 23:00-01:00 During the [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4864","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4864"}],"version-history":[{"count":3,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4864\/revisions"}],"predecessor-version":[{"id":4869,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4864\/revisions\/4869"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4864"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4829,"date":"2026-03-20T11:15:05","date_gmt":"2026-03-20T10:15:05","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4829"},"modified":"2026-03-20T11:15:40","modified_gmt":"2026-03-20T10:15:40","slug":"api-release-news-from-march-20-2026","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-march-20-2026\/","title":{"rendered":"API Release news from March 20, 2026"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since March 20, 2026!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3 data-component=\"PH_Title\" data-hidden=\"false\"><em>Request ID added to all API responses<\/em><\/h3>\n<ul>\n<li data-pm-slice=\"1 1 []\">Reminder: <strong>on April 9, 2026<\/strong> we will extend all response bodies with <strong>a new section <code>metadata<\/code> with the <code>requestId<\/code> parameter<\/strong>. You can find more information in the <a href=\"https:\/\/developers.shoptet.com\/api-release-news-from-march-9-2026\/\">previous release news<\/a>.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Mandatory field countryCode in orders<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">Reminder: the field <code>countryCode<\/code> in Orders will be <strong>mandatory in our POST and PATCH order endpoints<\/strong> as mentioned in the <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-19-2026\/\">the previous release news<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">New location of reviews endpoints<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">Reminder: mentioned in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-6-2026\/\">the previous release news<\/a> &#8211; will be <strong>deleted by May 4th, 2026.<\/strong><\/p>\n<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">Reminder: mentioned in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-6-2026\/\">the previous release news<\/a>.<\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 data-pm-slice=\"1 1 []\"><em>New version of SDK<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">We have a new version of SDK v0.3.2 &#8211; <a href=\"https:\/\/github.com\/shoptet\/api-sdk\/releases\/tag\/v0.3.2\">see more information here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 1 []\"><em>Creation of customer group<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/customers\/createcustomergroup\">POST endpoint<\/a> for creating customer group.<\/p>\n<\/li>\n<\/ul>\n<h3><em>Volume discount in order item types<\/em><\/h3>\n<ul>\n<li>Volume discount is added as a new type of order item. See all order item types <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/types-of-order-items\">here<\/a>.<\/li>\n<\/ul>\n<h3><em>Update product order in category by product code<\/em><\/h3>\n<ul>\n<li>It is now possible to update product order in category by guid or code <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/categories\/updateproductorderincategory\">in this endpoint<\/a>.<\/li>\n<\/ul>\n<h2>Bugs fixed:<\/h2>\n<h3><em>Fixed article URL structure<\/em><\/h3>\n<ul>\n<li>Fixed article URL generation in the API so that API output matches correctly the URL configuration defined in the administration, section Marketing &#8211; Basic SEO &#8211; URL Structure (more info about url structure <a href=\"https:\/\/podpora.shoptet.cz\/struktura-adres-url\/\">here<\/a>).<\/li>\n<\/ul>\n<h2>Multishop:<\/h2>\n<p data-pm-slice=\"1 1 []\">As part of our Multishop initiative, we are preparing new endpoints and changes in the API. New features from the latest release:<\/p>\n<ul>\n<li><strong>New structure in sales channel detail endpoint<\/strong>\n<ul>\n<li>All current attributes were moved from the root to the\u00a0<code>salesChannel<\/code> entity, see more\u00a0<a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail\">here<\/a>.<\/li>\n<li>Reminder: as a result, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/online-stores\">Online-stores<\/a>\u00a0and\u00a0<a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/in-stores\">In-stores<\/a>\u00a0endpoints were marked as deprecated and will be\u00a0<strong>removed by April 4th, 2025<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p dir=\"auto\"><strong>New field <code class=\"notranslate\">abilities<\/code> <\/strong>added to sales channel list and detail API responses &#8211; see more <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail#sales-channels\/getsaleschannelsdetail\/t=response&amp;c=200&amp;path=data\/saleschannel\/abilities\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<p data-pm-slice=\"1 1 []\"><em><strong>Please note:<\/strong>\u00a0Due to the ongoing development of our Multishop initiative, all new endpoints connected to Multishop\/sales channels are subject to change and we do not commit that this is the final version of these endpoints and changes.<\/em><\/p>\n<hr \/>\n<h2 data-pm-slice=\"1 1 []\">What we plan in the upcoming days:<\/h2>\n<p>New features and improvements in progress, e.g.:<\/p>\n<ul>\n<li>PATCH customer group<\/li>\n<li>DELETE customer group<\/li>\n<\/ul>\n<p><em><strong>Please note:\u00a0<\/strong>The plan above is subject to change due to unexpected events or changes in priorities \u2013 we do not commit to deliver these outputs and outcomes. Thank you for your understanding.<\/em><\/p>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since March 20, 2026! Breaking Changes: Request ID added to all API responses Reminder: on [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4829","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4829","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4829"}],"version-history":[{"count":8,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4829\/revisions"}],"predecessor-version":[{"id":4859,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4829\/revisions\/4859"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4829"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4829"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4810,"date":"2026-03-09T09:44:27","date_gmt":"2026-03-09T08:44:27","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4810"},"modified":"2026-03-09T09:44:27","modified_gmt":"2026-03-09T08:44:27","slug":"api-release-news-from-march-9-2026","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-march-9-2026\/","title":{"rendered":"API Release news from March 9, 2026"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since March 9, 2026!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3 data-component=\"PH_Title\" data-hidden=\"false\"><em>Request ID added to all API responses<\/em><\/h3>\n<ul>\n<li data-pm-slice=\"1 1 []\"><strong>On April 9, 2026<\/strong> we will extend all response bodies with <strong>a new section <code>metadata<\/code> with the <code>requestId<\/code> parameter<\/strong>.<\/li>\n<li data-pm-slice=\"1 1 []\">The exception is responses for endpoints returning files such as pdf and isdoc.<\/li>\n<li data-pm-slice=\"1 1 []\"><code>metadata.requestId<\/code> is primary used for logging\/reporting purposes.<\/li>\n<li data-pm-slice=\"1 1 []\"><strong>Please remember to include the value from <\/strong><code><strong>metadata.requestId<\/strong><\/code><strong> or from the header <\/strong><code><strong>X-Request-ID<\/strong><\/code><strong> when contacting the technical support with your specific inquiry for better traceability.<\/strong><\/li>\n<\/ul>\n<p data-pm-slice=\"1 1 []\">Example of a successful response body:<\/p>\n<pre><code>    {\r\n        \"data\": {\r\n            \"contactInformation\": {\r\n                \"eshopName\": \"www.domena-eshopu.cz\",\r\n                \"url\": \"https:\\\/\\\/www.domena-eshopu.cz\\\/\",\r\n                \"companyId\": \"28935675\",\r\n               ...\r\n            }\r\n            ...\r\n        },\r\n        \"errors\": 'null',\r\n        \"metadata\": {\r\n            \"requestId\": \"019c8c34-64f3-7328-af43-bf1e34fa39d7\"\r\n        }\r\n    }<\/code><\/pre>\n<p>Example of a unsuccessful response body:<\/p>\n<pre><code>    {\r\n        \"data\": 'null',\r\n        \"errors\": [\r\n            {\r\n                \"errorCode\": \"missing-access-token\",\r\n                \"message\": \"Missing access token. Please add `Shoptet-Access-Token` header to your request.\",\r\n                \"instance\": \"unknown\"\r\n            }\r\n        ],\r\n        \"metadata\": {\r\n            \"requestId\": \"019c8c34-64f3-7328-af43-bf1e34fa39d7\"\r\n        }\r\n    }<\/code><\/pre>\n<h3 data-component=\"PH_Title\" data-hidden=\"false\"><em>Deprecation of buyPrice<\/em><\/h3>\n<ul>\n<li>Reminder:\u00a0the field <code>buyPrice<\/code> will be <strong>removed on March 19, 2026 <\/strong>as mentioned in <a href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-19-2026\/\">the previous release news<\/a>.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Deprecation of shippingCompanyCode &amp; response code update<\/bdi><\/em><\/h3>\n<ul>\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">Reminder: the field <code>shippingCompanyCode<\/code> is marked as deprecated and will be <strong>removed on March 19, 2026<\/strong> as mentioned in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-19-2026\/\">the previous release news<\/a>.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Mandatory field countryCode in orders<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">Reminder: the field <code>countryCode<\/code> in Orders will be <strong>mandatory in our POST and PATCH order endpoints<\/strong> as mentioned in the <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-19-2026\/\">the previous release news<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">New location of reviews endpoints<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">Reminder: mentioned in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-6-2026\/\">the previous release news<\/a> &#8211; will be <strong>deleted by May 4th, 2026.<\/strong><\/p>\n<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">Reminder: mentioned in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-6-2026\/\">the previous release news<\/a>.<\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 data-pm-slice=\"1 1 []\"><em>New version of SDK<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">We have a new version of SDK v0.3.0 &#8211; <a href=\"https:\/\/github.com\/shoptet\/api-sdk\/releases\/tag\/v0.3.0\">see more information here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<ul>\n<li style=\"list-style-type: none;\" data-start=\"260\" data-end=\"293\"><\/li>\n<\/ul>\n<hr \/>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n<ol>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since March 9, 2026! Breaking Changes: Request ID added to all API responses On April [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4810","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4810"}],"version-history":[{"count":8,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4810\/revisions"}],"predecessor-version":[{"id":4819,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4810\/revisions\/4819"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4754,"date":"2026-02-19T13:22:12","date_gmt":"2026-02-19T12:22:12","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4754"},"modified":"2026-02-19T16:50:16","modified_gmt":"2026-02-19T15:50:16","slug":"api-release-news-from-february-19-2026","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-february-19-2026\/","title":{"rendered":"API Release news from February 19, 2026"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since February 19, 2026!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3 data-component=\"PH_Title\" data-hidden=\"false\"><em>Deprecation of buyPrice<\/em><\/h3>\n<ul>\n<li>As mentioned in <a href=\"https:\/\/developers.shoptet.com\/api-release-news-from-january-13-2026\/\">previous release news<\/a>, the <code>buyPrice<\/code> field is marked as deprecated. <strong>Please use new <\/strong><code><strong>purchasePrice<\/strong><\/code><strong> field instead as <code>buyPrice<\/code> field will be removed on March 19, 2026.<\/strong><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Deprecation of shippingCompanyCode &amp; response code update<\/bdi><\/em><\/h3>\n<ul>\n<li>In the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/shipping-methods\/createshippingmethod\">POST \/shipping-methods\u00a0endpoint<\/a>, the field <code>shippingCompanyCode<\/code> has been deprecated for over a year and will be <strong>removed on March 19, 2026<\/strong>.<\/li>\n<li>Only one of the following fields is required (current supported behavior):\n<ul>\n<li><code>shippingCompanyCode<\/code> <em>(deprecated)<\/em><\/li>\n<li><code>shippingMethodCode<\/code> <em>(recommended)<\/em><\/li>\n<\/ul>\n<\/li>\n<li>Requests using only <code>shippingMethodCode<\/code> work correctly and are the preferred approach. <strong>Please update your implementation to use <code>shippingMethodCode<\/code> only before the removal date.<\/strong><\/li>\n<li>Additionally, the response code for successful POST requests will change: <strong>200 OK \u2192 201 Created. <\/strong>Please prepare your integration for <code>201 Created<\/code> responses instead of <code>200 OK<\/code>.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Mandatory field countryCode in orders<\/bdi><\/em><\/h3>\n<ul>\n<li>To comply with mandatory country requirements on invoices and other order-related documents, we will require <code>countryCode<\/code> to be provided directly in the order object.<\/li>\n<li>The field <code>countryCode<\/code> will become <strong>mandatory in our POST and PATCH order endpoints<\/strong>. Currently, this field may not be required in all cases.<\/li>\n<li>The exact effective date is not yet set and will be announced in a future release news update. <strong>Please prepare your integration to always include <\/strong><code><strong>countryCode<\/strong><\/code><strong> in all order POST and PATCH requests to ensure a smooth transition once the change becomes effective.<\/strong><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">New location of reviews endpoints<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">As mentioned in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-6-2026\/\">previous release news<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">As mentioned in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-february-6-2026\/\">previous release news<\/a>.<\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 data-pm-slice=\"1 1 []\"><em>Webhooks for pricelists<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New webhooks for pricelists &#8211; <code>pricelist:create<\/code> and <code>pricelist:delete<\/code>, see more info <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 1 []\"><em>Request ID added to all API responses<\/em><\/h3>\n<ul>\n<li data-start=\"65\" data-end=\"182\">In order to improve troubleshooting and support processes, we will introduce a <code data-start=\"149\" data-end=\"160\">requestId<\/code> in all API responses.<\/li>\n<li data-start=\"260\" data-end=\"293\">The <code data-start=\"264\" data-end=\"275\">requestId<\/code> will be provided:\n<ul>\n<li data-start=\"260\" data-end=\"293\">In response headers<\/li>\n<li data-start=\"260\" data-end=\"293\">In the standard response body (where applicable)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>Bugs fixed:<\/h2>\n<h3 data-pm-slice=\"1 3 []\"><em>Incorrect buyPrice calculation in order API response<\/em><\/h3>\n<ul>\n<li>There was temporary error in the <code>buyPrice<\/code> calculation, where this item was not calculated including the discount (priceRatio) and quantity (amount). The calculation was fixed to original correct one.<\/li>\n<li>However, the <code><strong>buyPrice<\/strong><\/code><strong> field is marked as deprecated<\/strong>, <strong>please use new <\/strong><code><strong>purchasePrice<\/strong><\/code><strong> field <\/strong>&#8211; see more above in <strong>Breaking changes<\/strong>.<\/li>\n<\/ul>\n<h2>Multishop:<\/h2>\n<p data-pm-slice=\"1 1 []\">As part of our Multishop initiative, we are preparing new endpoints and changes in the API. New features from the latest release:<\/p>\n<ul>\n<li><strong>Sales channels type filtering<\/strong>\n<ul>\n<li>The endpoint <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannels\">GET api\/sales-channels<\/a> supports an optional query parameter <code>type<\/code> \u2014 to filter sales channels by their type (e.g., only \u201conline store\u201d channels).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p data-pm-slice=\"1 1 []\"><em><strong>Please note:<\/strong> Due to the ongoing development of our Multishop initiative, all new endpoints connected to Multishop\/sales channels are subject to change and we do not commit that this is the final version of these endpoints and changes.<\/em><\/p>\n<hr \/>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n<ol>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since February 19, 2026! Breaking Changes: Deprecation of buyPrice As mentioned in previous release news, [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4754","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4754","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4754"}],"version-history":[{"count":9,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4754\/revisions"}],"predecessor-version":[{"id":4768,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4754\/revisions\/4768"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4754"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4754"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4738,"date":"2026-02-06T11:21:21","date_gmt":"2026-02-06T10:21:21","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4738"},"modified":"2026-02-06T11:38:17","modified_gmt":"2026-02-06T10:38:17","slug":"api-release-news-from-february-6-2026","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-february-6-2026\/","title":{"rendered":"API Release news from February 6, 2026"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since February 6, 2026!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">New location of reviews endpoints<\/bdi><\/em><\/h3>\n<ul>\n<li>With newly added review endpoints, all reviews endpoints (GET, POST, PATCH) are now located in content\/reviews section with \/reviews path. See more <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\">here<\/a>.<\/li>\n<li>Old \/eshop\/reviews location is marked as deprecated and will be <strong>deleted by May 4th, 2026.<\/strong><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>In order to align our product with accounting standards, we will roll out some changes to validations for orders and credit notes:\n<ul>\n<li>The system will now notify the User when he opens a document that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will also notify the User when he opens an Order that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will not allow the User to re-create the item in the credit note after its deletion. User will have to cancel the credit note and begin again. <strong>As such, the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/createcreditnoteitem\">credit note item creation endpoint<\/a> will be deprecated and later removed.<\/strong><\/li>\n<li>In the future, these changes will not be allowed at all and will raise an error in the API.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 data-pm-slice=\"1 1 []\"><em>Bulk order status change<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/bulkorderstatuschange\">PATCH endpoint<\/a> for changing the status for multiple order codes simultaneously.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Discussion post update<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/discussions\/updatediscussionpost\">PATCH endpoint<\/a> for updating discussion post&#8217;s data.<\/p>\n<\/li>\n<\/ul>\n<h2>Improvements:<\/h2>\n<h3 data-pm-slice=\"1 3 []\"><em>Updated docs and json schemas<\/em><\/h3>\n<ul>\n<li data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">We have updated OpenAPI documentation and JSON schema files to use the more precise <code>integer<\/code> type instead of <code>number<\/code> for fields that only accept whole number values (IDs, counts, ratings, status codes, etc.). Examples are also corrected from string format to numeric format where appropriate.<\/p>\n<\/li>\n<\/ul>\n<h3><em>Updated naming for itemPrice fields<\/em><\/h3>\n<ul>\n<li>All referenced endpoints below are changing the fields:\n<ul>\n<li>from <code>itemPriceWithoutVat<\/code> to <code>unitPriceWithoutVat<\/code><\/li>\n<li>from <code>itemPriceWithVat<\/code> to <code>unitPriceWithVat<\/code><\/li>\n<\/ul>\n<\/li>\n<li>The <code>itemPriceWithoutVat<\/code> and <code>itemPriceWithVat<\/code> fields will remain in effect for some time and their removal will be announced in due course. <strong>However, it is necessary to switch to <\/strong><code><strong>unitPriceWithoutVat<\/strong><\/code><strong> and <\/strong><code><strong>unitPriceWithVat<\/strong><\/code><strong>.<\/strong><\/li>\n<li><strong>Important:<\/strong> This is only a field renaming for consistency reasons, <strong>no changes in logic or behavior<\/strong>.<\/li>\n<li>Affected endpoints: <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/createorder\">Order insertion<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/orderbatchinsertion\">Order BATCH insertion<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-items\/createorderitem\">Order item add<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-items\/updateorderitem\">Order item change<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-payment\/createorderpayment\">Order payment add<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-payment\/updateorderpayment\">Order payment update<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-shipping\/addordershipping\">Order shipping add<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-shipping\/updateordershipping\">Order shipping update<\/a><\/li>\n<\/ul>\n<h2>Multishop:<\/h2>\n<p data-pm-slice=\"1 1 []\">As part of our Multishop initiative, we are preparing new endpoints and changes in the API. New features from the latest release:<\/p>\n<ul>\n<li><strong>New structure in sales channel detail endpoint<\/strong>\n<ul>\n<li>All current attributes were moved from the root to the <code>salesChannel<\/code> entity, optional <code>onlineStore<\/code> and <code>inStore<\/code> entities were added to the endpoint where applicable. See more <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail\">here<\/a>.<\/li>\n<li>As a result, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/online-stores\">Online-stores<\/a> and <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/in-stores\">In-stores<\/a> endpoints were marked as deprecated and will be <strong>removed by April 4th, 2025<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<li><strong>The field <code>projectCategoryId<\/code> will be changed to <code>categoryId<\/code><\/strong> in sales channel and in-store endpoints.<\/li>\n<li><strong>Sales channel detail by ID<\/strong> new endpoint, see more <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetailbyid\">here<\/a>.<\/li>\n<li><strong>Renaming of &#8220;market&#8221; type to &#8220;online_store&#8221; <\/strong>in <code>data.\u200bsalesChannel.\u200btype<\/code>. See more <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail\">here<\/a>.<\/li>\n<li><strong>New <\/strong><code><strong>salesChannelGuid<\/strong><\/code><strong> attribute in order endpoints<\/strong>,\u00a0<code>sourceId<\/code> is marked as deprecated. See more <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\">here<\/a>.<\/li>\n<\/ul>\n<p data-pm-slice=\"1 1 []\"><em><strong>Please note:<\/strong> Due to the ongoing development of our Multishop initiative, all new endpoints connected to Multishop\/sales channels are subject to change and we do not commit that this is the final version of these endpoints and changes.<\/em><\/p>\n<hr \/>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n<ol>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since February 6, 2026! Breaking Changes: New location of reviews endpoints With newly added review [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4738","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4738"}],"version-history":[{"count":6,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4738\/revisions"}],"predecessor-version":[{"id":4747,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4738\/revisions\/4747"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4715,"date":"2026-01-13T13:15:06","date_gmt":"2026-01-13T12:15:06","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4715"},"modified":"2026-01-13T13:15:06","modified_gmt":"2026-01-13T12:15:06","slug":"api-release-news-from-january-13-2026","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-january-13-2026\/","title":{"rendered":"API Release news from January 13, 2026"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since January 13, 2026!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">NEW Pricelist prices structure update<\/bdi><\/em><\/h3>\n<ul>\n<li>There is a new feature in the administration to <strong>enter the purchase price of a product independently of its sales price<\/strong>, specifically the VAT rate. This new feature is also reflected in API field <code><strong>purchasePrice<\/strong><\/code>.<\/li>\n<li>Please, be aware that API field <code><strong>buyPrice<\/strong><\/code><strong> is now marked as deprecated!<\/strong><\/li>\n<li>We plan to add other updates to pricelist prices in the near future (such as enter the currency of purchase price independently of its sales price currency), so <strong>please pay attention to release news and our documentation <\/strong>where we will inform you about these changes in time.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>In order to align our product with accounting standards, we will roll out some changes to validations for orders and credit notes:\n<ul>\n<li>The system will now notify the User when he opens a document that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will also notify the User when he opens an Order that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will not allow the User to re-create the item in the credit note after its deletion. User will have to cancel the credit note and begin again. <strong>As such, the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/createcreditnoteitem\">credit note item creation endpoint<\/a> will be deprecated and later removed.<\/strong><\/li>\n<li>In the future, these changes will not be allowed at all and will raise an error in the API.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 data-pm-slice=\"1 1 []\"><em>Item price VAT breakdown<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">In the case of full VAT breakdown settings in the administration (Settings &#8211; Orders &#8211; Additional settings), the API returns the VAT breakdown structure in the field <code>itemPriceVatBreakdown<\/code>. See more for example <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/createorder#orders\/createorder\/t=response&amp;c=201&amp;path=data\/order\/items\/itempricevatbreakdown\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Webhook for new product reviews<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New productReview:create webhook when a product review is added to the e-shop, see all webhooks <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Delivery note from order creation endpoint<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/delivery-notes\/deliverynotefromorder\">POST endpoint<\/a> for creating a delivery note from the order.<\/p>\n<h3 data-pm-slice=\"1 3 []\"><\/h3>\n<h3 data-pm-slice=\"1 3 []\"><\/h3>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Proforma invoice from order creation endpoint<\/em><\/h3>\n<ul>\n<li data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/proforma-invoices\/createproformainvoicefromorder\">POST endpoint<\/a> for creating a delivery note from the order.<\/li>\n<\/ul>\n<h3><em>Unit price in document endpoints<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">We have added <code>unitPrice<\/code>\u00a0to all financial documents items, see more for example <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/invoices\/getinvoicedetail#invoices\/getinvoicedetail\/t=response&amp;c=200&amp;path=data\/invoice\/items\/unitprice\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<hr \/>\n<h2 data-pm-slice=\"1 1 []\">What we plan in the upcoming days:<\/h2>\n<p>New features and improvements in progress, e.g.:<\/p>\n<ul>\n<li>PATCH endpoint for discussions<\/li>\n<li>Sales channels info in order endpoints<\/li>\n<\/ul>\n<p><em><strong>Please note: <\/strong>The plan above is subject to change due to unexpected events or changes in priorities \u2013 we do not commit to deliver these outputs and outcomes. Thank you for your understanding.<\/em><\/p>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n<ol>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since January 13, 2026! Breaking Changes: NEW Pricelist prices structure update There is a new [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4715","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4715"}],"version-history":[{"count":7,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4715\/revisions"}],"predecessor-version":[{"id":4726,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4715\/revisions\/4726"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4678,"date":"2025-12-16T09:55:49","date_gmt":"2025-12-16T08:55:49","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4678"},"modified":"2025-12-16T09:55:49","modified_gmt":"2025-12-16T08:55:49","slug":"api-release-news-from-december-16-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-december-16-2025\/","title":{"rendered":"API Release news from December 16, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since December 16, 2025!<\/p>\n<h2>Important notice:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Bulgarian transition to EURO<\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Please note that Bulgaria will be transitioning to EUR currency since\u00a0<code>1.1.2026<\/code>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">The convergence exchange rate is fixed at <code>1 EUR = 1.95583 BGN<\/code>.<\/li>\n<li>There are number of steps and deadlines, for more information visit the official websites, brief summary can be found <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro\">here<\/a>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From \u00a0<code>1.1.2026<\/code> all Bulgarian shops will be switched to\u00a0<code>EUR<\/code>. In the meantime, documents in API can still be created with\u00a0<code>BGN<\/code> currency.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Prices in\u00a0<code>PDF<\/code> documents will be displayed both in <code>EUR<\/code> and <code>BGN<\/code> prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As for the front end modifications (display of both <code>EUR<\/code> and <code>BGN<\/code> prices), more information from the FE team can be found <a href=\"https:\/\/developers.shoptet.com\/script-for-dual-currency-display-in-bulgaria-bgn-eur\/\">here<\/a>.<\/li>\n<\/ul>\n<h2>Breaking Changes:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming pricelist prices structure updates<\/bdi><\/em><\/h3>\n<ul>\n<li>We have started to revise price structure so that each price has its own independent currency and VAT rate.<\/li>\n<li><strong>In next weeks, we will start with the <\/strong><code>purchasePrice<\/code> <strong>and gradually roll out these changes to other prices.<\/strong><\/li>\n<li>It will be a long-term process involving numerous steps, but please pay attention to release news and our documentation as this change is coming soon!<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>In order to align our product with accounting standards, we will roll out some changes to validations for orders and credit notes:\n<ul>\n<li>The system will now notify the User when he opens a document that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will also notify the User when he opens an Order that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will not allow the User to re-create the item in the credit note after its deletion. User will have to cancel the credit note and begin again. <strong>As such, the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/createcreditnoteitem\">credit note item creation endpoint<\/a> will be deprecated and later removed.<\/strong><\/li>\n<li>In the future, these changes will not be allowed at all and will raise an error in the API.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 data-pm-slice=\"1 1 []\"><em>Creation of discussion posts<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,null,&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/discussions\/creatediscussionposts\">POST endpoint<\/a> for creating a discussion posts.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Product review insertion<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,null,&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\/createproductreview\">POST endpoint<\/a> for creating a product review.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Product review update<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">\n<p data-pm-slice=\"1 1 [&quot;list&quot;,null,&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\/updateproductreview\">PATCH endpoint<\/a> for updating a product review.<\/p>\n<\/li>\n<\/ul>\n<h3><em>Payment transactions in order endpoints<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">\n<p data-pm-slice=\"1 1 [&quot;list&quot;,null,&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New include parameter with all order payment transactions, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/getorderdetail\">more info here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h2>Multishop API support:<\/h2>\n<ul>\n<li data-pm-slice=\"1 1 []\">As part of our Multishop initiative, we are preparing new endpoints and changes in the API. New features from the latest release:\n<ul>\n<li><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types\">Webhooks for sales channels<\/a> (salesChannel:create, update and delete)<\/li>\n<li><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/in-stores\/getlistofinstores\">GET List of all in-stores<\/a><\/li>\n<li><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/in-stores\/getinstoredetail\">GET In-store detail<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><em><strong>Please note:<\/strong> Due to the ongoing development of our Multishop initiative, all new endpoints connected to Multishop are subject to change and we do not commit that this is the final version of these endpoints and changes.<\/em><\/p>\n<hr \/>\n<h2 data-pm-slice=\"1 1 []\">What we plan in the upcoming days:<\/h2>\n<p>New features and improvements in progress, e.g.:<\/p>\n<ul>\n<li>PATCH endpoint for discussions<\/li>\n<li>Webhook for productReview:created<\/li>\n<li>Adding\u00a0<code class=\"c-mrkdwn__code\" data-stringify-type=\"code\">unitPrice<\/code>\u00a0 to financial documents items<\/li>\n<\/ul>\n<p><em><strong>Please note: <\/strong>The plan above is subject to change due to unexpected events or changes in priorities \u2013 we do not commit to deliver these outputs and outcomes. Thank you for your understanding.<\/em><\/p>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n<ol>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since December 16, 2025! Important notice: Bulgarian transition to EURO Please note that Bulgaria will [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4678","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4678","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4678"}],"version-history":[{"count":4,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4678\/revisions"}],"predecessor-version":[{"id":4688,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4678\/revisions\/4688"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4678"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4678"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4661,"date":"2025-12-02T12:16:12","date_gmt":"2025-12-02T11:16:12","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4661"},"modified":"2025-12-02T12:16:12","modified_gmt":"2025-12-02T11:16:12","slug":"api-release-news-from-december-2-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-december-2-2025\/","title":{"rendered":"API Release news from December 2, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since December 2, 2025!<\/p>\n<h2>Important notice:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Bulgarian transition to EURO<\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Please note that Bulgaria will be transitioning to EUR currency since\u00a0<code>1.1.2026<\/code>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">The convergence exchange rate is fixed at <code>1 EUR = 1.95583 BGN<\/code>.<\/li>\n<li>There are number of steps and deadlines, for more information visit the official websites, brief summary can be found <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro\">here<\/a>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From \u00a0<code>1.1.2026<\/code> all Bulgarian shops will be switched to\u00a0<code>EUR<\/code>. In the meantime, documents in API can still be created with\u00a0<code>BGN<\/code> currency.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Prices in\u00a0<code>PDF<\/code> documents will be displayed both in <code>EUR<\/code> and <code>BGN<\/code> prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As for the front end modifications (display of both <code>EUR<\/code> and <code>BGN<\/code> prices), more information from the FE team can be found <a href=\"https:\/\/developers.shoptet.com\/script-for-dual-currency-display-in-bulgaria-bgn-eur\/\">here<\/a>.<\/li>\n<\/ul>\n<h2>Breaking Changes:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming pricelist prices structure updates<\/bdi><\/em><\/h3>\n<ul>\n<li>We have started to revise price structure so that each price has its own independent currency and VAT rate.<\/li>\n<li><strong>In next weeks, we will start with the <\/strong><code>purchasePrice<\/code> <strong>and gradually roll out these changes to other prices.<\/strong><\/li>\n<li>It will be a long-term process involving numerous steps, but please pay attention to release news and our documentation as this change is coming soon!<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>In order to align our product with accounting standards, we will roll out some changes to validations for orders and credit notes:\n<ul>\n<li>The system will now notify the User when he opens a document that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will also notify the User when he opens an Order that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will not allow the User to re-create the item in the credit note after its deletion. User will have to cancel the credit note and begin again. <strong>As such, the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/createcreditnoteitem\">credit note item creation endpoint<\/a> will be deprecated and later removed.<\/strong><\/li>\n<li>In the future, these changes will not be allowed at all and will raise an error in the API.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 data-pm-slice=\"1 1 []\"><em>Update of project review<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\/updateprojectreview\">PATCH endpoint<\/a> for updating an project review.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Webhook projectReview:create<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,null,&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">Receive webhook notifications when a new project review is created, see more <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Removal of discussion post<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">New <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/discussions\/deletediscussionbyid\">DELETE endpoint<\/a> for discussion post, other CRUD endpoints will follow.<\/li>\n<\/ul>\n<h3><em>New queries in List of jobs endpoint<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">New queries added to<a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/jobs\/getlistofjobs\"> GET List of jobs endpoint<\/a> &#8211; <code>creationTimeTo<\/code> and <code>completionTimeTo<\/code>.<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 1 []\"><em>New version of API SDK for PHP v0.2.0<\/em><\/h3>\n<ul>\n<li>We have prepared a large update of the entire SDK for PHP.<\/li>\n<li data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">You can find our updated documentation <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/developers.shoptet.com\/home\/shoptet-tools\/api-tools\/\">here<\/a> and in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/sdk\">OpenApi docs<\/a> as well.<\/li>\n<li data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\"><strong>Go try and use our SDK, we want to hear your feedback!<\/strong><\/li>\n<\/ul>\n<h2>Multishop API support:<\/h2>\n<ul>\n<li data-pm-slice=\"1 1 []\">As part of our Multishop initiative, we are preparing new endpoints and changes in the API as well:\n<ul>\n<li><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail\">GET List of all sales channels<\/a><\/li>\n<li><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail\">GET Sales channel detail<\/a><\/li>\n<li><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/online-stores\/getlistofonlinestores\">GET List of all online stores<\/a><\/li>\n<li><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/online-stores\/getonlinestoredetail\">GET Online store detail<\/a><\/li>\n<li>Webhooks for sales channels &#8211; in development<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><em><strong>Please note:<\/strong> Due to the ongoing development of our Multishop initiative, all new endpoints connected to Multishop are subject to change and we do not commit that this is the final version of these endpoints and changes.<\/em><\/p>\n<hr \/>\n<h2 data-pm-slice=\"1 1 []\">What we plan in the upcoming days:<\/h2>\n<p>New endpoints in progress, e.g.:<\/p>\n<ul>\n<li>POST\/PATCH endpoints for product reviews<\/li>\n<li>POST\/PATCH endpoints for discussions<\/li>\n<\/ul>\n<p><em><strong>Please note: <\/strong>The plan above is subject to change due to unexpected events or changes in priorities \u2013 we do not commit to deliver these outputs and outcomes. Thank you for your understanding.<\/em><\/p>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n<ol>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since December 2, 2025! Important notice: Bulgarian transition to EURO Please note that Bulgaria will [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4661","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4661"}],"version-history":[{"count":1,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4661\/revisions"}],"predecessor-version":[{"id":4662,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4661\/revisions\/4662"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4661"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4661"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4608,"date":"2025-11-14T12:58:57","date_gmt":"2025-11-14T11:58:57","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4608"},"modified":"2025-11-27T11:26:03","modified_gmt":"2025-11-27T10:26:03","slug":"api-release-news-from-november-14-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-november-14-2025\/","title":{"rendered":"API Release news from November 14, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since November 14, 2025!<\/p>\n<h2>Important notice:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Bulgarian transition to EURO<\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Please note that Bulgaria will be transitioning to EUR currency since\u00a0<code>1.1.2026<\/code>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">The convergence exchange rate is fixed at <code>1 EUR = 1.95583 BGN<\/code>.<\/li>\n<li>There are number of steps and deadlines, for more information visit the official websites, brief summary can be found <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro\">here<\/a>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From \u00a0<code>1.1.2026<\/code> all Bulgarian shops will be switched to\u00a0<code>EUR<\/code>. In the meantime, documents in API can still be created with\u00a0<code>BGN<\/code> currency.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Prices in\u00a0<code>PDF<\/code> documents will be displayed both in <code>EUR<\/code> and <code>BGN<\/code> prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As for the front end modifications (display of both <code>EUR<\/code> and <code>BGN<\/code> prices), more information from the FE team can be found <a href=\"https:\/\/developers.shoptet.com\/script-for-dual-currency-display-in-bulgaria-bgn-eur\/\">here<\/a>.<\/li>\n<\/ul>\n<h2>Breaking Changes:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming pricelist prices structure updates<\/bdi><\/em><\/h3>\n<ul>\n<li>We have started to revise price structure so that each price has its own independent currency and VAT rate.<\/li>\n<li><strong>In next weeks, we will start with the <\/strong><code>purchasePrice<\/code> <strong>and gradually roll out these changes to other prices.<\/strong><\/li>\n<li>It will be a long-term process involving numerous steps, but please pay attention to release news and our documentation as this change is coming soon!<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>In order to align our product with accounting standards, we will roll out some changes to validations for orders and credit notes:\n<ul>\n<li>The system will now notify the User when he opens a document that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will also notify the User when he opens an Order that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will not allow the User to re-create the item in the credit note after its deletion. User will have to cancel the credit note and begin again. <strong>As such, the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/createcreditnoteitem\">credit note item creation endpoint<\/a> will be deprecated and later removed.<\/strong><\/li>\n<li>In the future, these changes will not be allowed at all and will raise an error in the API.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3><em>Replacing GET \/api\/project\/domain endpoint<\/em><\/h3>\n<ul>\n<li>We will replace <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/project\/getprojectdomainlist\">Project domains endpoint<\/a> with new GET <code>\/api\/online-stores<\/code> endpoint. See below for more in <strong>Multishop API support<\/strong>.<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 data-pm-slice=\"1 1 []\"><em>Category products priority BATCH update<\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,null,&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">It is possible to update multiple categories with product priorities at once, see more <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/categories\/updatecategoryproductsprioritybatch\">here<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Insert of eshop review<\/em><\/h3>\n<ul>\n<li>New POST endpoint for creating an e-shop review, see more <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\/createprojectreview\">here<\/a>.<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 1 []\"><em>New version of API SDK for PHP v0.2.0<\/em><\/h3>\n<ul>\n<li>We have prepared a large update of the entire SDK for PHP: <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/packagist.org\/packages\/shoptet\/api-sdk-php\">Packagist<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/github.com\/shoptet\/api-sdk\">GitHub<\/a><\/li>\n<li>Update highlights:\n<ul>\n<li>Added support for new endpoints and structures<\/li>\n<li>Updated directory structure for easier orientation with regard to our documentation<\/li>\n<li>Redesigned support for async endpoints<\/li>\n<li>Clean-up of the code<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><strong>Go try and use our SDK, we want to hear your feedback!<\/strong><\/p>\n<h2>Multishop API support:<\/h2>\n<ul>\n<li data-pm-slice=\"1 1 []\">As part of our Multishop initiative, we are preparing new endpoints and changes in the API as well:\n<ul>\n<li data-pm-slice=\"1 1 []\"><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail\">GET List of all sales channels<\/a><\/li>\n<li data-pm-slice=\"1 1 []\"><a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/sales-channels\/getsaleschannelsdetail\">GET Sales channel detail<\/a><\/li>\n<li data-pm-slice=\"1 1 []\">GET List of all online stores &#8211; in development, will replace<a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/project\/getprojectdomainlist\"> project domain endpoint<\/a><\/li>\n<li data-pm-slice=\"1 1 []\">GET Online store detail &#8211; in development<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><em><strong>Please note:<\/strong> Due to the ongoing development of our Multishop initiative, all new endpoints connected to Multishop are subject to change and we do not commit that this is the final version of these endpoints and changes.<\/em><\/p>\n<hr \/>\n<h2 data-pm-slice=\"1 1 []\">What we plan in the upcoming days:<\/h2>\n<p>New endpoints in progress, e.g.:<\/p>\n<ul>\n<li>PATCH endpoint for e-shop reviews<\/li>\n<li>POST\/PATCH endpoints for product reviews<\/li>\n<li>POST\/PATCH endpoints for discussions<\/li>\n<\/ul>\n<p><em><strong>Please note: <\/strong>The plan above is subject to change due to unexpected events or changes in priorities \u2013 we do not commit to deliver these outputs and outcomes. Thank you for your understanding.<\/em><\/p>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n<ol>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since November 14, 2025! Important notice: Bulgarian transition to EURO Please note that Bulgaria will [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4608","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4608"}],"version-history":[{"count":7,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4608\/revisions"}],"predecessor-version":[{"id":4659,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4608\/revisions\/4659"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4563,"date":"2025-10-23T11:16:23","date_gmt":"2025-10-23T09:16:23","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4563"},"modified":"2025-11-14T13:00:25","modified_gmt":"2025-11-14T12:00:25","slug":"api-release-news-from-october-23-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-october-23-2025\/","title":{"rendered":"API Release news from October 23, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since October 23, 2025!<\/p>\n<h2>Important notice:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Bulgarian transition to EURO<\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Please note that Bulgaria will be transitioning to EUR currency since\u00a0<code>1.1.2026<\/code>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">The convergence exchange rate is fixed at <code>1 EUR = 1.95583 BGN<\/code>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">There are number of steps and deadlines, for more information visit the official websites, brief summary can be found <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro\">here<\/a>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From \u00a0<code>1.1.2026<\/code> all Bulgarian shops will be switched to\u00a0<code>EUR<\/code>. In the meantime, documents in API can still be created with\u00a0<code>BGN<\/code> currency.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Prices in\u00a0<code>PDF<\/code> documents will be displayed both in <code>EUR<\/code> and <code>BGN<\/code> prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As for the front end modifications (display of both <code>EUR<\/code> and <code>BGN<\/code> prices), more information from the FE team can be found <a href=\"https:\/\/developers.shoptet.com\/script-for-dual-currency-display-in-bulgaria-bgn-eur\/\">here<\/a>.<\/li>\n<\/ul>\n<h2>Breaking Changes:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming pricelist prices structure updates<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">In the long term, we will revise price structure so that each price has its own independent currency and VAT rate.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">We will start with the <code>purchasePrice<\/code> and gradually roll out these changes to other prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">It will be a long-term process involving numerous steps, this serves only as a heads-up notification that such revision will take place in the near future.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>In order to align our product with accounting standards, we will roll out some changes to validations for orders and credit notes<\/li>\n<li>The system will now notify the User when he opens a document that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will also notify the User when he opens an Order that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>In the future, these changes will not be allowed at all and will raise an error in the API.<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Endpoint for orders with product claims<\/bdi><\/em><\/h3>\n<ul>\n<li>It is now possible to list all ordered products with unfulfilled claims, see more <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/getorderclaims\">here<\/a>.<\/li>\n<\/ul>\n<h2>Improvements:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Updated documentation examples across all endpoints<\/bdi><\/em><\/h3>\n<ul>\n<li>\n<p data-pm-slice=\"1 1 [&quot;list&quot;,{},&quot;list_item&quot;,{&quot;indent&quot;:1,&quot;type&quot;:&quot;bulleted&quot;}]\">New json lines schemas for snapshot and BATCH endpoints, see more here for <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/batch\">BATCH endpoints<\/a> and <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/snapshot\">snapshots<\/a>.<\/p>\n<\/li>\n<\/ul>\n<h3 data-pm-slice=\"1 3 []\"><em>Order item type &#8220;bazar&#8221; in PATCH\/POST endpoints<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">Order item with type &#8220;bazar&#8221; can now be added or changed in PATCH\/POST endpoints, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-items\">see more here<\/a>.<\/li>\n<\/ul>\n<h3><em>PATCH\/POST article sections with image upload<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">It is possible to upload and update the article section image file via API, see more here for <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/articles\/createarticlesection\">POST endpoint<\/a> and <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/articles\/updatearticlesection\">PATCH endpoint<\/a>.<\/li>\n<\/ul>\n<h2>Bugs fixed:<\/h2>\n<h3 data-pm-slice=\"1 3 []\"><em>Info about wholesale split in endpoints<\/em><\/h3>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">Missing info in API about wholesale split &#8211; this info can now be found in <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/eshop\/geteshopinfo\">GET eshop-info<\/a>, <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/payment-methods\/getlistingofpaymentmethods\">GET payment-methods<\/a> and <a class=\"ProsemirrorEditor-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/shipping-methods\/getlistofshippingmethods\">GET shipping-methods<\/a> endpoints under <code>wholesale_split_active<\/code> .<\/li>\n<\/ul>\n<hr \/>\n<h2 data-pm-slice=\"1 1 []\">What we plan in the upcoming days:<\/h2>\n<p>New endpoints in progress, e.g.:<\/p>\n<ul class=\"ProsemirrorEditor-list\">\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">BATCH endpoint for updating product priority (order) across multiple categories<\/li>\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">POST\/PATCH endpoints for e-shop &amp; product reviews<\/li>\n<li class=\"ProsemirrorEditor-listItem\" data-list-indent=\"1\" data-list-type=\"bulleted\">PATCH endpoint for order completion<\/li>\n<\/ul>\n<p><em><strong>Please note: <\/strong>The plan above is subject to change due to unexpected events or changes in priorities \u2013 we do not commit to deliver these outputs and outcomes. Thank you for your understanding.<\/em><\/p>\n<p><strong>If you have any API-related questions, feedback or requests, please do not hesitate to contact us on <a class=\"ProsemirrorEditor-link\" href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>. We would love to hear from you!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s new in API release that&#8217;s been in production since October 23, 2025! Important notice: Bulgarian transition to EURO Please note that Bulgaria will [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4563","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4563"}],"version-history":[{"count":6,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4563\/revisions"}],"predecessor-version":[{"id":4612,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4563\/revisions\/4612"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4532,"date":"2025-09-19T15:38:52","date_gmt":"2025-09-19T13:38:52","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4532"},"modified":"2025-09-22T09:47:35","modified_gmt":"2025-09-22T07:47:35","slug":"api-release-news-from-september-19-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-september-19-2025\/","title":{"rendered":"API Release news from September 19, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been added to production!<\/p>\n<h2>News:<\/h2>\n<h3><em>We have implement a Rate-limiter functionality on all integrations<\/em><\/h3>\n<ul>\n<li>Rollout of rate-limiter is complete for now.<\/li>\n<li>It has fulfilled our goals with main motivations being fair use of API resources and ineffective implementation overhauls.<\/li>\n<li>We have added numerous new endpoints, improvements and functionality based on your valuable feedback. Thank you for this and please keep sending us your insights, issues or ideas at <a href=\"mailto:api@shoptet.cz\">api@shoptet.cz<\/a>.<\/li>\n<li>A lot more is coming in the next months and next year where we will revisit the limits when new functionality is available.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Bulgarian transition to EURO<\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Please note that Bulgaria will be transitioning to EUR currency since\u00a0<code>1.1.2026<\/code><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">The convergence exchange rate is fixed at <code>1\u00a0EUR = 1.95583 BGN<\/code><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">There are number of steps and deadlines, for more information visit the official websites, for brief summary, you can use <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro\">https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro<\/a><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From \u00a0<code>1.1.2026<\/code> all Bulgarian shops will be switched to\u00a0<code>EUR<\/code>. In the meantime, documents in API can still be created with\u00a0<code>BGN<\/code> currency.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Prices in\u00a0<code>PDF<\/code> documents will be displayed both in <code>EUR<\/code> and <code>BGN<\/code> prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As for the front end modifications (display of both <code>EUR<\/code> and <code>BGN<\/code> prices), more information from the FE team can be found <a href=\"https:\/\/developers.shoptet.com\/script-for-dual-currency-display-in-bulgaria-bgn-eur\/\">here<\/a>.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Updated documentation examples across all endpoints<\/bdi><\/em><\/h3>\n<ul>\n<li>We have added examples when they were missing.<\/li>\n<li>We also checked the consistency of example request and response values to avoid confusion when these values do not match.<\/li>\n<li>We have detected some missing data in our Postman collection, this has also been fixed.<\/li>\n<li>Documentation improvements for BATCH endpoints are next on our documentation overhaul list.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Private tokens are now longer &amp; more secure<\/bdi><\/em><\/h3>\n<ul>\n<li>We have increased the length of our private tokens for increased security &amp; accountability.<\/li>\n<li>More changes are coming to improve token handling &amp; rotation.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Multi language support overhaul<\/bdi><\/em><\/h3>\n<ul>\n<li>We are revising our multilingual support.<\/li>\n<li>This will result in some changes where the `language` attribute will be deprecated or required after this overhaul in the following months.<\/li>\n<li>This is a prerequisite for better sales channel support.<\/li>\n<\/ul>\n<h2>Breaking Changes:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming pricelist prices structure updates<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">In the long term, we will revise price structure so that each price has its own independent currency and VAT rate.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">We will start with the <code>purchasePrice<\/code> and gradually roll out these changes to other prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">It will be a long-term process involving numerous steps, this serves only as a heads-up notification that such revision will take place in the near future.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Upcoming credit notes &amp; orders upcoming validation changes<\/bdi><\/em><\/h3>\n<ul>\n<li>In order to align our product with accounting standards, we will roll out some changes to validations for orders and credit notes<\/li>\n<li>The system will now notify the User when he opens a document that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>The system will also notify the User when he opens an Order that was fully or partially credited and the changes can cause tax issues.<\/li>\n<li>In the future, these changes will not be allowed at all and will raise an error in the API.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Multiple proforma invoices for single invoice support<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As mentioned on June 12, attribute <code>proformaInvoiceCode<\/code> has been replaced with <code>proformaInvoiceCodes<\/code> and the old attribute has been removed.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">This added support for multiple proforma invoices linked to one invoice.<\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3><em>Unlink single related file of a product<\/em><\/h3>\n<ul>\n<li>Deletes product&#8217;s related file.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/product-related-files\/deleteoneproductrelatedfile\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/product-related-files\/deleteoneproductrelatedfile<\/a><\/li>\n<\/ul>\n<h3><em>POST, PATCH &amp; DELETE for parametric categories<\/em><\/h3>\n<ul>\n<li>Added support for management of parametric categories in the e-shop.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/parametric-categories\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/parametric-categories<\/a><\/li>\n<\/ul>\n<h2>New functionality:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Product BATCH update<\/bdi><\/em><\/h3>\n<ul>\n<li>Added support for related videos.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Eshop info<\/bdi><\/em><\/h3>\n<ul>\n<li>New setting attribute <code class=\"notranslate\">stockControlDisabled<\/code><\/li>\n<li>Determines if eshop has stock control disabled, this is also true if stock module is disabled.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/eshop\/geteshopinfo#eshop\/geteshopinfo\/t=response&amp;c=200&amp;path=data\/settings\/stockcontroldisabled\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/eshop\/geteshopinfo<\/a><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Document settings<\/bdi><\/em><\/h3>\n<ul>\n<li>New setting attribute <code class=\"notranslate\">displayTaxableSupplyDate<\/code><\/li>\n<li>Determines if the tax date (DUZP \u2013 Date of taxable supply) will be displayed on the invoice.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/eshop\/geteshopdocumentsettings#eshop\/geteshopdocumentsettings\/t=response&amp;c=200&amp;path=data\/invoice\/displaytaxablesupplydate\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/eshop\/geteshopdocumentsettings<\/a><\/li>\n<\/ul>\n<h2>Bugs fixed:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Order status change improvements<\/bdi><\/em><\/h3>\n<ul>\n<li>On rare occasions, order status processing returned 200 OK even when some internal issues were detected. Now, it will return code 500 instead.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Product BATCH update<\/bdi><\/em><\/h3>\n<ul>\n<li>Recycling fees were unable to be set to <code>null<\/code>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been added to production! News: We have implement a Rate-limiter functionality on all integrations Rollout of rate-limiter is [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4532","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4532"}],"version-history":[{"count":14,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4532\/revisions"}],"predecessor-version":[{"id":4548,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4532\/revisions\/4548"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4469,"date":"2025-08-22T13:53:08","date_gmt":"2025-08-22T11:53:08","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4469"},"modified":"2025-08-22T13:53:08","modified_gmt":"2025-08-22T11:53:08","slug":"api-release-news-from-august-21-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-august-21-2025\/","title":{"rendered":"API Release news from August 21, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been added to production!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3><em>As a reminder &#8211; We implement a Rate-limiter functionality on all integrations<\/em><\/h3>\n<ul>\n<li>With effect from <code><strong>1.9.2025<\/strong><\/code> we are starting to implement <code><strong>5 times<\/strong><\/code> &#8220;over-limit&#8221; hard validation of the rate-limiter on all integrations<\/li>\n<li>This will be followed by implementations that exceed the limits by more than\u00a0<code>3.5x, 2x<\/code> and finally we will roll out to all integrations.<\/li>\n<li><strong>Please note: there will be a gap of about a month between each phase, with an expected completion date at the end of the year.<\/strong><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">As a reminder &#8211; Bulgarian transition to EURO<\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Please note that Bulgaria will be transitioning to EUR currency since\u00a0<code>1.1.2026<\/code><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">The convergence exchange rate is fixed at <code>1\u00a0EUR = 1.95583 BGN<\/code><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">There are number of steps and deadlines, for more information visit the official websites, for brief summary, you can use <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro\">https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro<\/a><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From \u00a0<code>1.1.2026<\/code> all Bulgarian shops will be switched to\u00a0<code>EUR<\/code>. In the meantime, documents in API can still be created with\u00a0<code>BGN<\/code> currency.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Prices in\u00a0<code>PDF<\/code> documents will be displayed both in <code>EUR<\/code> and <code>BGN<\/code> prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As for the front end modifications (display of both <code>EUR<\/code> and <code>BGN<\/code> prices), more information from the FE team can be found <a href=\"https:\/\/developers.shoptet.com\/script-for-dual-currency-display-in-bulgaria-bgn-eur\/\">here<\/a>.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Pricelist prices structure update<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">In the long term, we will revise price structure so that each price has its own independent currency and VAT rate.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">We will start with the <code>purchasePrice<\/code> and gradually roll out these changes to other prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">It will be a long-term process involving numerous steps, this serves only as a heads-up notification that such revision will take place in the near future.<\/li>\n<\/ul>\n<h2>New features:<\/h2>\n<h3><em>Unlink all related files of a product<\/em><\/h3>\n<ul>\n<li>Unlink all related files linked to a specific product.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/unlinkallproductrelatedfiles\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/unlinkallproductrelatedfiles<\/a><\/li>\n<\/ul>\n<h2>New functionality:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em>New order:paid webhook<\/em><\/h3>\n<ul>\n<li>New webhook is emitted when the status of an order changes from unpaid to paid.<\/li>\n<li>For more information, please consult the documentation below.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types<\/a><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">New product list filters for availability<\/bdi><\/em><\/h3>\n<ul>\n<li>Product list can now be filtered by <code>availabilityId<\/code>\u00a0and\u00a0<code class=\"notranslate\">availabilityInStockId<\/code><\/li>\n<li>The main purpose of this functionality is when availability cannot be deleted because it is used on some products.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/getlistofproducts\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/getlistofproducts<\/a><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Related files webp\/pdf support<\/bdi><\/em><\/h3>\n<ul>\n<li>Product related files can now be either pdf document or webp image.<\/li>\n<li>This support has been expanded for consistency with eshop administration.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/createrelatedfilelink\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/createrelatedfilelink<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been added to production! Breaking Changes: As a reminder &#8211; We implement a Rate-limiter functionality on all integrations [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4469","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4469"}],"version-history":[{"count":6,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4469\/revisions"}],"predecessor-version":[{"id":4475,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4469\/revisions\/4475"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4469"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4469"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4432,"date":"2025-07-28T14:14:14","date_gmt":"2025-07-28T12:14:14","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4432"},"modified":"2025-07-28T14:14:14","modified_gmt":"2025-07-28T12:14:14","slug":"api-release-news-from-july-28-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-july-28-2025\/","title":{"rendered":"API Release news from July 28, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been added to production!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3><em>As a reminder &#8211; We implement a Rate-limiter functionality on all integrations<\/em><\/h3>\n<ul>\n<li>With effect from <code><strong>1.8.2025<\/strong><\/code> we are starting to implement <code><strong>7.5 times<\/strong><\/code> &#8220;over-limit&#8221; hard validation of the rate-limiter on all integrations<\/li>\n<li>This will be followed by implementations that exceed the limits by more than\u00a0<code>3.5x<\/code> and finally we will roll out to all integrations.<\/li>\n<li><strong>Please note: there will be a gap of about a month between each phase, with an expected completion date of<\/strong> <code>1.10.2025<\/code><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Product and variant code format unification<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From <code>17.7.2025<\/code> product \/ variant attribute <code>code<\/code> is now required to be in the following format <code>^[a-zA-Z0-9_\\\/ \\-\\.]+$<\/code> with length between 1 and 64 characters as is defined in our documentation <a href=\"https:\/\/podpora.shoptet.cz\/import-produktu\/\">https:\/\/podpora.shoptet.cz\/import-produktu\/<\/a><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Also please note that this is the same product code format as before, only from this date it will be strictly validated in API<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em>Bulgarian transition to EURO<\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Please note that Bulgaria will be transitioning to EUR currency since\u00a0<code>1.1.2026<\/code><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">The convergence exchange rate is fixed at <code>1\u00a0EUR = 1.95583 BGN<\/code><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">There are number of steps and deadlines, for more information visit the official websites, for brief summary, you can use <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro\">https:\/\/en.wikipedia.org\/wiki\/Bulgaria_and_the_euro<\/a><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From \u00a0<code>1.1.2026<\/code> all Bulgarian shops will be switched to\u00a0<code>EUR<\/code>. In the meantime, documents in API can still be created with\u00a0<code>BGN<\/code> currency.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Prices in\u00a0<code>PDF<\/code> documents will be displayed both in <code>EUR<\/code> and <code>BGN<\/code> prices.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As for the front end modifications (display of both <code>EUR<\/code> and <code>BGN<\/code> prices), more news will follow from the FE team.<\/li>\n<\/ul>\n<h2>New features:<\/h2>\n<h3><em>List of all order history (remarks) snapshot<\/em><\/h3>\n<ul>\n<li>Using this endpoint, you can get list of all remarks with detailed info of each remark asynchronously.<\/li>\n<li>You can filter by\u00a0<code class=\"notranslate\">orderCodes<\/code>, <code class=\"notranslate\">creationTimeFrom<\/code>, <code class=\"notranslate\">creationTimeTo<\/code> and\u00a0<code class=\"notranslate\">userId<\/code><\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-history\/getlistofallremarks\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/order-history\/getlistofallremarks<\/a><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">List of all product prices across all price lists snapshot<\/bdi><\/em><\/h3>\n<ul>\n<li>Using this endpoint, you can get list of all products with basic data and its prices across all price lists.<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/getlistofallproductsandpricelistprices\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/getlistofallproductsandpricelistprices<\/a><\/li>\n<\/ul>\n<h3><em>Pages Create, Read, Update and Delete support<\/em><\/h3>\n<ul>\n<li>Added support for Create, Read, Update and Delete<\/li>\n<li>Added missing <code class=\"notranslate\">ogImage<\/code> attribute<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/pages\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/pages<\/a><\/li>\n<\/ul>\n<h3><em>Product availabilities Create, Update and Delete support<\/em><\/h3>\n<ul>\n<li>Added support for Create, Update and Delete<\/li>\n<li>Moved documentation to separate section<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/product-availabilities\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/product-availabilities<\/a><\/li>\n<\/ul>\n<h2>New functionality:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Improved order completion support (GET)<\/bdi><\/em><\/h3>\n<ul>\n<li>We have added a new <code class=\"notranslate\">completion<\/code> section to our order detail and snapshot responses<\/li>\n<li>Please note, that this section replaces older <code class=\"notranslate\">amountCompleted<\/code> attribute, which has now been deprecated<\/li>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/createorder#orders\/createorder\/t=response&amp;c=201&amp;path=data\/order\/completion\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/createorder#orders\/createorder\/t=response&amp;c=201&amp;path=data\/order\/completion<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been added to production! Breaking Changes: As a reminder &#8211; We implement a Rate-limiter functionality on all integrations [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4432","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4432","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4432"}],"version-history":[{"count":10,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4432\/revisions"}],"predecessor-version":[{"id":4547,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4432\/revisions\/4547"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4432"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4432"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4432"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4425,"date":"2025-07-03T15:06:24","date_gmt":"2025-07-03T13:06:24","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4425"},"modified":"2025-07-03T15:10:42","modified_gmt":"2025-07-03T13:10:42","slug":"api-release-news-from-july-3-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-july-3-2025\/","title":{"rendered":"API Release news from July 3, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since July 3, 2025!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3><em>As a reminder &#8211; We implement a Rate-limiter functionality on all integrations<\/em><\/h3>\n<ul>\n<li>With effect from <code><strong>1.7.2025<\/strong><\/code> we are starting to implement <code><strong>15 times<\/strong><\/code> &#8220;over-limit&#8221; hard validation of the rate-limiter on all integrations<\/li>\n<li>This will be followed by implementations that exceed the limits by more than <code>7.5x<\/code>, <code>3.5x<\/code> and finally we will roll out to all integrations.<\/li>\n<li><strong>Please note: there will be a gap of about a month between each phase, with an expected completion date of<\/strong> <code>1.10.2025<\/code><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Product and variant code format unification<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As we unify our validation with Shoptet Admin, please note that from <code>17.7.2025<\/code> product \/ variant attribute <code>code<\/code> will be now required to be in the following format <code>^[a-zA-Z0-9_\\\/ \\-\\.]+$<\/code> with length between 1 and 64 characters as is defined in our documentation <a href=\"https:\/\/podpora.shoptet.cz\/import-produktu\/\">https:\/\/podpora.shoptet.cz\/import-produktu\/<\/a><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">Also please note that this is the same product code format as before, only from this date it will be strictly validated in API<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><\/h3>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since July 3, 2025! Breaking Changes: As a reminder &#8211; We implement a Rate-limiter functionality [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4425","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4425"}],"version-history":[{"count":4,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4425\/revisions"}],"predecessor-version":[{"id":4429,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4425\/revisions\/4429"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4394,"date":"2025-06-27T14:59:23","date_gmt":"2025-06-27T12:59:23","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4394"},"modified":"2025-07-03T14:35:17","modified_gmt":"2025-07-03T12:35:17","slug":"api-release-news-from-june-27-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-june-27-2025\/","title":{"rendered":"API Release news from June 27, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since June 27, 2025!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3><em>As a reminder &#8211; We implement a Rate-limiter functionality on all integrations<\/em><\/h3>\n<ul>\n<li>With effect from <code><strong>1.7.2025<\/strong><\/code> we are starting to implement <code><strong>15 times<\/strong><\/code> &#8220;over-limit&#8221; hard validation of the rate-limiter on all integrations<\/li>\n<li>This will be followed by implementations that exceed the limits by more than <code>7.5x<\/code>, <code>3.5x<\/code> and finally we will roll out to all integrations.<\/li>\n<li><strong>Please note: there will be a gap of about a month between each phase, with an expected completion date of<\/strong> <code>1.10.2025<\/code><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Order history remarks webhook change<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As advised, we modified <code>orderHistoryRemarks:change<\/code> webhook where instance now returns <code>orderCode<\/code> instead of <code>orderId<\/code>.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Multiple proforma invoices for single invoice support<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">We have added a new attribute\u00a0<code>proformaInvoiceCodes<\/code> in the invoice detail, the current <code>proformaInvoiceCode<\/code> is now deprecated and will be removed at the end of <code>07\/2025<\/code><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">This is to add support for multiple proforma invoices linked to one invoice.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em>Shipping Details cleanup plans in the near future<\/em><\/h3>\n<ul>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/getorderdetail#orders\/getorderdetail\/t=response&amp;c=200&amp;path=data\/order\/shippingdetails\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/getorderdetail<\/a><\/li>\n<li>attributes <code>place<\/code> and <code><span class=\"FieldDetails__Name-sc-1yj2xuq-2 dcjoUp\"><span class=\"FieldDetails__SchemaName-sc-1yj2xuq-3 kQZVvd schema-name\">link<\/span><\/span><\/code> will be eventually always\u00a0<code>null<\/code> and then deprecated<\/li>\n<li>attribute <code>name<\/code> will be unified with our administration and have the same content<\/li>\n<li>attributes <code>branchId<\/code> and\u00a0<code>branchCode<\/code> will be used as a fallback when no other information could be found<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<hr \/>\n<h2>New features:<\/h2>\n<h3><em>Proof payments can now be exported in ISDOC format<\/em><\/h3>\n<ul>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/proof-payments\/downloadproofpaymentasisdoc\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/proof-payments\/downloadproofpaymentasisdoc<\/a><\/li>\n<li>You can request the proof payment as ISDOC file<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Added pre-authorization information to order endpoints<\/bdi><\/em><\/h3>\n<ul>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/getlistoforders#orders\/getlistoforders\/t=response&amp;c=200&amp;path=data\/orders\/preauthorization\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/getlistoforders<\/a><\/li>\n<li>See attributes <code>preAuthorization<\/code>, <code><span class=\"FieldDetails__Name-sc-1yj2xuq-2 dcjoUp\"><span class=\"FieldDetails__SchemaName-sc-1yj2xuq-3 kQZVvd schema-name\">hasPendingPreAuthorization<\/span><\/span><\/code>, <code><span class=\"FieldDetails__Name-sc-1yj2xuq-2 dcjoUp\"><span class=\"FieldDetails__SchemaName-sc-1yj2xuq-3 kQZVvd schema-name\">preAuthorizationAmount<\/span><\/span><\/code><\/li>\n<\/ul>\n<h2>New functionality:<\/h2>\n<h3><em>Customer address fields expanded to 255 characters<\/em><\/h3>\n<ul>\n<li>On customer and order endpoints, maximum length of the following fields has been expanded from 100 to 255 characters<\/li>\n<li><code>billCompany, billFullName, billStreet, billCity, billDistrict, billAdditional, billZip, billRegionName, billRegionShortcut<\/code><\/li>\n<li><code>deliveryFullName, deliveryStreet, deliveryHouseNumber, deliveryCity, deliveryDistrict, deliveryZip, deliveryRegionName, deliveryRegionShortcut<\/code><\/li>\n<\/ul>\n<h3><em>New product code\/guid query parameter for list of all products endpoint (snapshot\/list)<\/em><\/h3>\n<ul>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/getlistofallproducts\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/getlistofallproducts<\/a><\/li>\n<li>You can use <code>productCodes<\/code> or\u00a0<code>productGuids<\/code> request parameter to get the list of specific products. Products codes\/guids are separated by a comma.<\/li>\n<li>If you use this query parameter, other filters are not applied, and the set of particular products is returned.<\/li>\n<li>Please note that this parameter accepts <strong>maximum of 50 product codes \/ guids<\/strong> in request parameter.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since June 27, 2025! Breaking Changes: As a reminder &#8211; We implement a Rate-limiter functionality [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4394","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4394"}],"version-history":[{"count":10,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4394\/revisions"}],"predecessor-version":[{"id":4420,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4394\/revisions\/4420"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4363,"date":"2025-06-12T13:37:02","date_gmt":"2025-06-12T11:37:02","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4363"},"modified":"2025-06-12T16:25:20","modified_gmt":"2025-06-12T14:25:20","slug":"api-release-news-from-june-12-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-june-12-2025\/","title":{"rendered":"API Release news from June 12, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since June 12, 2025!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3><em>As a reminder &#8211; We implement a Rate-limiter functionality on all integrations<\/em><\/h3>\n<ul>\n<li>With effect from <code>1.6.2025<\/code> we are starting to implement hard validation of the rate-limiter on all integrations<\/li>\n<li>We will manage the implementation by the rate of exceeding our limits, <strong>where we will cover first those integrations that exceed the limits more than <code>30 times<\/code> <\/strong>followed by integrations that exceed the limits by more than <code>15x<\/code>, <code>7.5x<\/code>, <code>3.5x<\/code> and finally we will roll out to all integrations<\/li>\n<li><strong>Please note: there will be a gap of about a month between each phase, with an expected completion date of<\/strong> <code>1.10.2025<\/code><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Order history remarks webhook change<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">We are fixing a bug in <code>orderHistoryRemarks:change<\/code> webhook. Instance returns <code>orderId<\/code> instead of <code>orderCode<\/code>.<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">From the <code>17.6.2025<\/code> we will deploy this bug fix and the webhook instance will contain <code>orderCode<\/code><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Multiple proforma invoices for single invoice support<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">We have added a new attribute\u00a0<code>proformaInvoiceCodes<\/code> in the invoice detail, the current <code>proformaInvoiceCode<\/code> is now deprecated and will be removed at the end of <code>07\/2025<\/code><\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">This is to add support for multiple proforma invoices linked to one invoice.<\/li>\n<\/ul>\n<hr \/>\n<h2>New endpoints:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Added PATCH endpoint for linking proforma invoices to invoices<\/bdi><\/em><\/h3>\n<ul>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/invoices\/invoicelinkproformainvoices\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/invoices\/invoicelinkproformainvoices<\/a><\/li>\n<li>Please note that during the transition to multiple proforma invoices support, you can link only one proforma invoice at this time.<\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Added GET endpoint for e-shop reviews<\/bdi><\/em><\/h3>\n<ul>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\/getlistofeshopreviews\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/reviews\/getlistofeshopreviews<\/a><\/li>\n<\/ul>\n<h2>New functionality:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">Customer registration can now send registration email<\/bdi><\/em><\/h3>\n<ul>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/customers\/createcustomer\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/customers\/createcustomer<\/a><\/li>\n<li>We have added a new parameter <code>sendRegistrationEmail<\/code> to the <strong>POST<\/strong> endpoint, which allows sending a registration email to the customer.<\/li>\n<li>The language parameter can be used to select the language of the email (with active module &#8220;Foreign languages&#8221;).<\/li>\n<\/ul>\n<h3><em>New order code query parameter for list of all orders endpoint (snapshot\/list)<\/em><\/h3>\n<ul>\n<li><a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/getlistofallorders\">https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/orders\/getlistofallorders<\/a><\/li>\n<li>You can use <code>orderCodes<\/code> request parameter to get the list of specific orders. Order codes are separated by a comma.<\/li>\n<li>If you use this query parameter, other filters are not applied, and the set of particular orders is returned.<\/li>\n<li>Please note that this parameter accepts <strong>maximum of 50 order codes<\/strong> in request parameter.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since June 12, 2025! Breaking Changes: As a reminder &#8211; We implement a Rate-limiter functionality [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4363","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4363"}],"version-history":[{"count":5,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4363\/revisions"}],"predecessor-version":[{"id":4371,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4363\/revisions\/4371"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4363"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4363"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4311,"date":"2025-05-20T14:47:07","date_gmt":"2025-05-20T12:47:07","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4311"},"modified":"2025-05-27T15:31:30","modified_gmt":"2025-05-27T13:31:30","slug":"api-release-news-from-may-20-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-may-22-2025\/","title":{"rendered":"API Release news from May 22, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since May 22, 2025!<\/p>\n<h2>Breaking Changes:<\/h2>\n<h3><em>We implement a Rate-limiter functionality on all integrations<\/em><\/h3>\n<ul>\n<li>With effect from <code>1 June 2025<\/code> we are starting to implement hard validation of the rate-limiter on all integrations<\/li>\n<li>We will manage the implementation by the rate of exceeding our limits, <strong>where we will cover first those integrations that exceed the limits more than <code>30 times<\/code><\/strong>followed by integrations that exceed the limits by more than <code>15x<\/code>, <code>7.5x<\/code>, <code>3.5x<\/code> and finally we will roll out to all integrations<\/li>\n<li><strong>Please note: there will be a gap of about a month between each phase, with an expected completion date of<\/strong> <code>1 October 2025<\/code><\/li>\n<\/ul>\n<h3 class=\"Box-sc-g0xbh4-0 bOFymU prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Article section nesting limit<\/bdi><\/em><\/h3>\n<ul>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\">As of today we limit article section nesting. The article nesting maximum subsection level limit is set to 4<\/li>\n<li data-stringify-indent=\"0\" data-stringify-border=\"1\"><b data-stringify-type=\"bold\">The change will only apply to newly created article sections<\/b><\/li>\n<\/ul>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">New orders:massCreate webhook available<\/bdi><\/em><\/h3>\n<ul>\n<li><span data-preserver-spaces=\"true\">See the new <\/span><a class=\"editor-rtfLink\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/mass-webhooks\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">webhook<\/span><\/a><span data-preserver-spaces=\"true\"> covering <\/span><span data-preserver-spaces=\"true\">events,<\/span><span data-preserver-spaces=\"true\"> where the the mass creation of orders happen<\/span><\/li>\n<\/ul>\n<h3><em>New E-shop document settings<\/em><\/h3>\n<ul>\n<li>We&#8217;ve prepared new endpoint <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/eshop\/geteshopdocumentsettings\">GET E-shop document settings<\/a> where you can get information about project&#8217;s financial documents settings<\/li>\n<li>This setting serves the results of the options in the administration where users \/ e-shop owners can make changes and customize the behavior of their documents<\/li>\n<\/ul>\n<h3><em>New GET Volume discount endpoint<\/em><\/h3>\n<ul>\n<li>We have had several comments and requests from you, the partners, to at least be able to read volume discounts through the API<\/li>\n<li>We&#8217;ve prepared a new<a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/volume-discounts\/getlistofvolumediscounts\"> GET Volume discounts<\/a>\u00a0endpoint to fulfill this GAP<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since May 22, 2025! Breaking Changes: We implement a Rate-limiter functionality on all integrations With [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4311","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4311"}],"version-history":[{"count":9,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4311\/revisions"}],"predecessor-version":[{"id":4339,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4311\/revisions\/4339"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4300,"date":"2025-04-30T14:15:42","date_gmt":"2025-04-30T12:15:42","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4300"},"modified":"2025-04-30T15:33:20","modified_gmt":"2025-04-30T13:33:20","slug":"api-release-news-from-april-29-2025","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-april-29-2025\/","title":{"rendered":"API Release news from April 29, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since April 09, 2025!<\/p>\n<hr \/>\n<h2>New features:<\/h2>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">New category:webhooks and category:massWebhooks<\/bdi><\/em><\/h3>\n<ul>\n<li><span data-preserver-spaces=\"true\">In our list of <\/span><span data-preserver-spaces=\"true\">webhooks<\/span><span data-preserver-spaces=\"true\">, you can now find those that cover category operations at the e-shop level<\/span><\/li>\n<li><span data-preserver-spaces=\"true\">We<\/span><span data-preserver-spaces=\"true\"> have created 2 sets &#8211; <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types\">single category webhooks<\/a> for single operations and <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/mass-webhooks\">mass category webhooks<\/a>, for mass operations over the category tree<\/span><\/li>\n<li><strong>Currently, we recommend to integrate both types of webhooks<\/strong><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3 class=\"Box-sc-g0xbh4-0 dZmqGw prc-PageHeader-Title-LKOsd prc-Heading-Heading-6CmGO\" data-component=\"PH_Title\" data-hidden=\"false\"><em><bdi class=\"Box-sc-g0xbh4-0 lhNOUb markdown-title\" data-testid=\"issue-title\">New eshop:settingsInformation webhook available<\/bdi><\/em><\/h3>\n<ul>\n<li>See the new <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/section\/code-lists\/webhook-event-types\">webhook<\/a> covering events, whenever any attribute from <code>data.settings<\/code> of e-shop detail section changed<\/li>\n<\/ul>\n<h3><em><bdi class=\"Box-sc-g0xbh4-0 kHFseR markdown-title\" data-testid=\"issue-title\">Endpoint for linking\/inserting relatedFiles available<\/bdi><\/em><\/h3>\n<ul>\n<li>To simplify work with our file storage we created an <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/createrelatedfilelink\">POST Product related file link<\/a> endpoint for convenient linking of related files from temporary storage directly to products driven by its <code>guid<\/code><\/li>\n<\/ul>\n<hr \/>\n<h2>Improvements:<\/h2>\n<h3><em>Credit notes enriched by the reasoning<\/em><\/h3>\n<ul>\n<li>For legislative reasons, we&#8217;ve added a reason field to the newly created credit notes<\/li>\n<li>You can find it when <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/createcreditnotefrominvoice\">creating from the invoice<\/a> or <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/createcreditnotefromproofofpayment\">proof payment document<\/a> as <code>data.reasonRemark<\/code><\/li>\n<li><strong>Please note, that the default reason value from e-shop settings can be applied if not send<\/strong><\/li>\n<\/ul>\n<h3><em>Enrichment of file upload types<\/em><\/h3>\n<ul>\n<li>We have extended the behavior of our temporary file storage and thus extend the unlimited formats of uploaded <code>fileType<\/code>, which can then be linked to products using the <a href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/products\/createrelatedfilelink\">POST Product related file link<\/a> mentioned before<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since April 09, 2025! New features: New category:webhooks and category:massWebhooks In our list of webhooks, [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4300","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4300"}],"version-history":[{"count":6,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4300\/revisions"}],"predecessor-version":[{"id":4308,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4300\/revisions\/4308"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":4241,"date":"2025-04-01T13:12:29","date_gmt":"2025-04-01T11:12:29","guid":{"rendered":"https:\/\/developers.shoptet.com\/?p=4241"},"modified":"2025-04-10T16:03:18","modified_gmt":"2025-04-10T14:03:18","slug":"4241-2","status":"publish","type":"post","link":"https:\/\/developers.shoptet.com\/api-release-news-from-april-09-2025\/","title":{"rendered":"API Release news from April 09, 2025"},"content":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since April 09, 2025!<\/p>\n<h2>Breaking changes:<\/h2>\n<h3><em>First phase of rate limiter hard limiting<\/em><\/h3>\n<ul>\n<li><strong>In the next week, starting from Monday &#8211; April 14, 2025<\/strong>, we will start the first step in implementing hard-limiting in the matter of our rate limiter, which we communicated at the beginning of January <a href=\"https:\/\/developers.shoptet.com\/api-rate-limiter\/\">here<\/a>.<\/li>\n<li>What will these steps be?\n<ul>\n<li>for all newly created add-ons (new serviceId) and newly generated privateTokens hard validations will be automatically applied<\/li>\n<li>it means that we will physically reject inefficient requests to avoid overload, to which we will respond with HTTP status code <code>429 - Too many requests.<\/code><\/li>\n<\/ul>\n<\/li>\n<li><strong>Please remind you of the whole functionality of rate-limiter, in the above-mentioned article and take it into account in your new, or, in the best in your current integrations also<\/strong><\/li>\n<\/ul>\n<hr \/>\n<h3><em>Order of snapshot&#8217;s items change<\/em><\/h3>\n<ul>\n<li>We are planning to change the order of items in snapshots <strong>starting April 22, 2025<\/strong><\/li>\n<li>Items will now be ordered from first added to last added\n<ul>\n<li>The order of items in snapshots will no longer be based on date, priority, or other rules<\/li>\n<li>The change will affect the following endpoints:\n<ul>\n<li><a class=\"c-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/getlistofallcreditnotes\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/credit-notes\/getlistofallcreditnotes\" data-sk=\"tooltip_parent\">List of all credit notes<\/a><\/li>\n<li><a class=\"c-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/delivery-notes\/getlistofalldeliverynotes\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/delivery-notes\/getlistofalldeliverynotes\" data-sk=\"tooltip_parent\">List of all delivery notes<\/a><\/li>\n<li><a class=\"c-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/invoices\/getlistofallinvoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/invoices\/getlistofallinvoices\" data-sk=\"tooltip_parent\">List of all invoices<\/a><\/li>\n<li><a class=\"c-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/proforma-invoices\/getlistofallproformainvoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/proforma-invoices\/getlistofallproformainvoices\" data-sk=\"tooltip_parent\">List of all proforma invoices<\/a><\/li>\n<li><a class=\"c-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/proof-payments\/getlistofallproofpayments\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/proof-payments\/getlistofallproofpayments\" data-sk=\"tooltip_parent\">List of all proof payments<\/a><\/li>\n<li><a class=\"c-link\" href=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/quantity-discounts\/getlistofallquantitydiscounts\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"https:\/\/api.docs.shoptet.com\/shoptet-api\/openapi\/quantity-discounts\/getlistofallquantitydiscounts\" data-sk=\"tooltip_parent\">List of all quantity discounts<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>Other endpoints remain unchanged as they already use this sorting method<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s what\u2019s news in API Release that&#8217;s been in production since April 09, 2025! Breaking changes: First phase of rate limiter hard limiting In the [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4241","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>API Release news from April 17, 2026 - Shoptet Developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Release news from April 17, 2026 - Shoptet Developers\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Shoptet Developers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shoptet\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T11:16:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:site\" content=\"@Shoptet\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kl\u00e1ra Hrabcov\u00e1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"author\":{\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\"},\"headline\":\"API Release news from April 17, 2026\",\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"},\"wordCount\":585,\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"articleSection\":[\"Shoptet API news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"url\":\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\",\"name\":\"API Release news from April 17, 2026 - Shoptet Developers\",\"isPartOf\":{\"@id\":\"https:\/\/developers.shoptet.com\/#website\"},\"datePublished\":\"2026-04-17T11:16:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developers.shoptet.com\/#website\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"name\":\"Shoptet Developers\",\"description\":\"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet\",\"publisher\":{\"@id\":\"https:\/\/developers.shoptet.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developers.shoptet.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/developers.shoptet.com\/#organization\",\"name\":\"Shoptet s.r.o.\",\"url\":\"https:\/\/developers.shoptet.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"contentUrl\":\"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png\",\"width\":486,\"height\":174,\"caption\":\"Shoptet s.r.o.\"},\"image\":{\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/shoptet\",\"https:\/\/x.com\/Shoptet\",\"https:\/\/www.instagram.com\/shoptet.cz\/\",\"https:\/\/cz.linkedin.com\/company\/shoptet\",\"https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7\",\"name\":\"Kl\u00e1ra Hrabcov\u00e1\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g\",\"caption\":\"Kl\u00e1ra Hrabcov\u00e1\"},\"url\":\"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Release news from April 17, 2026 - Shoptet Developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_locale":"en_US","og_type":"article","og_title":"API Release news from April 17, 2026 - Shoptet Developers","og_description":"Here&#8217;s what&#8217;s new in API that&#8217;s been in production since April 17, 2026! Breaking Changes: 512-variant limit enforced on product create and update endpoints The [&hellip;]","og_url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","og_site_name":"Shoptet Developers","article_publisher":"https:\/\/www.facebook.com\/shoptet","article_published_time":"2026-04-17T11:16:03+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2026\/02\/1200x630_en.png","type":"image\/png"}],"author":"Kl\u00e1ra Hrabcov\u00e1","twitter_card":"summary_large_image","twitter_creator":"@Shoptet","twitter_site":"@Shoptet","twitter_misc":{"Written by":"Kl\u00e1ra Hrabcov\u00e1","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/#article","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"author":{"name":"Kl\u00e1ra Hrabcov\u00e1","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7"},"headline":"API Release news from April 17, 2026","datePublished":"2026-04-17T11:16:03+00:00","mainEntityOfPage":{"@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"},"wordCount":585,"publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"articleSection":["Shoptet API news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","url":"https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/","name":"API Release news from April 17, 2026 - Shoptet Developers","isPartOf":{"@id":"https:\/\/developers.shoptet.com\/#website"},"datePublished":"2026-04-17T11:16:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developers.shoptet.com\/api-release-news-from-april-17-2026\/"]}]},{"@type":"WebSite","@id":"https:\/\/developers.shoptet.com\/#website","url":"https:\/\/developers.shoptet.com\/","name":"Shoptet Developers","description":"Offer your service to [projectCount] e-shops driven by\u00a0Shoptet","publisher":{"@id":"https:\/\/developers.shoptet.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developers.shoptet.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/developers.shoptet.com\/#organization","name":"Shoptet s.r.o.","url":"https:\/\/developers.shoptet.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/","url":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","contentUrl":"https:\/\/developers.shoptet.com\/wp-content\/uploads\/2019\/10\/Sni\u0301mek-obrazovky-2019-10-29-v-15.17.38.png","width":486,"height":174,"caption":"Shoptet s.r.o."},"image":{"@id":"https:\/\/developers.shoptet.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shoptet","https:\/\/x.com\/Shoptet","https:\/\/www.instagram.com\/shoptet.cz\/","https:\/\/cz.linkedin.com\/company\/shoptet","https:\/\/www.youtube.com\/channel\/UCrmFOFsJ7Nd3viUS_Kf5jsg"]},{"@type":"Person","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/d96f8483b09a933d8fa583958aa334b7","name":"Kl\u00e1ra Hrabcov\u00e1","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/developers.shoptet.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1258d9a12d25a11c8a9636186f63680d?s=96&d=mm&r=g","caption":"Kl\u00e1ra Hrabcov\u00e1"},"url":"https:\/\/developers.shoptet.com\/author\/hrabcovashoptet-cz\/"}]}},"_links":{"self":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/comments?post=4241"}],"version-history":[{"count":8,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4241\/revisions"}],"predecessor-version":[{"id":4275,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/posts\/4241\/revisions\/4275"}],"wp:attachment":[{"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/media?parent=4241"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/categories?post=4241"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.shoptet.com\/wp-json\/wp\/v2\/tags?post=4241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}]