Deactivate Seller

Deactivate a seller.

When a seller is deactivated, the status changes from Active to Offline.

post

/v1/accounts/sellers/{id}/deactivate

Path parameters
idstringrequired
Responses
curl -L \
  --request POST \
  --url '/v1/accounts/sellers/{id}/deactivate'
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-02-23T06:22:01.204Z",
      "by": {
        "id": "text",
        "audit": {
          "created": {
            "at": "2025-02-23T06:22:01.204Z",
            "by": "[Circular Reference]"
          },
          "updated": {
            "at": "2025-02-23T06:22:01.204Z",
            "by": "[Circular Reference]"
          }
        },
        "$meta": {
          "omitted": [
            "text"
          ]
        },
        "href": "text",
        "name": "text",
        "icon": "text"
      }
    },
    "updated": {
      "at": "2025-02-23T06:22:01.204Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "href": "text",
  "externalId": "text",
  "status": "Active",
  "icon": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "currencies": [
    "text"
  ]
}

Last updated

Was this helpful?