Get Seller
Get a single Seller object by ID.
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
GET /public/v1/accounts/sellers/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-16T06:08:59.319Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-16T06:08:59.319Z",
"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",
"icon": "text",
"name": "text",
"companyName": "text",
"status": "Active"
}
}
Last updated
Was this helpful?