Full update step 1 - Initiate
POST/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 "Full update step 2 - Upload batches" endpoint (step 2).
Finally, trigger the update with the "Full update step 3 - Commit" 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
- 200
- 404
OK
{
"message": "You can now send batches of the full update",
"status": "success"
}
Not found
{
"status": "failure",
"code": 404,
"message": "Sorry an error occurred. Please check the logs."
}