Kaufland Marketplace
Kaufland Marketplace (formerly real.de) seller API: orders and their units, shipments, storefront listings, units, tickets and warehouses. HMAC-signed requests — the signature covers the method, URL, body and a timestamp.
7 日間無料 · クレジットカード不要 · EU ホスト
Kaufland に何でも聞ける
AnythingMCP 経由で Kaufland Marketplace に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
Kaufland を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで Kaufland Marketplace をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
Kaufland Marketplace のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
Getting credentials
- You must already be a Kaufland Marketplace seller. In the Seller Portal open Settings → API keys and create a key pair.
- You receive a Client Key (public, identifies you) and a Secret Key (never sent — it signs the request). Set
KAUFLAND_CLIENT_KEYandKAUFLAND_SECRET_KEY.
The secret never travels. Kaufland does not accept a bearer token: every request carries Shop-Client-Key, Shop-Timestamp and Shop-Signature, where the signature is an HMAC-SHA256 over the canonical string
<METHOD>\n<FULL URL INCLUDING QUERY>\n<BODY>\n<UNIX TIMESTAMP>\n
keyed with the secret. AnythingMCP computes it per request and sends the timestamp it used, so the server can recompute the same string.
A signature is only valid for a few minutes. Kaufland rejects a request whose timestamp has drifted, which means a 401 here can be a clock problem rather than a key problem. If every call fails and the keys are definitely right, check the host's time.
Storefronts are per country. Kaufland runs de, cz, sk, pl and at storefronts and most endpoints take a storefront parameter. Omitting it gives you the seller's default, which is rarely what a report about one market wants.
Orders page with offset and limit, and ts_created_from / ts_created_to bound the window — both ISO 8601. Ask for the window you mean; the default is short.
Order units are where the money is. An order carries order_units, each with its own status, price and fulfilment state. A part-cancelled order is normal, so a revenue figure should sum the units that were actually fulfilled rather than the order total.
Cloud reachability: sellerapi.kaufland.com is public with a valid certificate.
あなたの AI は Kaufland Marketplace から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。