# Update variant availability **PUT /products/{productId}/variants/{variantId}/availability** Replaced by `/availability` batch endpoint. Set availability and status of the variant. 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 #### Headers - **X-RateLimit-Limit** (string) All available time windows applicable for request made, with the count of requests from smallest window as first value. - **X-RateLimit-Remaining** (integer) The smallest amount of requests left for the time window. - **X-RateLimit-Reset** (integer) Time in seconds until current window with lowest amount of requests resets #### Body: (object) - **result** (object) [Powered by Bump.sh](https://bump.sh)