> ## Documentation Index
> Fetch the complete documentation index at: https://developers.supapost.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Sync Store Products

> Trigger a product sync from a connected store.

## Path Parameters

<ParamField path="id" type="string" required>
  Store ID.
</ParamField>

## Response

```json 200 theme={null}
{
  "synced": 18
}
```

The `synced` field indicates how many products were synced from the store.
