Connectors
Shopify
Look up order status and create draft orders from a live call.
The Shopify connector lets your voice agents look up order status and create draft orders (ad-hoc invoices) directly from a conversation, using your organization's own Shopify store.
Connect it
Shopify uses an Admin API access token, not OAuth.
- Go to /connectors and click Connect on Shopify.
- Enter your Shop Domain (e.g.
yourstore.myshopify.com) and your Admin API Access Token (generated from a custom app in your Shopify admin). - Click Connect.
Actions
| Action | Description | Parameters |
|---|---|---|
get_order_status | Look up the fulfillment and payment status of an order by its order number. | order_number (required), e.g. #1001 |
create_draft_order | Create a draft order (invoice) for an ad-hoc item, returning a payable checkout link. | product_title (required), price (required), quantity, customer_email |
Attach these to a workflow node like any other tool — see Tools for how tool attachment and invocation work.
Example
A customer-service agent looks up a caller's order with get_order_status and reads back the fulfillment status, or creates a one-off create_draft_order for a phone-ordered item and texts the resulting checkout link.