Create or update warehouse variant stock
PUT/api/v1/:team_slug/:app_slug/products/:product_id/variants/:variant_id/stock
Creates or updates a warehouse variant warehouse stocks. If it already exists a warehouse stock for the specificed variant_number and warehouse_slug will it update the stock. If there is no match
Request
Responses
- 200
- 400
- 401
- 500
Warehouse stock for variant created or updated successfully
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Internal server error