Beta
Manage stock levels for each product variant (e.g. size or color) and temporarily hold stock while an AI agent completes a checkout. Each hold can later be confirmed or cancelled, and automatically expires on its own if left unresolved. This prevents overselling, even when multiple agents are buying at the same time. Holds work the same way regardless of which agentic commerce protocol is used.
Requires the agentic:inventory scope. To onboard your AI platform, contact us.
- get/inventory/{variant_id}
- put/inventory/{variant_id}
- get/inventory/{variant_id}/product
- put/inventory/{variant_id}/product
- delete/inventory/{variant_id}/product
- post/inventory/adjustments
- post/inventory/reservations
- get/inventory/reservations/{id}
- post/inventory/reservations/{id}/commit
- post/inventory/reservations/{id}/release