# List of marketplace catalog items **GET /2024-09/marketplaces/catalog-items** Get the list of catalog items for marketplaces with optional filters. ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Query parameters - **marketplace_id** (string(uuid)) Filter catalog items by marketplace UUID - **marketplace_identifier** (string) Filter by marketplace-specific identifier (e.g., ASIN) - **upc** (string) Filter by Universal Product Code - **ean** (string) Filter by European Article Number - **gtin** (string) Filter by Global Trade Item Number - **isbn** (string) Filter by International Standard Book Number - **page** (integer) The page number to retrieve - **per_page** (integer) The number of results to return per page ## Responses ### 200 A successful response returning the list of marketplace catalog items #### Body: application/json (object) - **links** (object) - **meta** (object) - **data** (array[object]) ### 401 The request requires user authentication or the user is not authorized to access this resource. #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)