v1

latestOpenAPI 3.0.22026-07-223907721.1 MB
Account

Update Seller

patch/v1/seller/channel/{Channel}

Path parameters

Channelstring required

This is the unique Channel name.

Example:MYBESTDEALCOMDE

Channel identifier the seller-account update session is started for.

Query parameters

sellerIdstring

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

Example:4711

ID of the seller account whose channel link should be updated.

Response

Start a Seller Update Process

updateUrlstring

URL the seller has to visit to update the existing channel link

sellerIdstring

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

expiresAtinteger

Example response

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