Skip to main content
“Where is my order?” is the question that floods support after every shipment. A Flowyte agent answers it for you — on the phone, in chat, and in the website widget — by looking the order up in your Shopify store in real time and reading back the status. No ticket, no wait, no human required for the routine 80%.

What the customer gets

A real answer

The agent looks up the actual order and tells the customer its status — not a canned “check your email.”

On every channel

The same lookup works on a phone call, a chat session, and the embeddable widget on your site.

Safely identified

Pair it with caller verification so it only reveals order details to the right person.

Escalates when needed

A damaged or lost package can hand off to a person, with the order context already gathered.

How it’s built

1

Connect your store

Connect Shopify once with a store credential. Tokens are stored encrypted — never echoed back.
2

Provision the lookup

Turn the store’s order-lookup action into a skill on your agent. The agent now collects an order number or email and fetches the status itself.
3

Turn on chat & voice

Serve it on the phone, on the chat channel, or drop the widget on your storefront. An OpenAI-compatible completions endpoint is also available for your own app.
4

Publish

Publish the agent so every channel serves the new capability.

In the API

ActionEndpointScope
Connect the storePOST /integrations/{kind}/connectintegrations:write
Provision lookup as a skillPOST /agents/{id}/integrations/{kind}/provisionskills:write
Publish the agentPOST /agents/{id}/publishagents:write
Answer over chat (server-side)POST /chat/sessions/{id}/messageschat:write
Drop-in for your own appPOST /chat/completionschat:write
Order lookup runs against your live store, so a customer always hears the current status. Add guardrails to verify identity before disclosing order details.
See also: the AI answering service and warm transfer to your team.