Here’s what’s new in API that’s been in production since August 6, 2026!
orderPrice field on POST /api/orders/gift — both in the request and in the response — is documented as non-nullable, matching the underlying database constraint, which never allowed a null value. The same documentation fix is being applied to GET /api/orders/gift.orderPrice to be nullable.statusId on PATCH /api/orders/status-change will become stricter — only integer values will be accepted; float values will be rejected.statusId is always sent as an integer.202, fixing an inconsistency where some snapshots returned different codes.DELETE /api/template-include/{location} will return template-include-location-invalid with status code 400 when location is invalid, instead of template-include-not-found with 404 — aligning it with POST /api/template-include, which already behaves this way.DELETE /api/products/images/batch) lets partners delete product images in bulk via a JSONL file. For more info, see the documentation.New features and improvements in progress, e.g.:
Please note: The plan above is subject to change due to unexpected events or changes in priorities — we do not commit to deliver these outputs and outcomes. Thank you for your understanding.
If you have any API-related questions, feedback or requests, please do not hesitate to contact us on api@shoptet.cz. We would love to hear from you!