Skip to content

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


Common Request Header

HeaderMandatoryDescription
x-access-tokenYesAccess token used for authenticating API requests to Fynd Konnect
x-batch-tokenNoTRUE or FALSE - Flag to enable batch processing

Headers

x-batch-tokenstring

Flag indicating batch processing for the product count

Enumtruefalse

Success Response

dataobject

Data object containing listing counts

metaobject

Response metadata for product count

API Call Example

curl -i -X GET \
  https://fyndkonnect.konnect.uat.fyndx1.de/ims/v3/listings/count \
  -H 'x-access-token: YOUR_API_KEY_HERE' \
  -H 'x-batch-product: true'