Set inventory to an absolute value
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
adjust, this sets the exact quantity rather than adding or subtracting.
| Scenario | Endpoint to Use |
|---|---|
| Physical count reconciliation | set - Set to exact counted value |
| Receiving shipment | adjust - Add received quantity |
| Damaged goods | adjust - Subtract damaged quantity |
| Opening new location | connect then set |
| Closing location | disconnect (moves to other locations or sets to 0) |
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_inventory scope |
NOT_FOUND | Inventory item or location not found |
NOT_CONNECTED | Inventory item not connected to this location |
VALIDATION_ERROR | Invalid request body (e.g., negative quantity) |