Activate Seller

Activate a previously deactivated or disabled seller.

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

POST/v1/accounts/sellers/{id}/activate
Path parameters
id*string
Response

Success

Body
idstring
auditQueryModelAudit (object)
$metaQueryModelMetadata (object)
hrefstring
externalIdnullable string
statusnullable string
iconnullable string
currenciesnullable array of string
addressAddressQuery (object)
namestring
Request
const response = await fetch('/v1/accounts/sellers/{id}/activate', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2024-07-27T04:09:11.944Z",
      "by": {
        "id": "text",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "name": "text",
        "icon": "text"
      }
    },
    "updated": {
      "at": "2024-07-27T04:09:11.944Z",
      "by": {
        "id": "text",
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "name": "text",
        "icon": "text"
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "href": "text",
  "externalId": "text",
  "status": "text",
  "icon": "text",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text"
}

Last updated

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.