eCommercePlaybook14 min readPublished July 8, 2026

One hard prerequisite · 0% marketplace commission · your catalog is now customer-facing UI

Square + ChatGPT Ordering: The Local Merchant Setup Playbook

Square switched on ChatGPT and Claude ordering for US restaurants on July 1, 2026 — and eligibility is automatic for Food & Beverage sellers with an activated Online Ordering profile. The news coverage stopped there. This is the part nobody wrote: the Dashboard clicks, the catalog and inventory mechanics that decide what an AI agent can actually sell, and what an AI-channel order really costs you.

DA
Digital Applied Team
Senior strategists · Published Jul 8, 2026
PublishedJul 8, 2026
Read time14 min
SourcesSquare docs, press, coverage
Marketplace commission, AI channel
0%
Square press release, Jul 1
vs 15–30% apps
New integration work required
None
auto-enroll for eligible sellers
DoorDash Drive dispatch fee
$1.50
flat per order, standing product fact
Variations per catalog item
250
Catalog API ceiling

Square’s ChatGPT and Claude ordering launch made local merchants a simple promise: if you are a US Food & Beverage seller with an activated Square Online Ordering profile, you are already in — no new API integration, no additional setup, no extra fees. That promise is true for eligibility. It is not the same thing as being ready.

An AI agent taking a customer’s order does not walk past your counter or smell the espresso. It reads your catalog — item names, descriptions, modifiers, prices, stock levels — and paraphrases what it finds to someone deciding what to eat. Data hygiene that used to be a back-office POS concern is now, quite literally, your storefront in a new channel.

This guide is the merchant-side companion to our coverage of Square’s ChatGPT and Claude ordering launch, which covers the announcement itself and the commission-versus-marketplace math. Here we walk the actual setup: activating the Online Ordering profile, preparing the catalog an agent will read, keeping inventory honest, configuring pickup guardrails, and understanding the delivery-partner economics — every step sourced from Square’s own support and developer documentation.

Key takeaways
  1. 01
    Eligibility is automatic; readiness is not.US Food & Beverage sellers with an activated Square Online Ordering profile are opted in with no additional work, setup, or fees, per Square's July 1 press release. Everything that determines whether the channel performs — catalog quality, inventory accuracy, pickup settings — is still on you.
  2. 02
    The one hard prerequisite is an activated Online Ordering profile.Without one, a seller is not eligible regardless of Square POS usage. Profiles are only available to Food & Beverage sellers, require a menu first, and activate from Square Dashboard → Channels → Online Ordering → Enable ordering.
  3. 03
    Your catalog is now customer-facing UI.The Catalog API is the data layer the AI ordering surface reads from — items, variations (up to 250 per item), modifiers, images, taxes. An item with no variation can't be added to a purchase at all, which makes it effectively invisible to any ordering channel.
  4. 04
    Inventory accuracy is the silent failure mode.Square tracks stock as a running ledger of adjustments since the last physical count — start from zero counts if you never did one. Square-processed sales decrement automatically; a separate legacy POS must push adjustments via the Inventory API or agents may see stale stock.
  5. 05
    Fees are unchanged, and the flat-fee options are known.AI-channel orders carry Square's standard online processing — 3.3% + $0.30 on the Free plan, 2.9% + $0.30 on Plus and Premium — with no marketplace commission. DoorDash Drive dispatch through Square Online is a flat $1.50 per order, a standing product fact that predates the AI launch.

01What Switched OnWhat Square handles, and what is still your job.

Square’s July 1 press release framed the launch in the most merchant-friendly terms possible: eligible sellers are opted in with “no additional work, setup, or fees required.” That framing is accurate — and it hides a distinction worth being precise about. Square automated eligibility: if you are a US Food & Beverage seller and your Online Ordering profile is active, your menu can surface when a customer asks ChatGPT or Claude where to order. Square did not — because it cannot — automate performance: whether your items read well, price correctly, and show as in stock when an agent looks.

Automatic
What Square handles
No code · no forms · no new fees

Eligibility and enrollment for US F&B sellers with an active Online Ordering profile, pickup fulfillment defaults when your location has a valid address, automatic inventory decrement on Square-processed sales, and AI-channel orders tagged as a distinct source in Square's reporting.

Square press release, Jul 1, 2026
Your job
What still needs you
Data hygiene + settings

Activating the Online Ordering profile in the first place, catalog completeness (descriptions, images, modifiers, variations), an honest inventory baseline, pickup prep-time and order-size guardrails, and any delivery-partner connection beyond pickup.

Sections 02–07 of this guide

The strategic logic behind the launch is worth one paragraph before the mechanics, because it explains why the setup burden lands where it does. Square’s stated position is that discovery itself is moving into AI assistants: “As consumers increasingly turn to AI to decide where to eat, shop, and book services, Square is extending this approach to help businesses show up with accurate information,” per the company’s press release. Square wins by being the rails under that shift — which is why it made joining the channel free and frictionless, and why the quality of what agents find on those rails is left entirely to the merchant.

"Modern commerce is moving at a sprint, and we're building Square to help sellers appear everywhere customers are going."— Morgan Kuntze, Global Partnerships Lead, Block, to VentureBeat

02PrerequisiteActivate the Online Ordering profile — the one hard gate.

Everything else in this guide is optimization. This step is the gate: without an activated Online Ordering profile, a seller is not eligible for the AI-ordering surface at all, no matter how long they have run Square POS. Two constraints apply before you even reach the activation button, both from Square’s own support documentation:

  • Food & Beverage sellers only. Online Ordering profiles are not available to other seller categories — which also means the AI-ordering channel is, for now, a restaurant, café, and food-retail story.
  • A menu must exist first. The profile cannot be activated until at least one menu is created with items available on it.

With those in place, activation is a short Dashboard sequence:

  1. Open Square Dashboard → Channels → Online Ordering.
  2. Confirm your menus are assigned to the profile and have items available.
  3. Click “Enable ordering.” If your business location has a valid address, pickup fulfillment configures automatically.

Before the profile goes live, Square asks you to complete its configuration: branding (logo and colors), a profile name and Cashtag, a business description, and your pickup and delivery preferences. Treat the business description with the same care as your item copy — it is part of the data set that represents you in channels you do not render yourself.

Fulfillment inheritance
Items inherit their location’s fulfillment methods — pickup, local delivery, self-serve ordering, shipping — by default, and each item can override this individually in the item editor’s fulfillment section. Audit the overrides before launch day: an item silently excluded from pickup is an item an ordering channel cannot sell.

03Catalog PrepYour catalog is now customer-facing UI.

The technical foundation matters here because it defines what an agent can and cannot see. Square’s Catalog API is the data layer the AI ordering surface reads from: it manages items, item variations, categories, modifiers, images, taxes, discounts, and measurement units. When a customer asks an assistant “what’s good at the café on Fifth,” the raw material for the answer is whatever that structure contains. Sparse descriptions produce sparse answers; missing modifiers produce orders your kitchen has to phone-correct.

Three mechanics deserve specific attention, all from Square’s developer documentation:

  • Every item needs at least one variation. A CatalogItem must have at least one CatalogItemVariation before it can be added to a purchase or transaction. An item without one is effectively invisible to any ordering channel — including AI agents. Items support up to 250 variations each.
  • There is no separate publish step. New items created via the Catalog API are immediately visible in the Square Dashboard and POS across all locations. Catalog fixes propagate as fast as you make them — and so do catalog mistakes.
  • Third-party tools need the right scopes. Applications need the ITEMS_READ OAuth permission to read catalog objects and ITEMS_WRITE to create or modify them — worth checking if a menu-management or POS-sync tool pushes into your Square catalog on your behalf.
Variation ceiling
Variations per catalog item
250

The Catalog API supports up to 250 CatalogItemVariations per item — and requires at least one before the item can be added to any purchase. Zero variations means zero visibility to ordering channels.

Square Developer docs
Publish steps
Sync steps after a catalog edit
0

Items created or updated via the Catalog API are immediately visible in Dashboard and POS across all locations. No publish queue, no cache to flush — your catalog is always live.

Catalog API overview
OAuth scopes
Permissions for catalog tooling
2

ITEMS_READ to read catalog objects, ITEMS_WRITE to create or modify them. If a third-party menu tool manages your Square catalog, these scopes are what it is operating under.

ITEMS_READ · ITEMS_WRITE

The trend beneath the mechanics is the part we think merchants should internalize. For years, the business case for cleaning up Square catalog data was indirect — nicer receipts, better website listings, marginal SEO. Agentic ordering makes the case direct: as one DTC-focused analyst at Eightx put it, “agents surface what they can read” — the framing being that product descriptions, pricing, and availability accuracy now function as the new SEO. That is an analyst’s characterization rather than a Square requirement, but it matches how the architecture works: the agent has no eyes, only your data. The same logic drives API-first commerce architecture generally — structured, machine-readable product data is the asset; every new channel is a renderer.

A practical pass for a typical local menu: rewrite one-line item names into two-sentence descriptions a stranger could order from, attach a photo to every top-20 seller, model options as modifiers rather than prose (“no onions” as a modifier is data; in a description it is a suggestion), and delete retired items instead of zero-pricing them.

04Inventory SyncKeep agents from selling what you don’t have.

The Catalog API works alongside the Inventory API so that items sold are automatically subtracted from stock — this is the mechanism that keeps an AI agent from offering an item that is actually gone. But the automation has a precondition most local merchants have never thought about: Square tracks stock as a running ledger of adjustments since the last physical count. If you have never done a physical count, the system starts from zero — and every downstream channel, the AI surface included, inherits that fiction.

The state model is simple enough to reason about directly. Inventory sits in defined states: IN_STOCK (available, bidirectional), SOLD (terminal — units exit tracking when a sale completes), NONE (the default for newly added variations, which cannot be returned to), plus WASTE and UNLINKED_RETURN for shrinkage and returns not tied to a transaction. When an order completes through Square’s own systems, inventory moves from IN_STOCK to SOLD with no manual step. Under the hood, changes are processed as atomic batches sequenced by client-generated RFC 3339 timestamps — which is how Square reconciles offline transactions and out-of-order updates without corrupting the count.

The legacy-POS trap
Sellers running a separate or legacy POS alongside Square must push inventory adjustments themselves via the Inventory API — or risk the AI-ordering surface seeing stale stock. Square provides RetrieveInventoryCount for a single item and BatchRetrieveInventoryCounts for many — the same pattern Square itself, and any third-party sync tool, uses to keep the agent-facing view current.

The pre-launch inventory checklist is therefore short: do one honest physical count so the ledger has a real baseline; enable tracking on the items you actually run out of (the daily-batch pastries, not the sugar packets); and if any non-Square system touches stock, make sure something pushes those adjustments into Square. Merchants juggling more than two channels should think about this structurally — our multichannel inventory sync decision matrix covers when a dedicated sync layer earns its keep. The AI channel raises the stakes on accuracy for a specific reason: a human browsing your site might forgive an out-of-stock click, but an agent that confidently offers an item you cannot make turns a failed transaction into a trust problem with the customer and the assistant’s ranking of your business.

05Pickup & GuardrailsPickup settings are your guardrails for agent-sized orders.

Fulfillment for AI-channel orders runs on the rails you already have. One framing note before the settings: Square’s Orders API models three fulfillment types generally — PICKUP, SHIPMENT, and DELIVERY, each with its own detail object — and a single order created through it carries only one fulfillment. Square’s launch materials, however, describe the ChatGPT and Claude flow in terms of the merchant’s existing online-ordering profile, and coverage to date centers on pickup-style flows. Square has not published a definitive statement on whether AI-channel orders can dispatch delivery, so treat the delivery-partner section that follows as your general Square Online delivery setup — not as a confirmed AI-ordering feature.

Pickup, the fulfillment path that configures automatically when your location has a valid address, comes with three settings worth deliberately configuring rather than defaulting — all from Square’s pickup-options documentation:

  • Prep-time buffer. You set the number of minutes you need to prepare an order for pickup. Set it to your real kitchen pace at peak, not your aspirational one — an agent will relay whatever promise this field makes.
  • Order cutoff. An optional cutoff time after which incoming orders roll to the next day — the difference between a late-night agent order becoming tomorrow’s first ticket versus tonight’s unnoticed one.
  • Per-window caps. You can cap orders per 15-minute pickup window, which is your throughput protection if a new channel adds volume faster than the line can absorb.

Two more settings function as economic guardrails: a minimum order amount and a per-order item and dollar cap. These exist for any online ordering, but they read differently once software can place orders — they are your bounds on an agent submitting an unusually large or trivially small basket. Set both deliberately before counting on the channel.

06Delivery & FeesDelivery partners and the real fee math.

For delivery beyond pickup, Square merchants connect a third-party courier network from Square Dashboard → Settings → App Integrations → App Marketplace. The options include DoorDash Drive, Uber/Postmates, Nash, and Deliverect. The economics of the DoorDash Drive route are a long-standing Square Online product fact — this integration predates the July AI-ordering launch — and the structure matters: Square charges a flat $1.50 per order for DoorDash Drive-fulfilled deliveries dispatched through Square Online, on top of DoorDash’s own flat delivery fee (an amount Square does not specify). Fixed cost per order, not a percentage-of-basket commission.

Processing fees are likewise unchanged by the AI launch — there is no separate “AI fee” tier. Square’s standard online rates are 3.3% + $0.30 per transaction on the Free plan and 2.9% + $0.30 on the Plus and Premium plans, and Square takes no marketplace commission on AI-channel orders. Run the math on a $40 order: pickup on the Plus plan costs $1.46 in fees (2.9% × $40 = $1.16, plus $0.30) — about 3.7% of the order. Add DoorDash Drive dispatch and it is $2.96, about 7.4%, before DoorDash’s own unspecified flat fee. A marketplace app charging its published 15–30% commission range takes $6.00 to $12.00 from the same basket.

Fees on a $40 order · Square rails vs marketplace commission

Source: squareup.com/us/en/payments/our-fees; Square press releases; DoorDash & Uber Eats published pricing tiers. Digital Applied arithmetic on a $40 basket.
Marketplace app, top tier (30%)DoorDash/Uber Eats published tier ceilings
$12.00
Marketplace app, entry tier (15%)DoorDash published tier floor
$6.00
Square + DoorDash Drive dispatch2.9% + $0.30 + flat $1.50 · before DoorDash's own flat fee
$2.96
Square pickup, Free plan3.3% + $0.30 processing only
$1.62
Square pickup, Plus/Premium plan2.9% + $0.30 processing only
$1.46

Two fine-print items from Square’s partner documentation:

  • Gift cards don’t travel. Square Gift Cards cannot be redeemed on orders placed through the third-party delivery-partner integrations (DoorDash Drive, Uber/Postmates, Nash, Deliverect) — a real limitation if gift-card loyalty is part of your regulars’ habit.
  • Cancellation economics have three phases. Cancel before courier dispatch and there is no fee — full refund. Cancel after dispatch but before pickup and the delivery service may charge a cancellation fee. After the courier picks up, the service keeps its delivery fee, and if the customer receives a full refund, the merchant absorbs the cost.
Default
Pickup only

Auto-configures when your location has a valid address; lowest fee load (processing only) and no partner fine print. Coverage of the AI-ordering flow to date centers on pickup — this is the configuration you know works.

Start here
Flat-fee delivery
DoorDash Drive via Square Online

Flat $1.50/order dispatch fee from Square plus DoorDash's own flat delivery fee — fixed cost, not a basket percentage. Remember: no Square Gift Card redemption on partner-delivered orders.

Add if delivery matters
Alternatives
Uber/Postmates, Nash, Deliverect

Connected the same way, via Settings → App Integrations → App Marketplace. Fee structures vary by partner — compare against the flat-fee DoorDash Drive baseline before committing.

Compare quotes
Marketplaces
Commission-based apps

The 15–30% commission tiers buy marketplace demand you may still want. The point of the Square AI channel is that it is a second discovery surface without that toll — run both and compare contribution per order.

Keep for discovery

One adjacent layer to keep an eye on: payment. Square handles the money on its own rails today, but the broader agentic-checkout stack — tokenized credentials, agent-initiated payments, buyer verification — is being standardized across the industry. Our guide to agentic checkout tokenization covers where that layer is heading and why it matters even to merchants who never touch a payments API.

07Checklist & MeasurementThe setup checklist — and how to measure the channel.

Existing coverage treats setup as “zero work,” which is true for eligibility and misleading for everything after it. The table below is our synthesis of Square’s support and developer documentation — the first checklist we are aware of that separates what Square automates from what is still your job.

Square AI-ordering merchant setup checklist: which steps Square handles automatically versus which the merchant must configure, with Dashboard locations. Compiled by Digital Applied from Square Support and Square Developer documentation, retrieved July 8, 2026.
Setup itemOwnerWhere it happensWhy it matters
Automatic — once you’re eligible
AI-channel eligibility & enrollmentSquareNo merchant action — automatic for US F&B sellers with an active Online Ordering profile“No additional work, setup, or fees required,” per Square’s Jul 1 press release
Pickup fulfillment defaultsSquareAuto-configured when the location has a valid addressGets a working fulfillment path live without configuration
Inventory decrement on Square salesSquareAutomatic IN_STOCK → SOLD when an order completes on Square’s systemsKeeps agent-visible stock current — for Square-processed sales only
AI-channel order taggingSquareSquare reporting — AI orders appear as a distinct sourceLets you measure the channel against walk-in, phone, and marketplace orders
Your job — before you count on the channel
Online Ordering profile activationYouDashboard → Channels → Online Ordering → “Enable ordering”The one hard eligibility gate — F&B only, menu required first
Item descriptions, images, modifiersYouItem editor / Catalog API (ITEMS_WRITE for tooling)Agents paraphrase your catalog to customers — thin data means thin answers
Variation check on every itemYouItem editor / Catalog APIAn item with no variation cannot be added to a purchase — it is invisible to ordering channels
Inventory baseline (physical count)YouInventory tools / Inventory API; legacy POS must push adjustmentsCounts are a ledger since the last physical count — from zero if you never did one
Prep time, cutoff, caps, min/max orderYouOnline Ordering profile pickup settingsYour throughput and basket-size guardrails for agent-placed orders
Optional — delivery beyond pickup
Courier network connectionYouSettings → App Integrations → App Marketplace (DoorDash Drive, Uber/Postmates, Nash, Deliverect)Flat $1.50/order Square dispatch fee on DoorDash Drive; no gift-card redemption on partner-delivered orders

On measurement: Square tags AI-channel orders as a distinct source inside its reporting, which means from day one you can compare this channel’s volume, basket size, and repeat behavior against walk-in, phone, and marketplace orders. Use it. The Eightx analysis makes a forward-looking argument worth hearing with its label attached: the firm recommends tagging and tracking AI-channel orders for a contribution baseline now, on its own reasoning that the current zero-commission pricing is adoption-seeding and may not be permanent. That is one analyst’s prediction, not a Square statement or any confirmed roadmap — but the underlying discipline costs nothing and pays off either way: if the channel stays free, you know what it is worth; if pricing ever changes, you negotiate from data instead of vibes.

One honest gap to close out the setup picture: Square has not published opt-out instructions as of this writing. The July 1 press release does not address declining AI-channel visibility at all, and we were unable to verify any of the specific dashboard paths circulating in secondary coverage. If you would rather not be discoverable through AI assistants, the reliable route today is Square support — not a settings toggle someone described on the internet.

Our own projection, clearly labeled as such: the merchants who win this channel over the next year will be the ones who treat catalog and inventory data as a maintained asset rather than a one-time cleanup — because every new agentic surface that launches will read from the same structured data, and the cost of being ready for the next one rounds to zero once the first cleanup is done. This is the operating model behind our ecommerce engagements, and for merchants wiring AI into operations more broadly, our AI transformation practice starts exactly here: data readiness before channel chasing. The early adopters already talk about it in those terms — Andrew Costaris, Digital VP at Partners Coffee, put it this way in a statement Square provided to VentureBeat: “With agentic commerce and AI tools working in the background, we're confident knowing that our business is being digitally discovered and is consistently growing in efficiency, while our customers can continue to enjoy a lo-fi, specialty coffee-first environment.”

08ConclusionEligibility was the easy part — readiness is the work.

The merchant-side bottom line, July 2026

Square automated the enrollment. The performance is still yours to earn.

The setup story for Square’s AI-ordering channel is genuinely unusual: the integration work is zero, the marketplace commission is zero, and the one hard prerequisite — an activated Online Ordering profile — takes minutes if your menu already exists. For a US Food & Beverage seller on Square, there is no plausible reason not to be eligible.

But eligibility is table stakes. The channel reads your Catalog API data and your Inventory API counts, and it relays your prep-time promises verbatim. The real setup list is data work: descriptions a stranger could order from, a variation on every item, an inventory ledger anchored to a real physical count, and pickup guardrails set to your actual kitchen pace. None of it requires a developer; all of it determines whether the channel produces orders or apologies.

And measure from week one. Square already tags AI-channel orders as their own source in reporting — so the question “is this channel worth anything” never has to be a matter of opinion. Get the data hygiene done, watch the source report, and let the numbers decide how much more to invest.

Get agent-ready

Your catalog is the storefront now — make it worth reading.

Our team helps local and multi-location merchants get their catalog, inventory, and fulfillment data ready for agentic ordering channels — Square, marketplaces, and whatever launches next — delivered in days, not quarters.

Free consultationExpert guidanceTailored solutions
What we work on

Agentic commerce readiness

  • Catalog audits — descriptions, modifiers, variations
  • Inventory sync across POS, online, and AI channels
  • Fulfillment and delivery-partner fee modeling
  • AI-channel reporting baselines and contribution math
  • Multi-surface readiness — Square, Shopify, marketplaces
FAQ · Square AI-ordering setup

The questions local merchants actually ask.

No. Eligibility is automatic: per Square's July 1, 2026 press release, US Food & Beverage sellers with an activated Square Online Ordering profile are opted in with no additional work, setup, or fees required. The APIs discussed in this guide — Catalog and Inventory — matter because they are the data layer the AI surface reads from, not because you need to call them yourself. They become directly relevant only if a third-party menu-management or POS-sync tool pushes data into your Square account, in which case it needs the ITEMS_READ and ITEMS_WRITE OAuth scopes, or if you run a separate legacy POS that must push inventory adjustments to keep agent-visible stock accurate.