adjust_shopify_inventory
Adjust a variant's available inventory by a delta (+/-) at its stocked location in the connected Shopify store. Operational stock management — use when receiving stock, correcting counts, or reserving units. (Boundary note: stock level is operational state, not storefront copy/price — see the connector design.)
Routing: Shopify: adjust variant stock by +/- delta at its location
[sensitive-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta | Yes | Signed change to available quantity, e.g. 25 or -3 | |
| reason | No | Shopify inventory reason (default 'correction'; e.g. received, damaged, quality_control) | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| variant_id | Yes | Variant gid (gid://shopify/ProductVariant/...) |