Integrations
Connect your retail tools
Stockagile connects ecommerce and POS data, with ERP integration available on the Scale plan.
Ecommerce platforms
Connect your online store to inventory
Connect your online store to Stockagile and keep retail inventory data in one place.
Shopify
Connect Shopify product and order data to Stockagile for multichannel inventory forecasting.
WooCommerce
Connect WooCommerce to Stockagile for multichannel inventory forecasting.
Prestashop
Connect your Prestashop catalog to Stockagile for inventory forecasting.
Wix
Connect Wix to Stockagile for online retail inventory forecasting.
BigCommerce
Connect BigCommerce to Stockagile for multichannel inventory forecasting.
Magento / Adobe Commerce
Connect Magento or Adobe Commerce to Stockagile for inventory forecasting across retail channels.
POS systems
Connect store sales to your forecast
Connect your physical stores to Stockagile and include POS data in your retail inventory forecast.
Lightspeed Retail
Connect Lightspeed Retail to Stockagile for multichannel inventory forecasting.
Square
Connect Square to Stockagile for retail inventory forecasting.
Vend by Lightspeed
Connect Vend by Lightspeed to Stockagile for retail inventory forecasting.
Shopify POS
Connect Shopify POS and online retail inventory through Stockagile.
ERP and accounting
Connect your ERP to reordering
ERP integration is available on the Scale plan. Connect approved reorder data to your ERP.
Holded
Connect Stockagile with Holded for ERP inventory workflows.
Sage 50 / Sage 200
Connect Stockagile with Sage 50 or Sage 200 for ERP inventory workflows.
QuickBooks
Connect Stockagile with QuickBooks for ERP inventory workflows.
Xero
Connect Stockagile with Xero for ERP inventory workflows.
API and custom
Build your own integration
The Stockagile REST API is available on the Scale plan, with OpenAPI 3.0 docs, webhooks, CSV import, API key auth, and plan-based rate limits.
- REST API with OpenAPI 3.0 docs
- Webhooks for reorder alerts
- CSV import for initial stock
- API key auth, rate limits per plan
GET /v1/locations/{location_id}/inventory
Authorization: Bearer sk_live_...
// Response
{
"location_id": "loc_madrid_sol",
"as_of": "2026-08-01T09:00:00Z",
"items": [
{
"sku": "SLIM-CHN-WHT-S",
"on_hand": 4,
"forecast_7d": 18,
"status": "reorder_now"
}
]
}