Request Product Sync Run in API Explorer
Ask AI
This endpoint initiates the product sync request for a specified location. When called, Deliverect will trigger a product sync from the connected POS system for the given location.
POST
/v2/locations/{locationId}/syncProducts
curl \
--request POST 'https://api.staging.deliverect.com/v2/locations/{locationId}/syncProducts' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"summary": "OK",
"value": {}
}
Response examples (400)
{
"summary": "Bad Request",
"value": {}
}