Product Data
Data management related endpoints
📄️ Initiate full update
Use this endpoint to initiate a full update (step 1).
📄 ️ Upload batch of products
Use this endpoint to upload a batch of products following the example JSON schema. Each batch can contain **up to 10,000 products**. Repeat this step until all products have been uploaded.
📄️ Commit full update
This endpoint starts an update to process the batches of products uploaded using the 'Upload batch of products' endpoint. Remember - any products that were previously uploaded but were not included in the most recent batches **will be deleted** after calling this endpoint.
📄️ Update products incrementally
This endpoint can be used to **update a single product or a subset of products** (up to 10,000 products).
📄️ Delete products
This endpoint deletes all products whose identifiers are provided in the request body.
📄️ List projects
Returns all existing projects within your account (defined by your API key). If you have set up tags in the [Data Platform](https://data.zoovu.com/projects), you can use the `tags` parameter to filter your projects by tags.