New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@versatly/shopify-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@versatly/shopify-cli

Shopify Admin API CLI for products, orders, inventory, customers, and reports

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@versatly/shopify-cli

Shopify Admin API CLI for products, orders, inventory, customers, and reports.

Install

npm install -g @versatly/shopify-cli

Authentication

Option 1: Environment Variables

export SHOPIFY_STORE="your-store"
export SHOPIFY_ACCESS_TOKEN="shpat_xxxxx"

Option 2: CLI Flags

shopify --store mystore --token shpat_xxx products list

Option 3: pdauth (Pipedream OAuth)

pdauth connect shopify --user telegram:5439689035
shopify --pdauth-user telegram:5439689035 products list

Commands

Products

shopify products list [--limit N] [--json]
shopify products get <id>
shopify products search <query>

Orders

shopify orders list [--status open|closed|any] [--limit N] [--json]
shopify orders get <id>

Inventory

shopify inventory locations
shopify inventory levels [--location <id>]

Customers

shopify customers list [--limit N] [--json]
shopify customers get <id>
shopify customers search <query>

Reports

shopify reports sales [--start YYYY-MM-DD] [--end YYYY-MM-DD]
shopify reports top-products [--limit N]

License

MIT

Keywords

shopify

FAQs

Package last updated on 06 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts