shopify-admin-low-inventory-restock

Query Shopify product variants at or below a stock threshold and export vendor-grouped CSV restock lists.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-low-inventory-restock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-low-inventory-restock
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/merchandising/shopify-admin-low-inventory-restock
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-low-inventory-restock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of identifying low-stock Shopify variants and turning that inventory signal into an actionable, vendor-grouped restock list.

Core Features & Use Cases

  • Live low-inventory querying: Pulls current inventory quantities directly from the Shopify Admin API for tracked variants at or below a configurable threshold.
  • Vendor-grouped CSV export: Produces a restock CSV grouped by vendor and sorted for quick procurement handoff.
  • Operational flexibility: Supports optional location filtering, dry-run preview behavior, and human or JSON output.

Quick Start

Run shopify-admin-low-inventory-restock with your store domain and a threshold of 10 to export a vendor-grouped restock_list_<YYYY-MM-DD>.csv of all tracked variants at or below that quantity.

Frequently Asked Questions about shopify-admin-low-inventory-restock

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a vendor-grouped restock list from Shopify low stock alerts?

Generate a vendor-grouped restock list by querying Shopify product variants at or below a defined stock threshold through the Admin API and exporting the filtered results to a CSV file. This process outputs a procurement-ready document sorted by vendor.

Can I filter Shopify inventory queries by a specific location for reorder planning?

Yes, you can filter Shopify inventory queries by a specific location. The restock list generation supports optional location filtering to ensure the exported CSV reflects stock levels and reorder needs for the targeted inventory location.

Do I need authenticated Shopify Admin access to export low inventory variants to CSV?

Yes, you need authenticated Shopify Admin access with read_products and read_inventory permissions. The Skill uses paginated GraphQL productVariants queries validated against the configured api_version to extract inventory data for the CSV export.

What is the best way to exclude zero-stock items from a Shopify restock CSV export?

The best way to exclude zero-stock items is to use the operational flexibility settings during the restock list generation. You can configure the query to include or exclude zero-stock items, ensuring the vendor-grouped CSV only contains actionable reorder variants.

Does the Shopify low inventory restock tool support a dry-run preview before exporting the CSV?

Yes, the tool supports a dry-run preview behavior. You can preview the low-stock variants and vendor groupings before generating the final restock_list_<YYYY-MM-DD>.csv file, allowing you to verify thresholds and filtering logic.

How do I set a stock threshold for Shopify variant queries to trigger low stock alerts?

Set a stock threshold by passing a numeric value when running the restock list generation. The Skill queries all tracked Shopify product variants with inventory quantities at or below this threshold and exports them in a vendor-grouped CSV.