All pages
Powered by GitBook
1 of 1

Loading...

Activate Seller

Activates a previously deactivated or disabled seller.

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

post
Path parameters
idstringRequired
Responses
200

OK

application/json
400

Bad Request

application/json
404

Not Found

application/json
post
/public/v1/accounts/sellers/{id}/activate
POST /public/v1/accounts/sellers/{id}/activate HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-12-14T07:59:46.564Z",
      "by": {}
    },
    "updated": {
      "at": "2025-12-14T07:59:46.564Z",
      "by": {}
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "icon": "text",
    "name": "text",
    "companyName": "text",
    "status": "text"
  }
}