# Batch update of product/variant availability **POST /availability** There is no need to update the whole product/variant data structure if only availability or status have changed. Maximum size of batch is 1000 items. ## Servers ## Parameters ### Headers - **X-Application-Name** (string) ### Query parameters - **client_id** (string) Client identifier ### Body: (array[object]) - **id** (string) - **status** (string) - **in_stock** (integer) ## Responses ### 204 The server successfully processed the request and is not returning any content. [Powered by Bump.sh](https://bump.sh)