
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/shopify
Advanced tools
Shopify module for RobinPath.
The shopify module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/shopify
1. Set up credentials
shopify.setCredentials "my-store" "shpat_xxx"
2. List products in the store.
shopify.listProducts {"limit":10}
| Function | Description |
|---|---|
shopify.setCredentials | Set Shopify store credentials. |
shopify.listProducts | List products in the store. |
shopify.getProduct | Get a product by ID. |
shopify.createProduct | Create a new product. |
shopify.updateProduct | Update an existing product. |
shopify.listOrders | List orders with optional filters. |
shopify.getOrder | Get an order by ID. |
shopify.listCustomers | List customers. |
shopify.getCustomer | Get a customer by ID. |
shopify.getInventory | Get inventory levels for an item. |
shopify.countProducts | Get total product count. |
shopify.countOrders | Get total order count with optional status filter. |
shopify.listProducts {"limit":10}
shopify.getProduct "123456789"
shopify.createProduct {"title":"New Product","body_html":"<p>Description</p>","vendor":"My Brand"}
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/shopify";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
shopify.setCredentials "my-store" "shpat_xxx"
shopify.listProducts {"limit":10}
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/woocommerce — WooCommerce module for complementary functionality@robinpath/bigcommerce — BigCommerce module for complementary functionality@robinpath/square — Square module for complementary functionality@robinpath/json — JSON module for complementary functionalityMIT
FAQs
Shopify Admin REST API — products, orders, customers, inventory, collections, and webhooks. Uses the encrypted credential vault for the per-store access token.
The npm package @robinpath/shopify receives a total of 7 weekly downloads. As such, @robinpath/shopify popularity was classified as not popular.
We found that @robinpath/shopify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.