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>"
]
}
'Sync marketplace 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>"
]
}
'