Retrieves all SKUs present on the Fynd Platform at the company level, supporting optional filters:
- Pagination (
page_no,page_size) for large datasets. - SKU filters to retrieve only specific products.
- Ensures consistent real-time product visibility across third-party systems and Fynd.
Method:
GET
Scheme:HTTPS
Endpoint:https://{{host}}/ims/v3/listings
Try out Fynd Konnect's Product Listing Endpoint
Common Request Header
| Header | Mandatory | Description |
|---|---|---|
x-access-token | Yes | Access token used for authenticating API requests to Fynd Konnect |
page_nointeger
The current page number of the request
page_sizeinteger
Number of items per page (max 500)
skusstring
Comma-separated SKUs (max 10) to fetch certain product listings
dataArray of objects
Array of product listing objects
metaobject
Response metadata for product listings