# Ecommerce Shopify Product Query

> 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.

- Skill: `nexscope-ai/ecommerce-shopify-product-query` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add nexscope-ai/ecommerce-shopify-product-query`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nexscope-ai/ecommerce-shopify-product-query/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Finance & Business
- Author: nexscope-ai (https://skillmd.com/u/nexscope-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nexscope-ai/ecommerce-shopify-product-query

---


# 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.

