Get Seller

Get a single Seller object by ID.

get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
get
GET /public/v1/accounts/sellers/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-06-30T16:40:27.754Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-06-30T16:40:27.754Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalId": "text",
  "status": "Active",
  "currencies": [
    "text"
  ],
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "name": "text",
  "erpLink": {
    "id": "text",
    "audit": {
      "created": "[Circular Reference]",
      "updated": "[Circular Reference]",
      "blocked": "[Circular Reference]",
      "unblocked": "[Circular Reference]"
    },
    "$meta": {
      "omitted": [
        "text"
      ]
    },
    "icon": "text",
    "buyer": {
      "id": "text",
      "icon": "text",
      "name": "text"
    },
    "seller": {
      "id": "text",
      "icon": "text",
      "externalId": "text",
      "name": "text",
      "erpLink": "[Circular Reference]"
    },
    "name": "text",
    "status": "Active",
    "note": "text",
    "externalIds": {
      "erpCompanyContact": "text",
      "erpCustomer": "text",
      "accountExternalId": "text"
    },
    "address": {
      "addressLine1": "text",
      "addressLine2": "text",
      "postCode": "text",
      "city": "text",
      "state": "text",
      "country": "text"
    }
  }
}

Last updated

Was this helpful?