# Request Product Sync **POST /v2/locations/{locationId}/syncProducts** 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. ## Servers - Staging Environment: https://api.staging.deliverect.com (Staging Environment) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **locationId** (string) The unique identifier of the location to sync products for. ### Query parameters - **forceUpdate** (string) When set to `true`, forces a full product sync even if products have not changed since the last sync. ## Responses ### 200 Product sync request initiated successfully. ### 400 Bad Request — the sync request could not be processed. This may occur if the location ID is invalid or the location does not have a POS system configured. #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)