# Returns a product by SKU. **GET /api/v2/products/{sku}** ## 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 - **sku** (string) ## Responses ### 200 Returns the product #### Body: application/json (object) - **created_at** (string) - **updated_at** (string) - **brand** (string) - **category_name** (string) - **final_price** (integer) - **grouped_id** (integer) - **grouped_name** (string) - **color** (object) - **id** (integer) - **name** (string) - **grade** (string) - **tax_class** (string) - **packaging** (string) - **sku** (string) - **stock** (integer) - **attr_test** (string) - **moq** (integer) ### 404 Product not found #### 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)