# Add IMEI to a product by SKU and order publicId. **POST /api/v2/imeis/{publicId}** ## Servers - https://bi.agora.place: https://bi.agora.place () - http://bi.agora.place: http://bi.agora.place () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **publicId** (string) ### Body: application/json (object) - **sku** (string) Product SKU - **imei** (string) Product identifier ## Responses ### 200 IMEI added #### Body: application/json (object) - **code** (integer) - **msg** (string) ### 400 Bad request #### Body: application/json (object) - **code** (integer) - **msg** (string) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **msg** (string) [Powered by Bump.sh](https://bump.sh)