API to push product updates to Findify
Introduction
The Product Push API allows a client to push product updates to Findify. You can create new products, update existing ones or remove the ones that should be removed.
Product Push API
The Product Push API allows to modify product index in bulk and is available at the https://push.findify.io/prod/v2/product domain.
When an operation has been submitted to the Product Push API (addition/modification/deletion), it will take maximum five minutes for the system to propagate the operation in the Findify search engine.
Batch Operations Considerations
At the moment, we cannot guarantee that we will preserve the order of the operations exactly as we received them.
API Authentication
In order to push data to the Product Push API, you need to request a private API key.
At the moment, the only way to get a private API key is to contact the Findify support, as the Product Push API is not yet available to all merchants.
When you have your private API key, you simply need to provide a header Authorization with the value Bearer PRIVATE_ACCESS_KEY.
Contact [email protected] for more information.
API Limits
You can pass maximum 6MB of payload per each request.
API Error Codes
HTTP Error Code | Description |
---|---|
400 | Payload contains item groups that don't pass validation |
401 | Your Private Access Key is not valid |
403 | Product Push API is not configured. Reach out to Support |