All integrations
Wolt Building Poland

Wolt: AI grocery agent and agentic shopping API

An AI delivery assistant for Wolt's grocery marketplace, wired to your own account.

Wolt isn't one supermarket, it's dozens of grocery stores, convenience shops and specialty retailers under a single app across Poland. Grocey's Wolt grocery integration signs in to a real Wolt account, the same way a person would by hand, and turns it into calls an AI grocery agent can make directly: find a store, search it, fill a cart, and read back real order history. That's Grocey's Wolt API surface, the same contract shape every provider it supports implements, not an official API Wolt publishes itself. Because Wolt is a marketplace rather than a single chain, agentic grocery shopping here starts with picking a store and then working inside it, on your own account.

Wolt is built and unit-tested against the contract. Nobody has ever connected it to a real account yet, so it's labeled honestly instead of counted as proven.

Signing in

What signing in to Wolt means.

There's no password. Give the agent your e-mail and Wolt mails a one-click sign-in link to it. Paste that link back and the resulting session is what Grocey holds, never a credential.

What an agent can do

Agentic grocery shopping at Wolt.

An agent finds, fills, and compares. The order is placed by you, never by the agent acting alone.

  • Find grocery stores near me on Wolt and tell me which ones deliver tonight.
  • Search a Wolt store for oat milk and add it to my cart.
  • Check what delivery slots a Wolt store has open and book the one that fits.
  • Show me my last five orders from Wolt, with what was actually in them.
  • Pull up the details of last week's Wolt order.
  • Clear out my Wolt cart before I start a fresh list.

Capability matrix · generated

The real Wolt API contract.

Generated at build time from the same declarations the API reads: never fetched live, never a second list to let drift from the truth. Every row below is a real method on the contract every provider implements, not a marketing claim.

Read the active delivery mode getFulfilment Supported
List delivery and pickup options fulfilmentOptions Supported
Switch between delivery and pickup setFulfilment Supported
List the stores on the account stores Supported
Search the catalog search Supported
Browse the category tree categories Not offered by this store
Page through a category catalogPage Not offered by this store
List past orders orders Supported
Itemized detail for one order orderDetails Supported
Read the live cart cart Supported
Add items to the cart addToCart Supported
Remove items from the cart removeFromCart Supported
Clear the cart in one call clearCart Supported
Suggest a replacement for an out-of-stock item suggestReplacements Not offered by this store
Open the basket on the provider's own site cartUrl Not offered by this store

FAQ

Wolt, plainly.

Is Wolt live today?

Not yet. Wolt is built and unit-tested against its own contract, but nobody has ever connected it to a real account. It's labeled honestly instead of counted as coverage.

Is the Wolt integration live yet?

It's built and unit-tested against Wolt's real sign-in and order-history flow, but it has never completed a real connect to a live Wolt account. That's the honest status until a real connection confirms it, the same distinction Grocey holds every unverified provider to.

Is Wolt just one supermarket?

No. Wolt is a marketplace: groceries, corner shops and specialty stores all live under one connection. An agent picks a store first, the same way you would in the app, then works inside it.

What does signing in to Wolt actually involve?

An e-mail address and nothing else. Wolt mails a one-click sign-in link to it, and pasting that link back into the connect flow is what creates the session Grocey holds. There's no password to type or store.

Does an agent complete the transaction on Wolt for me?

No. An agent can find a store, fill your Wolt cart, and read your order history, but completing the order on Wolt is still a tap you make yourself.

What would I actually ask an AI grocery agent to do on Wolt?

Find a nearby store, fill or clear a cart, check open delivery slots, and pull up past orders: the same things you'd do by hand across Wolt's stores, through natural language instead of the app.

Building against Wolt?

Grocey is in private beta. Tell us what you're building and we'll set you up with a key.