Add diff to warehouse stock
POST/api/v1/:team_slug/:app_slug/products/:product_id/variants/:variant_id/stock/:warehouse_slug/diff
Adds a diff to a warehouse stock for a variant. This will add the diff to the current stock level
Request
Responses
- 200
- 400
- 401
- 500
Warehouse stock for variant updated successfully
Invalid request (e.g. bad UUID, validation error or stock can't be negative)
Unauthorized access
Internal server error