# Modify stock/price for a list of products. **PATCH /api/v2/products** ## Servers - https://bi.agora.place: https://bi.agora.place () - http://bi.agora.place: http://bi.agora.place () ## Authentication methods - Api key auth ## Parameters ### Headers - **apikey** (string) Seller's API key ### Body: application/json (array[object]) - **sku** (string) Product SKU - **price** (integer) Product price. Required if stock is not provided. - **stock** (integer) Product stock. Required if price is not provided. ## Responses ### 200 Modified stock/price successfully ### 400 Request poorly formatted [Powered by Bump.sh](https://bump.sh)