Product Feed Submission API
You can make a HTTPS POST request to PureClarity passing the URL where PureClarity can download a full JSON feed as part of the request body.Endpoint
EU Region:Request Body
The request must include the following parameters:Your store view’s unique access key. This can be found in the PureClarity Admin console under My Account > Integrations.
The secret key provided for all store view level calls. This can be found in the PureClarity Admin console. Never disclose your SecretKey publicly.
URL where PureClarity can download the feed. Note that the feed is not consumed immediately, so the feed should be available at this location for the next 24 hours.
Example Request
Response
Success (200):Important Notes
The feed URL must remain accessible for 24 hours after submission, as PureClarity processes feeds asynchronously.
Keep your secretKey secure and never expose it in client-side code or public repositories.
Related Documentation
- Product Feed Model - Structure of product data
- Submitting Data Feeds - General feed submission guide
- Data Feeds Overview - Complete feed documentation
