v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Account

Create Seller

Create a seller signup session for a specific channel. The Useragent is required and will be validated against the channel's minimum Clients Version requirement (minimumClientsVersionRequired).

post/v1/seller/channel/{Channel}

Path parameters

Channelstring required

This is the unique Channel name.

Example:MYBESTDEALCOMDE

Channel identifier the seller wants to sign up for (e.g. MBDCOM).

Headers

User-Agentstring required
Example:Wawi/1.11.0.3

Wawi Useragent containing the Wawi version information. Must meet the channel's minWawiVersionRequired if specified.

Response

Start a Seller Signup Process

signUpUrlstring

Signup Url

expiresAtinteger

Example response

{
  "signUpUrl": "https://signup.mybestdeals.com/?sid=c6b28bd5-e0b4-4857-9d9c-e8a9ac40241b&expires=1557149104",
  "expiresAt": 1557149104
}