Upsert Vendors
Upsert vendors.
Authentication
Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.
Don't have an API key yet? Learn how to generate one.
The header containing a private API key. Format this header as follows:
Authorization: Bearer <YOUR-API-KEY>
Request Body
object
The vendors to create or substitute.
A vendor is the provider for one or more products within a marketplace catalog.
object
The vendor ID. If there is no ID for vendors in the marketplace, this can be the vendor name as long as it is unique.
The vendor logo. Its size should be between 250x250 and 600x600 pixels. This is recommended in case the Topsort UI will be used to manage campaigns.
The vendor name.
The vendor’s Role. Default is None
Responses
Successful Response
Validation Error