INNOVATION

Procurement Integration for eCommerce: How Enterprise Buyers Order Through Their Own Systems

Your largest buyers are not browsing your storefront. A procurement manager at a company spending six figures a year with you opens SAP Ariba or Coupa, selects your name from an approved vendor list, and lands in your catalog through a session their own system opened. They fill a cart, send it back, and the...

Last updated: 24 Aug 2026

Procurement Integration for eCommerce_ How Enterprise Buyers Order Through Their Own Systems

CONTENTS

Your largest buyers are not browsing your storefront. A procurement manager at a company spending six figures a year with you opens SAP Ariba or Coupa, selects your name from an approved vendor list, and lands in your catalog through a session their own system opened. They fill a cart, send it back, and the order becomes a requisition inside a workflow you never see. If your store cannot participate in that sequence, you are competing for the portion of their budget that survives an exception process.

This is punchout, and it is the integration most eCommerce teams have never scoped. The mechanics are well established and not especially exotic. The part that consumes a project is rarely the protocol.

The six-step punchout session, in order

What actually happens in a punchout session

Six steps, and it is worth reading them in order because each one places a requirement on your store.

  1. The buyer selects you from their approved vendor list. This happens inside their procurement platform. You are not being discovered; you are being retrieved from a list you had to get onto first.
  2. Their system sends a setup request to your endpoint. It carries identity and authentication context: which organisation, which user, sometimes which cost centre or contract.
  3. Your endpoint authenticates and returns a session. The response is a URL that will open your storefront in a state specific to that buyer.
  4. The buyer shops inside your store, without logging in. They see the catalog you have decided this organisation should see, at the prices agreed with them, with no additional credentials.
  5. The cart returns to their system, formatted in the protocol they use, item by item, with the identifiers their system needs to process it.
  6. Approval and the purchase order happen on their side. Your order arrives afterwards, already authorised, matched to a budget and a contract.

Notice what steps three and four require. Your store has to resolve an incoming machine identity into a specific commercial relationship, then render an entitled catalog and entitled prices for it, on demand, without a human login. That is the whole engineering problem in one sentence.

Driver one: the approved vendor list decides who is considered

Procurement exists to reduce discretion. Once a category has approved suppliers, buying outside that list requires justification, and justification is friction that most buyers will not spend on a supplier who is merely convenient.

This produces an effect worth stating plainly: for enterprise accounts, catalog availability inside their system functions as distribution. A supplier who is punchout-enabled is present at the moment of purchase. A supplier who is not becomes a manual exception, quoted by email, entered by hand, and reviewed by someone whose job is to reduce exactly that.

The intervention point is commercial before it is technical. Being on the list involves supplier onboarding, contract terms, and frequently a registration in the buyer’s network. The integration work follows that conversation rather than preceding it, which is why building punchout speculatively is rarely the right sequence.

Driver two: the protocols, and what each one carries

Punchout is a process rather than a standard. Two formats carry it, and their differences determine what your integration can and cannot do.

OCIcXML
OriginSAP standardDeveloped by Ariba, XML-based
MechanismCatalog data passed via URL parametersStructured XML documents exchanged between systems
Typical systemsSAP environmentsCloud procurement platforms including SAP Ariba and Coupa
ScopeSession and cart returnSession, cart return, and further documents such as purchase orders, order confirmations, advance shipping notices, and invoices
Implementation weightLighterHeavier, with more capability

The practical guidance from practitioners is consistent: build cXML first, because modern procurement platforms support it and it extends past the punchout session into the documents that follow. Implement OCI when a specific customer running SAP requires it. In some European trade sectors a third format appears, IDS Connect, which is worth knowing exists rather than planning around.

There is one distinction inside cXML that changes scope estimates. Level 1 covers the punchout session and cart return. Level 2 adds deeper catalog interaction, and support for it is a question to ask your buyer rather than to assume. Confirming which level and which documents a customer actually requires, before scoping, removes the most common source of rework.

Driver three: entitlement is the real integration

Everything above is transport. The requirement that makes procurement integration a project rather than a plugin is that your commerce system must answer, for an anonymous inbound session, a chain of questions that most storefronts never face.

Which organisation is this, given a machine credential rather than a login. What contract governs them. Which SKUs is this organisation entitled to see, since enterprise agreements routinely cover a subset of your catalog. What price applies, per SKU, per organisation, possibly per volume tier and per contract period. Which of their users can order what, and up to what value. Which identifiers do their systems require on the returned cart, since a buyer’s procurement system frequently needs their own part numbers rather than yours.

Each of those is a data model question. Your platform either represents company-level entitlement natively, or the punchout layer has to reconstruct it, and reconstruction is where budgets go.

The identifier question deserves particular attention because it is easy to miss during scoping and expensive to discover during testing. A large buyer’s system may key on their internal material number. If your catalog cannot carry a customer-specific part number per SKU per organisation, the returned cart will not reconcile on their side, and the integration will be technically complete and commercially unusable.

The bottleneck - protocol is weeks, entitlement is quarters

The bottleneck: your data model, not the protocol

Cause and effect resolve here. The protocols are documented, stable, and implemented by many suppliers before you. What varies between a six-week integration and a two-quarter one is whether your commerce platform already holds company accounts, contract pricing, entitled catalogs, and buyer-specific identifiers as first-class data.

Where a platform supports company-level B2B structures natively, punchout becomes a translation layer over capability that already exists. Where it does not, the punchout layer becomes a shadow commerce system holding the entitlement logic, and every future price change has to be applied in two places. That second outcome is the one worth designing away from, because it converts a one-time integration cost into a permanent operational one.

This connects directly to the wider integration picture. Contract pricing usually originates in an ERP rather than in the storefront, and product identifiers usually originate in a PIM. Our guides to Shopify and ERP or PIM connections and to API documentation for ERP integration cover the layer underneath this one, and the source-of-truth question they raise is the same question punchout will ask you to answer explicitly.

Where punchout breaks

The mechanism is stable. The places it produces surprises follow from the sequence itself, and all of them are cheaper to plan for than to discover in user acceptance testing.

The gap between cart return and purchase order. Approval happens after the cart leaves your store, and it can take days. If your prices, stock, or promotions moved in that window, the purchase order arriving on your side will not match what the buyer approved. Decide in advance whether returned carts hold a price for a defined period, and make that rule explicit to the buyer rather than discovering the mismatch through a rejected order.

Tax and shipping. Many procurement systems calculate or apply their own tax and freight treatment after the cart returns, so totals presented in your storefront can differ from what the buyer’s system records. Agree early on which side is authoritative for each figure, because a difference of a few percent on the total is enough to hold an order in review.

Line items the buyer’s system rejects. A returned cart is validated against their catalog rules, budget codes, and identifier expectations. A line with a missing part number, an unrecognised unit of measure, or a category the buyer’s system does not accept can be dropped silently. The buyer sees an incomplete requisition and reports it as your problem.

Session expiry and re-entry. Punchout sessions time out, and buyers frequently step away mid-cart. Whether an expired session resumes, restarts empty, or errors is a design decision. Restarting empty on a hundred-line requisition is the version buyers remember.

Non-catalog and configured items. Buyers regularly want something not in the entitled catalog, or a configured product whose price depends on options. Both need a defined path, since the default behaviour is that the item cannot be ordered through the integration at all and reverts to a manual exception, which is the outcome the integration existed to remove.

Multi-entity buyers. A single customer can punch out from several legal entities, each with its own contract, currency, delivery terms, and approval chain. If entity is not part of your entitlement model, the second entity will surface it.

None of these are protocol problems. They are commercial rules that have to exist somewhere, and punchout has a way of revealing that they never did.

Scoping a procurement integration

Six decisions, best made before development starts.

Which buyer, which platform, which protocol. Scope against a named customer with a stated requirement. Punchout built generically tends to be rebuilt on contact with the first real buyer.

Which documents are in scope. Punchout session and cart return is the minimum. Purchase orders, order confirmations, advance shipping notices, and invoices each add integration surface, and each is a separate conversation with the buyer’s team.

Where entitlement lives. Decide whether company accounts, contract prices, and catalog entitlement are represented in your commerce platform or in the middleware. This single decision drives most of the cost difference between implementations.

How identifiers map. Establish whether the buyer requires their own part numbers on the returned cart, and where that mapping will be stored and maintained.

Platform reality. Some commerce platforms carry punchout capability natively; others reach it through middleware or an app. On Shopify, punchout is not built into the platform, and suppliers implement it through connector apps or a custom middleware layer. Publicly listed pricing for punchout connectors on the Shopify App Store runs to several hundred dollars per month per connection, with additional connections and document types priced separately, so the running cost scales with the number of enterprise buyers rather than sitting flat.

Who tests it. Procurement integrations are validated in the buyer’s system, on their timeline, by their team. Testing access is a dependency to negotiate early, since a supplier ready to test and a buyer with no test window is a common stall.

Flatline’s custom development team scopes procurement integrations as part of enterprise commerce engagements, and the pattern that repeats is the one described above: the protocol work is predictable, and the entitlement model decides the timeline.

Frequently Asked Questions

What is the difference between punchout and EDI? 

Punchout covers the buying session: the buyer shops your catalog from inside their procurement system and returns a cart. EDI covers structured document exchange between systems, typically purchase orders, confirmations, shipping notices, and invoices. They frequently coexist, with punchout handling selection and a document layer handling everything after approval. cXML can carry both parts, which is one reason it is usually the better starting point.

Does Shopify support punchout? 

Not natively. Suppliers running on Shopify implement punchout through connector apps or custom middleware that handles the setup request, session authentication, and cart return, while the storefront renders the entitled catalog. The capability is available and the cost is recurring rather than one-off, which belongs in the business case.

How long does a punchout integration take? 

The protocol work is the predictable part, often weeks. The variable is whether your platform already models company accounts, contract pricing, and entitled catalogs. Where it does, integration timelines are measured in weeks. Where the punchout layer has to reconstruct entitlement, expect quarters, and expect ongoing maintenance in two systems.

Is it worth building punchout before a customer asks? 

Usually not. The requirement is specific to the buyer’s platform, protocol, document set, and identifier scheme, and a generic implementation tends to be reworked against the first real requirement. The work that does pay in advance is the data foundation: company accounts, contract pricing, and clean product identifiers, all of which are useful regardless of which procurement platform arrives first.

Key Takeaways

  • Punchout is how enterprise buyers reach your catalog: selected from an approved vendor list, opened as a session by their procurement system, shopped without a login, and returned as a cart into their approval workflow.
  • Two protocols carry it. cXML is the broader starting point and extends into purchase orders, confirmations, shipping notices, and invoices. OCI is the SAP-oriented format to implement when a specific customer requires it.
  • The protocol is not the hard part. Resolving a machine identity into an organisation, a contract, an entitled catalog, entitled prices, and buyer-specific part numbers is the actual engineering, and it is a data model question.
  • Where a platform models company-level B2B structures natively, punchout is a translation layer. Where it does not, the connector becomes a second commerce system holding pricing logic, and the cost becomes permanent rather than one-time.

Procurement integration reads as a technical topic and behaves as a commercial one. The supplier who appears inside a buyer’s system at the moment of purchase is participating in a process designed to keep purchasing inside a short list, and being on that list is worth more than most storefront optimisation the same budget could buy.

THINKING

How to calculate the Total Cost of Ownership (TCO) for your eCommerce store

Running a successful eCommerce business requires more than just a great product and marketing strategy. Understanding the Total Cost of Ownership (TCO) is crucial for making informed decisions about your platform, tools, and long-term scalability. Whether you’re on Shopify, Magento, or another platform, calculating your TCO can help you uncover hidden costs and optimize your...

Turning one-time buyers into a second purchase: the flow architecture behind repeatable revenue

The second purchase flow architecture that earns a repeat order is not a fixed list of emails. It is a routing system: an entry trigger at the first order, a branch by what the customer bought and how they were acquired, a sequence timed to the moment they are still paying attention, and a clean...

Acquisition or retention_ deciding where the next euro actually returns

Acquisition or retention: deciding where the next euro actually returns

It is budget season, and two line items are competing for the same money. One funds another month of Meta and Google. The other funds the flows, the loyalty logic, and the post-purchase work that turns a first order into a second. Most teams settle it with a percentage split copied from somewhere: 70/30, 60/40,...

Acquisition keeps getting more expensive_ shifting weight to the channels you already own

Acquisition keeps getting more expensive: shifting weight to the channels you already own

The paid budget went up again this quarter, and the new-customer count stayed flat. Same campaigns, same creative discipline, more spend to stand still. Most teams read that line as a bidding problem and go hunting for a cheaper channel or a sharper audience. Rising customer acquisition cost is rarely a bidding problem. It is...

How Much of Your Marketing Budget Should Go to Retention vs Acquisition_

How Much of Your Marketing Budget Should Go to Retention vs Acquisition?

The number you have probably been handed is that retention should get 15 to 25 percent of your marketing budget. It is a real figure from real practitioners, and applying it to your business is still a mistake, because it is a range for one revenue band with its conditions stripped off. The honest answer...

The Cheapest LTV Lever You Already Own_ Post-Purchase Flows and the Second-Purchase Problem

The Cheapest LTV Lever You Already Own: Post-Purchase Flows and the Second-Purchase Problem

Every brand under acquisition pressure already owns the highest-return automation in its stack, and most have it half-built. The post-purchase flow costs nothing in media, it speaks only to customers you have already paid to acquire, and it works the single inflection where lifetime value actually compounds: the second purchase. There is a catch that...

WhatsApp or SMS at Shopify Checkout_ A Market-by-Market Opt-In Decision Guide

WhatsApp or SMS at Shopify Checkout? A Market-by-Market Opt-In Decision Guide

Choose WhatsApp or SMS opt-in at Shopify checkout by assessing each market’s customer evidence, messaging readiness and operating costs. Prefer the channel your team can support with verified consent handling and a relevant program. Use the market worksheet below to record the choice, its evidence and the conditions that would change it. Your CRM team...

Shopify Adds WhatsApp Marketing Consent at Checkout_ What Changes for Your Retention Workflow

Shopify Adds WhatsApp Marketing Consent at Checkout: What Changes for Your Retention Workflow

Shopify now supports WhatsApp marketing consent collection at checkout. The September 10, 2026 release gives merchants another place to capture opt-ins. Your retention team should connect that checkout setting to a documented workflow for recording preferences, checking messaging-platform support and handling subsequent customer requests. The responsibility worksheet below helps organize that work. Your eCommerce team...

New customers keep coming, none come back_ the retention math that decides if growth is profitable

New customers keep coming, none come back: the retention math that decides whether growth is profitable

A store can add more new customers every month than it did the month before and lose more money every month at the same time. The retention math is the reason. Whether growth is profitable is decided by whether each customer’s lifetime contribution margin exceeds what you paid to acquire them, and that figure is...

Should You Keep Meta Direct Checkout Enabled_ A Shopify Readiness Guide

Should You Keep Meta Direct Checkout Enabled? A Shopify Readiness Guide

Keep Shopify Meta direct checkout enabled when your store is eligible and the available purchase experience satisfies its essential requirements. Review product support, delivery and measurement before making that choice. If a mandatory requirement is unsupported or unresolved, use the online-store route while your team assesses the gap. An active setting gives a Head of...

Meta Is Now a Shopify AI Channel_ What Merchants Can Control

Meta Is Now a Shopify AI Channel: What Merchants Can Control

Meta is now a Shopify AI channel in Agentic Storefronts. Merchants can manage Shopify Catalog access and direct checkout, then review Meta performance in the admin. These controls govern different parts of participation, so your team should record product-access and checkout decisions separately, with an owner for each. For a brand running several markets and...