curl --request PUT \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors \
--header 'Content-Type: application/json' \
--data '{
"vendors": [
{
"id": "9SiwYqqL8vdG",
"imageURL": "https://cdn.example.com/logos/9SiwYqqL8vdG.jpg",
"merchant_center_id": 1456723,
"name": "Huyghe Brewery",
"vendor_role": "admin"
}
]
}'
This response does not have an example.
Upsert vendors.
curl --request PUT \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors \
--header 'Content-Type: application/json' \
--data '{
"vendors": [
{
"id": "9SiwYqqL8vdG",
"imageURL": "https://cdn.example.com/logos/9SiwYqqL8vdG.jpg",
"merchant_center_id": 1456723,
"name": "Huyghe Brewery",
"vendor_role": "admin"
}
]
}'
This response does not have an example.
Successful Response