# Get a marketplace catalog item **GET /2024-09/marketplaces/catalog-items/{marketplace_catalog_item}** Get a single marketplace catalog item by its ID. ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Path parameters - **marketplace_catalog_item** (string(uuid)) The UUID of the marketplace catalog item ## Responses ### 200 A successful response returning the marketplace catalog item #### Body: application/json (object) - **data** (object) Representation of a catalog item in a marketplace ### 401 The request requires user authentication or the user is not authorized to access this resource. #### Body: application/json (object) - **message** (string) ### 404 The specified resource was not found #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)