# Store **POST /v1/shop/product/** Store or update a product ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (object) Request body for creating a new product - **id** (string) - **name** (string) - **categoryId** (string | null) - **taxRateId** (string) - **imgUrls** (array[object]) - **courses** (array[string]) - **variants** (array[object]) ## Responses ### 200 A company product #### Body: application/json (object) - **id** (string) - **name** (string) - **taxRateId** (string) - **categoryId** (string | null) - **imgUrls** (array[object]) - **courses** (array[string]) - **variants** (array[object]) [Powered by Bump.sh](https://bump.sh)