Get vendor by ID.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors/{vendor-id}
{
"id": "<string>",
"imageURL": "<string>",
"merchant_center_id": 123,
"name": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"vendor_role": "admin"
}
The ID of the vendor to retrieve.
1
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors/{vendor-id}
{
"id": "<string>",
"imageURL": "<string>",
"merchant_center_id": 123,
"name": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"vendor_role": "admin"
}
Get vendor by ID.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors/{vendor-id}
{
"id": "<string>",
"imageURL": "<string>",
"merchant_center_id": 123,
"name": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"vendor_role": "admin"
}
The ID of the vendor to retrieve.
1
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors/{vendor-id}
{
"id": "<string>",
"imageURL": "<string>",
"merchant_center_id": 123,
"name": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"vendor_role": "admin"
}