Skip to main content
POST
Create Seller

Authorizations

Authorization
string
header
required

As a Channel Integrator you will receive a API Refresh Token. With such a Refresh Token you need to request an Access Token with a limited Lifetime (see POST /v1/auth). This Access Token must be provided as a Bearer Token in the Authorization Header with every request.

Body

application/json

New seller account data to be registered on the channel.

Payload to register a new seller account on the channel after a successful signup session.

session
string<uuid>
required
Example:

"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"

sellerId
string
required

A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.

Pattern: ^\w{1,50}$
Example:

"4711"

companyName
string
Example:

"Bernd's brennender Brennholzverleih GmbH"

Response

Seller linked