Filter Shopify standalone store products by multiple dimensions (keyword/URL, price, weekly sales, listing date, Facebook ads, competitiveness, supplier availability, shipping country, etc.). Triggered when users mention Shopify products, Shopify product selection, standalone store product selection, Shopify bestsellers, Shopify dropshipping, standalone store sourcing, Facebook ad products, Shopify product query, or shopify items. Even if the user does not mention the tool name, this skill sh...
Scanned 9/2/2026
Install to Claude Code
npx -y skills add nexscope-ai/nexscope-ecommerce-skills --skill ecommerce-shopify-product-query --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ecommerce Shopify Product Query?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nexscope-ai-ecommerce-shopify-product-query)More formats (shields.io, HTML) on the badges page.
---
name: ecommerce-shopify-product-query
description: "Filter Shopify standalone store products by multiple dimensions (keyword/URL, price, weekly sales, listing date, Facebook ads, competitiveness, supplier availability, shipping country, etc.). Triggered when users mention Shopify products, Shopify product selection, standalone store product selection, Shopify bestsellers, Shopify dropshipping, standalone store sourcing, Facebook ad products, Shopify product query, or shopify items. Even if the user does not mention the tool name, this skill should be triggered whenever searching for products, viewing weekly sales/revenue/competitiveness, or filtering products on Shopify standalone stores."
---
# Shopify Product Query
## Quick Reference
- **Pagination**: `page` starts at 1; `pageSize` defaults to 20, max 100 (recommended <= 50).
- **Range parameters**: `*Min` / `*Max` come in pairs, forming upstream ranges; filling only one side means "from ~" or "up to ~".
- **Sorting**: `sortBy` is an integer enum (default `14` = weekly sales descending; also includes price/ad count/competitiveness/revenue and many other values -- see `references/api.md` for details).
- **Boolean filters**: `facebookAd` (1=has ads), `hasSupplier` (1=has supplier, 0=none), `showDeleted` (1=include delisted) -- all integer switches.
- **Shipping country**: `country` takes a two-letter country code (e.g., `US`).
## Script (Optional)
Command-line debugging: `python scripts/shopify_product_query.py '<JSON>'` (requires `NEXSCOPE_API_KEY`). See [references/api.md](references/api.md) for details.
## Reference
See [references/api.md](references/api.md) for input/output parameter tables.
## Authentication
Set `NEXSCOPE_API_KEY`. Visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to manage credits.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!