Adds records to the specified catalog
Adds up to 5000 records to the data catalog in one request. Each record’s id is chosen by you and becomes the record’s identifier. The endpoint returns HTTP 200 even when records are rejected: check insertedRowCount and errorRows in the response. Rows are rejected individually with reasons such as CannotBeEmpty Column: <name> (a required column is missing) or UnknownColumn Column: <name>. After you finish updating the catalog, start a reindex operation so that skills search the updated data.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Catalog identifier. You can find it in the list of all catalogs.
Body
Records to add
