Marketplaces / Zalando Direct connection / Zalando Authentication

Zalando Authentication

Purpose of this document is to provide information on the Zalando authentication requirements

API Docs: https://developers.merchants.zalando.com/docs/auth.html

API Call: POST /auth/token

Note: as per the docs “scope”: “access_token_only“ is needed but as per a change that is in effect from 21st of July 2021 this is no longer required as this is now the standard way of authorising

Authorisation is done via basic authorisation using Client ID and Client secret that are specific per Application in our technical Zdirect portal. Each Application is allocated to only one supplier (Fashion partner) in Zalando

Content-type: application/x-www-form-urlencoded

grant_type: client_credentials

The request, if successful, returns an Access token that is used later in every other call

Is this article helpful?
0 0 0