Skip to main content
POST
Bulk upsert Catalog Entities

Authorizations

Authorization
string
header
required

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

Path Parameters

catalog_id
string
required

Body

application/vnd.api+json
entities
object[]
required

Array of catalog entities to upsert. Each must have an external_id. Max 100 per request. external_ids must be unique within a batch.

Response

entities upserted successfully

data
object[]