Skip to main content

Initiate full update

POST 

/platform/v1/:project-id/products/batch/initiate

Use this endpoint to initiate a full update (step 1).

After calling this endpoint, you can send batches of products in separate requests using the "Upload batch of products" endpoint (step 2).

Finally, trigger the update with the "Commit full update" endpoint (step 3). Please note - any products that were previously uploaded but were not included in the latest batches will be deleted in step 3!

Request

Responses

OK

{
"message": "You can now send batches of the full update",
"status": "success"
}