Skip to content
catalog

Using the API

The Catalog API manages catalog entities used in campaign creation. For sandbox, send requests to: https://api.topsort.com/.

Entities

Catalog API stores 3 entity types:

  1. Categories: Groups for products, aiding in search and filtering.
  2. Products: Items sold in a marketplace with unique identifiers.
  3. Vendors: Entities selling products across various brands and categories.

Endpoints

Each entity type has 4 endpoints:

  • Upsert: Create or update multiple entities simultaneously.
  • Fetch: Retrieve all entities added to Topsort (paginated).
  • Fetch (with ID): Retrieve a specific entity using its ID.
  • Delete: Remove entities from the catalog, requiring their IDs.

👍 Need help? In our support portal you can find more information as well as different ways of contacting us.