# Update product stock information **POST /stocks** This endpoint is used to update stock info for your products - it can be used to update only one product based on our ID or your own product ID. If provided with array of ID's it will be handled as batch This endpoint is used to manually update stocks and set specific stock for each marketplaces ## Servers - Production API endpoint - live use only: api.services.omnicado.com/api/v2 (Production API endpoint - live use only) - Development API endpoint - used for testing: api.dev.services.omnicado.com/api/v2 (Development API endpoint - used for testing) ## Authentication methods - Omnicado token based scheme ## Parameters ## Body parameters Content-type: application/json This endpoint is used to manually update stocks and set specific stock for each marketplaces - **operationId** (string) - **items** (array[object]) ## Responses ### 404: Product not found ### default: Default response [Powered by Bump.sh](https://bump.sh)