# Update product availability **PUT /products/{productId}/availability** Replaced by `/availability` batch endpoint. Set availability and status of the product. Status can be `A` (available) and `N` (not available). ## Servers ## Parameters ### Body: (object) - **status** (string) Status of availability - **in_stock** (integer) Amount of items in stock ## Responses ### 200 OK [Powered by Bump.sh](https://bump.sh)