KASAmax API
  1. Shoptet
  • Shoptet
    • feed
      GET
  • Stockholding
    • Stocks
      • export (all)
      • export (unit)
    • Movements
      • list
  • AddressBook
    • Client
      • get
      • import
  • Assortment
    • PriceList
    • Coupon
    • import
      POST
  • Webhooks
    • CashFlow
    • Sale
    • ClientPoints
  • Schemas
    • Common
      • Address
      • Discount
      • Company
      • Amount
      • DiscountType
      • Result
      • PriceInput
      • MeasureUnit
      • ExportType
    • Assortment
      • CouponUsage
      • CouponActivation
      • CouponValidity
      • CouponType
      • CouponOperation
    • AddressBook
      • Benefits
      • ArticleGroupDiscount
    • Accounting
      • ReceiptState
      • PaymentType
  1. Shoptet

feed

GET
/unit/{identifier}/price-list/export/shoptet-update
See https://podpora.shoptet.cz/hc/cs/articles/360003159991-Automatick%C3%A9-importy-produkt%C5%AF#h_0a4f9958-d7f6-4c06-9855-67991cf62768 for output format.

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Path Params

Responses

🟢200Success
application/xml
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/unit/{{$string.nanoid}}/price-list/export/shoptet-update' \
--header 'x-api-key: <api-key>'
Response Response Example
<?xml version="1.0" encoding="UTF-8"?>
<root/>
Modified at 2026-03-19 19:03:53
Next
export (all)
Built with