Shopify Toolkit
Error: --action required. Use when you need shopify toolkit capabilities. Triggers on: shopify toolkit, store, token, product-id, order-id, customer-id.
Description
name: shopify-toolkit description: "Error: --action required. Use when you need shopify toolkit capabilities. Triggers on: shopify toolkit, store, token, product-id, order-id, customer-id."
Shopify Toolkit
A full-featured Shopify store management toolkit for listing and managing products, orders, customers, inventory, collections, and shop settings — all from the command line using the Shopify Admin REST API. Provides complete e-commerce store management capabilities for automation and reporting.
Description
Shopify Toolkit gives you programmatic control over your Shopify store. List and search products, view and manage orders, update inventory levels, manage customer records, handle collections, and retrieve shop analytics. Supports pagination for large datasets, formatted output for reporting, and all standard CRUD operations. Ideal for inventory automation, order management, bulk product updates, customer analytics, and e-commerce operations.
Requirements
SHOPIFY_STORE— Your Shopify store name (thexxxinxxx.myshopify.com)SHOPIFY_ACCESS_TOKEN— Admin API access token- Create a custom app in your Shopify Admin → Settings → Apps and sales channels → Develop apps
Commands
count-orders— Execute count-orderscount-products— Execute count-productscreate-product— Error: --title requiredget-order— {}'.format(o.get('order_number','')))get-product— Error: --product-id requiredlist-customers— Execute list-customerslist-orders— {} — ${:.2f}'.format(status, fulfillment, o.get('order_numblist-products— Execute list-productsshop-info— Execute shop-infoxxx— -gt 0 ]; do
Environment Variables
| Variable | Required | Description |
| Command | Description |
|---|---|
shop-info |
Shop Info |
list-products |
List Products |
get-product |
Get Product |
create-product |
Create Product |
list-orders |
List Orders |
get-order |
Get Order |
list-customers |
List Customers |
count-products |
Count Products |
count-orders |
Count Orders |
Examples
# List products
SHOPIFY_STORE=mystore SHOPIFY_ACCESS_TOKEN=shpat_xxx shopify-toolkit products 20
# Search products
SHOPIFY_STORE=mystore SHOPIFY_ACCESS_TOKEN=shpat_xxx shopify-toolkit product search "t-shirt"
# List recent orders
SHOPIFY_STORE=mystore SHOPIFY_ACCESS_TOKEN=shpat_xxx shopify-toolkit orders 10 open
# Get order details
SHOPIFY_STORE=mystore SHOPIFY_ACCESS_TOKEN=shpat_xxx shopify-toolkit order get 12345
# Update inventory
SHOPIFY_STORE=mystore SHOPIFY_ACCESS_TOKEN=shpat_xxx shopify-toolkit inventory set 111 222 50
# Store summary
SHOPIFY_STORE=mystore SHOPIFY_ACCESS_TOKEN=shpat_xxx shopify-toolkit summary
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Reviews (0)
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!