Zum Hauptinhalt springen
GET
/
public
/
v1
/
catalog-search-service
/
catalogs
/
vendors
/
{vendor-id}
Get Vendor
curl --request GET \
  --url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors/{vendor-id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "imageURL": "<string>",
  "vendor_role": "admin",
  "updated_at": "2023-11-07T05:31:56Z",
  "merchant_center_id": 123,
  "globalId": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

A valid API key generated in Topsort's UI.

Pfadparameter

vendor-id
string
erforderlich

The ID of the vendor to retrieve.

Minimum string length: 1

Antwort

Successful Response

id
string
erforderlich
name
string
erforderlich
imageURL
string | null
erforderlich
vendor_role
enum<string> | null
erforderlich
Verfügbare Optionen:
admin,
analytics
updated_at
string<date-time>
merchant_center_id
integer | null
globalId
string | null