Activate Seller

Activate a previously deactivated or disabled seller.

When activated, the status changes from Offline or Disabled to Active.

POSThttps://api.platform.softwareone.com/public/v1/accounts/sellers/{id}/activate
Path parameters
id*string
Response

Success

Body
idstring
auditobject
$metaobject
hrefstring
externalIdnullable string
statusobject
iconnullable string
currenciesnullable array of string
addressobject
namestring
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/sellers/{id}/activate', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "id": "text",
  "href": "text",
  "externalId": "text",
  "icon": "text",
  "currencies": [
    "text"
  ],
  "name": "text"
}

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.

#227:

Change request updated