Talkr AI
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.

  1. Go to /connectors and click Connect on Shopify.
  2. Enter your Shop Domain (e.g. yourstore.myshopify.com) and your Admin API Access Token (generated from a custom app in your Shopify admin).
  3. Click Connect.

Actions

ActionDescriptionParameters
get_order_statusLook up the fulfillment and payment status of an order by its order number.order_number (required), e.g. #1001
create_draft_orderCreate 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.

On this page