Adjust inventory levels by a relative amount
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.
| Reason | Use Case |
|---|---|
received | New inventory received from supplier |
correction | Fixing inventory count discrepancy |
damaged | Removing damaged items |
returned | Processing customer returns |
shrinkage | Theft or unexplained loss |
transfer | Moving between locations |
recount | Physical inventory count adjustment |
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_inventory scope |
NOT_FOUND | Inventory item or location not found |
INSUFFICIENT_INVENTORY | Adjustment would result in negative inventory |
VALIDATION_ERROR | Invalid request body |