Shopify
Shopify store integration for managing products, orders, customers, inventory, fulfillments, and collections. Uses Admin REST API with access token authentication. All nodes support either a shared Connect session or direct access token credentials per node. Shop domain (mystore.myshopify.com) is required alongside the access token.
| Namespace | Robomotion.Shopify |
| Version | 1.1.0 |
| Category | eCommerce |
| Nodes | 24 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Shopify and returns a Client ID. |
| Disconnect | Closes a Shopify connection. |
| Create Product | Creates a product in Shopify. |
| Get Product | Gets a product in Shopify. |
| List Products | Lists products in Shopify. |
| Update Product | Updates a product in Shopify. |
| Delete Product | Deletes a product in Shopify. |
| Get Order | Gets an order in Shopify. |
| List Orders | Lists orders in Shopify. |
| Update Order | Updates an order in Shopify. |
| Cancel Order | Cancels an order in Shopify. |
| Create Customer | Creates a customer in Shopify. |
| Get Customer | Gets a customer in Shopify. |
| List Customers | Lists customers in Shopify. |
| Update Customer | Updates a customer in Shopify. |
| Delete Customer | Deletes a customer in Shopify. |
| List Inventory Items | Lists inventory items in Shopify. |
| Get Inventory Level | Gets an inventory level in Shopify. |
| Adjust Inventory | Adjust Inventory — see the properties below. |
| List Locations | Lists locations in Shopify. |
| Create Fulfillment | Creates a fulfillment in Shopify. |
| List Collections | Lists collections in Shopify. |
| Get Collection | Gets a collection in Shopify. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
23 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Create Product, Get Product, List Products, Update Product, Delete Product, Get Order, List Orders, Update Order, Cancel Order, Create Customer, Get Customer, List Customers, Update Customer, Delete Customer, List Inventory Items, Get Inventory Level, Adjust Inventory, List Locations, Create Fulfillment, List Collections, Get Collection.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.