<aside> 🆕

We have updated our documentation. Check out the LATEST VERSION >>

Fashion Cloud - Get retailer stock

</aside>

OUTDATED:

Introduction

This API allows certain brands that make use of our Sales Dashboard to receive retailers' stock.

Using the API

You can see the full API documentation here: https://documenter.getpostman.com/view/9481065/Tz5qbxiW

Alternatively, you can use the documentation below. Please also read the "good to know" section at the bottom.

Authentication

Authentication happens through a standard OAuth 2.0 connection. Use the following details:

URL: https://api.fashioncloud.co/account-service/oauth2/token

Method: POST

Header: -

Body:

{
  "grantType": "password",
  "username": "<email address>",
  "password": "<secret password>"
}

Use your known username / password

Response:

{
  "token": "<token>",
  "refreshToken": "<refresh token>",
  "expiresIn": 86400,
  "expiresAt": 1615624470
}