Upsert products

Products are saved with all or nothing strategy, so all products must be valid.
The maximum amount of products to create in a single request is 100.
The product upsert process is running asynchronously, so the products will be available after some time.

Upload Limits

You can initiate up to two product ingestion uploads within a 24-hour period.
This limit is global and applies regardless of the data source used (e.g. OpenAPI, Shopify, etc.).
For example, if you use this endpoint twice and delete the associated source in the Tidio panel after each upload, it still counts as two ingestions.
Deleting the source does not reset or extend the ingestion limit.
The 24-hour window is calculated from the time of the first product ingestion initialization.

The ingestion limit counter is increased only when a /products/batch upload is followed by a source deletion in the Tidio panel.
Repeated use of this endpoint without deleting the source does not increase the counter.
Deleting individual products (e.g. via DELETE /products/{productId}) does not affect the ingestion limit.

Language
Credentials
Click Try It! to start a request and see the response here!