Skip to main content
GET
/
v1
/
integrations
/
:id
/
sync
/
:syncId
Sync Status
curl --request GET \
  --url https://api.example.com/v1/integrations/:id/sync/:syncId
{
  "status": "<string>",
  "processedItems": 123,
  "totalItems": 123
}

Response

status
string
One of: pending, processing, completed, failed.
processedItems
number
The number of products already synced.
totalItems
number
The total number of products found in the platform.