Catalog Entries
This section explains how to interact with catalog entries using the Ottimate SDK.
Fetching Catalog Entries
You can retrieve a list of catalog entries for a specific company. It’s also possible to filter these entries or paginate results.
Fetching Catalog Entries with Pagination
Fetching Catalog Entries with Filters
You can filter catalog entries by vendor, search term, or expand related fields.
Creating a Catalog Entry
This example shows how to create a new catalog entry with required fields.
Fetching a Single Catalog Entry
You can retrieve a specific catalog entry by its ID.
Updating a Catalog Entry
This shows how to update an existing catalog entry, for example, to change its price or description.
Bulk Creating Catalog Entries
You can create multiple catalog entries in a single request.

