Activate Seller
Activate a previously deactivated or disabled seller.
When activated, the status changes from Offline
or Disabled
to Active
.
post
curl -L \
--request POST \
--url 'https://api.platform.softwareone.com/public/v1/accounts/sellers/{id}/activate'
{
"id": "text",
"audit": {},
"$meta": {},
"href": "text",
"externalId": "text",
"status": {},
"icon": "text",
"currencies": [
"text"
],
"address": {},
"name": "text"
}