Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \ --url 'https://api.stateset.com/api/v1/inventory/{id}/reserve' \ --header 'Authorization: Bearer YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": { "location": { "location_id": 1, "location_name": "Main Warehouse", "quantities": { "allocated": "40", "available": "260", "on_hand": "300" }, "updated_at": "2024-12-09T10:35:00Z", "version": 6 }, "reservation_id": "res-550e8400-e29b-41d4" }, "errors": null, "message": null, "meta": null, "success": true }
POST /api/v1/inventory/{id}/reserve
ReserveInventoryRequest