Catalog
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, for example, by vendor_name.
Creating a Catalog Entry
This example shows how to create a new catalog entry.
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.
Bulk Creating Catalog Entries
You can also create multiple catalog entries in a single request.
Catalog Allowances
This section covers managing catalog allowances.
Fetching Catalog Allowances
You can retrieve all allowances for a company, with optional filters.
Creating a Catalog Allowance
This example shows how to create a new allowance for a catalog entry.
Updating a Catalog Allowance
You can update an existing allowance by its ID.
Bulk Creating Catalog Allowances
This example demonstrates how to create multiple allowances in a single API call.
Catalog Variances
This section explains how to work with catalog variances.
Fetching Catalog Variances
You can retrieve a list of catalog variances for a given company.
Fetching Invoice Items for a Variance
You can fetch the invoice items associated with a specific catalog variance by its ID.

