Z

Zalando Merchant Platform Authentication API

REST discovered

Details
URL
https://api.merchants.zalando.com/
Docs
https://developers.merchants.zalando.com/docs/openapi/authentication.html
Authentication
Zalando Merchant Platform client credentials (client_id + client_secret) basic discovered Get credentials ↗

Get merchant API credentials from Zalando Merchant Platform / zDirect onboarding. The public auth spec says the token endpoint uses HTTP Basic where the username is client_id and the password is client_secret. Start from the Authentication API docs and your merchant onboarding/contact with Zalando to obtain the issued credentials.

Zalando Merchant Platform OAuth access token oauth2_cc discovered Set up OAuth ↗

Use your Zalando Merchant Platform client credentials to call the Authentication API POST /auth/token with grant_type=client_credentials to obtain an access token, then send it as Authorization: Bearer ... to merchant APIs. The public auth spec lists token issuance at https://api.merchants.zalando.com/auth/token.