Skip to main content
POST
/
stores
/
{id}
/
sync
Sync Store Products
curl --request POST \
  --url https://api.example.com/stores/{id}/sync

Path Parameters

id
string
required
Store ID.

Response

200
{
  "synced": 18
}
The synced field indicates how many products were synced from the store.