Connector guide2-minute read7 MCP toolsEN · DE · IT

Cómo conectar Zalando Partner (ZDS) a Claude — via MCP

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

HCBy HelpCode teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

Zalando Partner (ZDS)

Zalando Partner (ZDS)

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

herramientas

7

Región

DE

Categoría

E-commerce

Autenticación

OAuth 2.0

Env vars requeridas

ZALANDO_CLIENT_IDZALANDO_CLIENT_SECRETZALANDO_MERCHANT_ID
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Zalando Partner (ZDS) con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

Summary

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

Prueba a pedir

Prompts de ejemplo para Zalando Partner (ZDS)

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Zalando Partner (ZDS) · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Zalando Partner (ZDS), pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

Zalando Partner (ZDS) + Claude

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

ZALANDO_CLIENT_ID, ZALANDO_CLIENT_SECRET, ZALANDO_MERCHANT_ID

Paso 1 — Obtener credenciales

Partner onboarding required. Zalando's merchant APIs are not open: you need an active Zalando Partner Programme contract and credentials issued through Zalando zDirect. There is no self-service signup and no public sandbox, so this adapter ships unverified by design.

Setup

  1. In zDirect open the API section and create an OAuth 2.0 client for your merchant account. You receive a client id and client secret.
  2. Note your merchant id — a UUID that scopes every path. Zalando merchants often have several (one per sales channel or country), and the wrong one returns an empty, entirely convincing result.

Paso 2 — Instalar el adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Paso 3 — Añadir el conector en Claude

Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.

  1. Abre claude.ai/customize/connectors.
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: Zalando Partner (ZDS)
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.

Herramientas disponibles

ToolWhat it does
zalando_zds_list_ordersList orders for the merchant with their order number, date, status and totals
zalando_zds_get_orderRead one order in full: its items with EAN and price, the delivery address, and the current fulfilment state of each item
zalando_zds_list_order_itemsList the individual items of one order with their EAN, article number, price and per-item status — the level Zalando actually fulfils and ca
zalando_zds_list_shipmentsList shipments the merchant has reported, with their carrier, tracking number, date and the order items they cover
zalando_zds_list_returnsList returns with their EAN, reason code, date and the order they belong to — the input to any returns-rate analysis
zalando_zds_list_stockRead the stock Zalando currently holds for the merchant's EANs, so a discrepancy with the ERP can be found before it becomes an oversell
zalando_zds_list_pricesRead the prices currently live on Zalando for the merchant's EANs, including any active promotional price and its validity window

FAQ

¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

¿Te ha sido útil esta guía?

Your Zalando Partner agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

Guías relacionadas

connectors

Cómo conectar Zalando Partner (ZDS) a ChatGPT — via MCP

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

connectors

Cómo conectar Zalando Partner (ZDS) a Cursor — via MCP

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

connectors

Cómo conectar Zalando Partner (ZDS) a Gemini — via MCP

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

connectors

Zalando Partner (ZDS) a MCP — Pilota Zalando Partner (ZDS) desde cualquier agente IA

Zalando's partner APIs for Zalando Direct Ship merchants: orders, order items, shipments, returns, stock and price feeds. OAuth 2.0 client credentials. Partner onboarding required.

connectors

Cómo conectar AFAS Profit a Claude — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Cómo conectar Aruba Fatturazione Elettronica a Claude — via MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.