# Listings Retrieve SKUs from Fynd Commerce using flexible filters > Ideal for confirming product data, checking recently onboarded items, or auditing stock parity with Fynd. Supports pagination via page_no and page_size Endpoint: GET /ims/v3/listings Version: 1.0.0 Security: ApiKeyAuth ## Query parameters: - `page_no` (string) The current page number of the request - `page_size` (string) Number of items per page - `skus` (string) Comma-separated SKUs to fetch certain product listings ## Response 200 fields (application/json): - `data` (array) Array of product listing objects - `data.sku` (string) Seller Identifier of the product - `data.quantity` (integer) Stock quantity - `data.location_id` (string) Location/store identifier - `data.esp` (number) Effective selling price - `data.mrp` (number) Maximum retail price - `meta` (object) Response metadata for product listings - `meta.ack_id` (string) Request acknowledgment ID - `meta.integrationId` (string) Integration identifier - `meta.time` (string) ISO 8601 formatted timestamp - `meta.status` (string) Status of the API request ## Response 401 fields (application/json): - `errors` (array) List of error messages - `errors.message` (string) Explanation of the unauthorized error - `meta` (object) Additional metadata for the 401 error - `meta.time` (string) Timestamp of the error. - `meta.status` (string) Status of the API call