Changelog Download JSON

Nordkauf Shop API

Version 3.1.0

The Nordkauf Shop API powers storefronts and integrations: browse the catalog, manage carts, run checkouts and receive webhooks for orders and inventory.

This is a fictional demo API showcasing the docHQ documentation viewer.

Authentication

All requests must include your API key in the X-Api-Key header. Keys are issued per sales channel.

Environment Base URL
Sandbox https://api-sandbox.nordkauf.example
Production https://api.nordkauf.example

Example request:

curl https://api-demo.nordkauf.example/v1/products \
  -H "X-Api-Key: ak_live_4f8a..."

Webhook Signature

Every webhook request is signed with an HMAC-SHA256 signature in the X-Nordkauf-Signature header. Verify it against your webhook secret before processing the payload.

X-Nordkauf-Signature: sha256=5257a869e7ecebeda32affa62cdca3fa51cad7e77a0e56ff536d0ce8e108d8bd

Output Format

All endpoints return JSON. List endpoints are paginated with filters[limit] and filters[offset] and return a pagination object with the total count. Prices are integer amounts in the smallest currency unit (cents).

Endpoints

Loading endpoints…