Skip to main content

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.

NamespaceRobomotion.Shopify
Version1.1.0
CategoryeCommerce
Nodes24

Nodes

NodeDescription
ConnectOpens a connection to Shopify and returns a Client ID.
DisconnectCloses a Shopify connection.
Create ProductCreates a product in Shopify.
Get ProductGets a product in Shopify.
List ProductsLists products in Shopify.
Update ProductUpdates a product in Shopify.
Delete ProductDeletes a product in Shopify.
Get OrderGets an order in Shopify.
List OrdersLists orders in Shopify.
Update OrderUpdates an order in Shopify.
Cancel OrderCancels an order in Shopify.
Create CustomerCreates a customer in Shopify.
Get CustomerGets a customer in Shopify.
List CustomersLists customers in Shopify.
Update CustomerUpdates a customer in Shopify.
Delete CustomerDeletes a customer in Shopify.
List Inventory ItemsLists inventory items in Shopify.
Get Inventory LevelGets an inventory level in Shopify.
Adjust InventoryAdjust Inventory — see the properties below.
List LocationsLists locations in Shopify.
Create FulfillmentCreates a fulfillment in Shopify.
List CollectionsLists collections in Shopify.
Get CollectionGets a collection in Shopify.
ToolkitExposes 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.

About this page

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.