Skip to main content
POST
/
marketplace-products
/
sync-to-elastic
Sync products to Elasticsearch
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/marketplace-products/sync-to-elastic \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "marketplace_uid": "<string>",
  "product_ids": [
    "<string>"
  ]
}
'

Authorizations

access-token
string
header
required

Body

application/json
marketplace_uid
string
required
product_ids
string[]
required

Response

200

Products synced successfully