Skip to main content
POST
Bulk Insert Items

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

catalog_id
string
required

Body

application/json

Request to bulk upsert catalog items

items
Items · object[]
required

List of item data to upsert

source_info
Source Info · object | null

Information about data source

auto_evolve_schema
boolean | null

Accepted for compatibility. Public bulk writes currently allow schema evolution from submitted item data.

Response

Successful Response