Loading...
Activate a previously deactivated or disabled seller.
When activated, the status changes from Offline or Disabled to Active.
Offline
Disabled
Active
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/sellers/{id}/activate', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "externalId": "text", "icon": "text", "currencies": [ "text" ], "name": "text" }