KASAmax API
  1. Stocks
  • Shoptet
    • feed
      GET
  • Stockholding
    • Stocks
      • export (all)
        GET
      • export (unit)
        GET
    • 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. Stocks

export (all)

GET
/warehouse/stock/export/{type}
Get complete stocks in desired format type.

Request

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

Responses

🟢200Success
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/warehouse/stock/export/' \
--header 'x-api-key: <api-key>'
Modified at 2026-03-19 19:02:39
Previous
feed
Next
export (unit)
Built with