# Request a marketplace catalog item import **POST /2024-09/marketplaces/catalog-item-imports** Create a new import request for a marketplace catalog item. ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Body: application/json (object) - **marketplace_id** (string(uuid)) The UUID of the marketplace - **marketplace_identifier** (string) The marketplace-specific identifier to import ## Responses ### 201 Import request created successfully #### Body: application/json (object) - **data** (object) Representation of a catalog item import request ### 401 The request requires user authentication or the user is not authorized to access this resource. #### Body: application/json (object) - **message** (string) ### 422 Validation error #### Body: application/json (object) - **message** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)