Skip to main content
POST
/
api
/
productfeed
Submit a product feed URL
curl --request POST \
  --url https://api-eu-w-1.pureclarity.net/api/productfeed \
  --header 'Content-Type: application/json' \
  --data '
{
  "appKey": "your-access-key",
  "secretKey": "your-secret-key",
  "url": "https://yourdomain.com/feeds/pureclarity-products.json"
}
'
"The request was submitted successfully"

Body

application/json
appKey
string
required

Your store's unique access key

secretKey
string
required

Your store's secret key

url
string<uri>
required

URL where PureClarity can download the full JSON feed. The feed must remain accessible for at least 24 hours.

Response

Feed submission accepted

The response is of type string.

Example:

"The request was submitted successfully"