Skip to main content
POST
/
v1
/
partner
/
products
/
:productId
/
sync
/
trigger
Manually trigger sync for a product
curl --request POST \
  --url http://localhost:3000/v1/partner/products/:productId/sync/trigger
{
  "status": "success",
  "fields_updated": [
    "<string>"
  ],
  "changes": {},
  "error": "<string>"
}

Path Parameters

productId
string<uuid>
required

Response

Sync triggered

status
enum<string>
required
Available options:
success,
failed,
skipped,
partial
fields_updated
string[]
required
changes
object
required
error
string