# Fetch Product Count Fetches the total number of SKUs present in the Fynd inventory management system at the company level. Useful for: - Monitoring SKU volume for reports or inventory audits. - Quickly verifying if any new product data sync is necessary before additional calls. > **Method:** `GET` **Scheme:** `HTTPS` **Endpoint:** `https://{{host}}/ims/v3/listings/count` Try out Fynd Konnect's Product Count Endpoint br **Common Request Header** | **Header** | **Mandatory** | **Description** | | --- | --- | --- | | x-access-token | Yes | Access token used for authenticating API requests to Fynd Konnect | | x-batch-token | No | TRUE or FALSE - Flag to enable batch processing | #### Headers #### Success Response #### API Call Example