Skip to main content
Stockful provides 9 actions you can use in Flow workflows. Query actions return data for use in subsequent steps. Write actions update Stockful settings. Integration actions connect to external services.

Query actions

These actions return structured data that you can reference in conditions and subsequent actions within your workflow.

Get forecast

Get inventory forecast data for a variant including velocity, days of supply, and reorder recommendations. Inputs: Returns:

Get inventory health

Get inventory health metrics for a variant including stock status, ABC class, and sell-through rate. Inputs: Returns:

Get stock by location

Get inventory levels for a variant across all tracked locations. Inputs: Returns: Each item in the items list contains:

Get reorder list

Get all variants that are at or below their reorder point, with forecast context for each. Inputs: Returns: Each item in the items list contains:
The “Get reorder list” action doesn’t require a product or variant - it returns all variants that need reordering across your entire inventory. Use it in scheduled workflows to generate regular reorder reports.

Get transfer suggestion

Suggest an inventory transfer between locations to balance stock for a variant. Inputs: Returns:

Write actions

These actions update Stockful settings for a variant. They affect how forecasts and reorder points are calculated.

Set safety stock

Set the safety stock override in days for a variant, affecting reorder point calculations. Inputs: Returns:

Set lead time

Set the lead time override in days for a variant, affecting reorder point calculations. Inputs: Returns:

Set demand adjustment

Adjust the demand forecast percentage for a variant to account for expected changes in sales. Inputs: Returns:
Use demand adjustments ahead of known sales events. For example, set +50% before Black Friday for your bestsellers, then reset to 0% after the event.

Integration actions

Send Slack message

Send a custom message to a Slack channel using the shop’s connected Slack workspace. Inputs: Returns:
This action requires a Slack workspace connected in Stockful. Connect it under Settings, then Integrations. If Slack isn’t connected, the action will return delivered: false with an error message.