GXO Logo
  • About
  • Blog
  • Pricing
  • FAQ
  • Top 100 Brands
Sign InSign Up
GXO Logo

GXO.dev is the leading platform for agentic commerce, enabling AI agents to discover, evaluate, and purchase products on behalf of users. Connect your store to AI agents and boost sales with automated commerce.

© Copyright 2026 GXO. All Rights Reserved.

Solutions
  • For Brands
  • For AI Agents
  • For Developers
Features
  • Agentic Commerce
  • GEO Website Analysis
  • Programmatic SEO
  • ACP Products API
  • GXO Product Feeds
Resources
  • About
  • Blog
  • Documentation
  • Pricing
  • FAQ
  • Contact
ACP
  • Overview
  • Get Started
  • Key Concepts
  • Agentic Checkout
  • Delegated Payment
  • Product Feeds
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • LLMs.txt
  • Agents.txt
OverviewGet StartedKey ConceptsAgentic CheckoutDelegated PaymentProduct Feeds

The Agentic Commerce Protocol Standard

The open standard that enables AI agents to discover, evaluate, and purchase products on behalf of users. Join the future of commerce where AI agents can shop for you.

Checkout Flow
How Agentic Checkout Works
See the complete flow from product discovery to order fulfillment, all powered by GXO's platform.
1

Product Discovery

AI agent finds your product based on user intent

User asks AI agent for product recommendations
AI agent searches GXO's product feeds
Your product appears in AI agent's results
AI agent presents product to user
2

Selection & Cart

User selects product and AI agent manages cart

User confirms they want to purchase
AI agent adds product to cart via GXO
Real-time inventory verification
Price and availability confirmation
3

Secure Checkout

AI agent facilitates secure payment process

AI agent initiates checkout through GXO
User provides payment information securely
GXO processes payment with your processor
Order confirmation sent to all parties
4

Order Fulfillment

Order flows back to your store for processing

Order appears in your store dashboard
Automatic inventory deduction
Customer receives confirmation email
Fulfillment process begins
1

Product Discovery

AI agent finds your product based on user intent

User asks AI agent for product recommendations
AI agent searches GXO's product feeds
Your product appears in AI agent's results
AI agent presents product to user
2

Selection & Cart

User selects product and AI agent manages cart

User confirms they want to purchase
AI agent adds product to cart via GXO
Real-time inventory verification
Price and availability confirmation
3

Secure Checkout

AI agent facilitates secure payment process

AI agent initiates checkout through GXO
User provides payment information securely
GXO processes payment with your processor
Order confirmation sent to all parties
4

Order Fulfillment

Order flows back to your store for processing

Order appears in your store dashboard
Automatic inventory deduction
Customer receives confirmation email
Fulfillment process begins

Who's Involved in the Process?

Customer

Makes purchase through AI agent

AI Agent

Facilitates the entire process

Your Store

Receives and fulfills the order

Why This Flow Works Better

For Customers

  • No need to leave the conversation
  • AI agent handles all the complexity
  • Instant product recommendations

For Merchants

  • New revenue stream from AI traffic
  • Automatic order processing
  • Detailed analytics and insights

Ready to enable this checkout flow for your store?

Security & Compliance
Enterprise-Grade Security
Your customers' data and payments are protected by the highest security standards in the industry.

Security Certifications & Compliance

PCI DSS Level 1

Highest level of payment security compliance

Certified

SOC 2 Type II

Security, availability, and confidentiality controls

Audited

ISO 27001

Information security management system

Certified

GDPR Compliant

European data protection regulation compliance

Compliant

Security Features

End-to-End Encryption

All data encrypted in transit and at rest using AES-256 encryption

  • TLS 1.3 for all communications
  • AES-256 encryption for stored data
  • Regular key rotation
  • Hardware security modules (HSMs)

Zero Data Storage

GXO never stores your customers' payment information

  • No credit card data on our servers
  • Tokenized payment processing
  • Direct integration with your payment processor
  • Automatic data purging

Fraud Prevention

Advanced fraud detection and prevention systems

  • Real-time transaction monitoring
  • Machine learning-based fraud detection
  • Risk scoring and alerts
  • Automatic suspicious activity blocking

Audit Trails

Comprehensive logging and monitoring of all activities

  • Complete transaction audit logs
  • User activity tracking
  • System access monitoring
  • Compliance reporting

Additional Security Measures

Regular security audits and penetration testing
Automated vulnerability scanning
24/7 security monitoring and incident response
Employee security training and background checks
Secure development lifecycle (SDL) practices
Regular security updates and patches

Why Merchants Trust GXO

99.9%
Uptime SLA
Guaranteed service availability
$0
Security Incidents
Zero data breaches to date
24/7
Monitoring
Continuous security oversight

Ready to secure your agentic commerce with enterprise-grade security?

Implementation Guide
How GXO Handles Implementation for You
GXO handles all the complex ACP implementation details. Here's how it works behind the scenes.

Quick Setup Process

GXO handles all the technical complexity. Here's what happens when you connect your store.

1. Connect Your Store

One-click integration with your existing platform

# Install GXO SDK
npm install @gxo/sdk

# Initialize with your store credentials
import { GXOClient } from '@gxo/sdk';

const gxo = new GXOClient({
  apiKey: 'your-api-key',
  storeId: 'your-store-id'
});

GXO provides SDKs for all major platforms. Simply install the package and initialize with your API credentials.

2. Configure Product Sync

Set up automatic product synchronization

// Configure product feed settings
await gxo.configureFeed({
  syncInterval: 'realtime', // or 'hourly', 'daily'
  includeVariants: true,
  imageOptimization: true,
  seoOptimization: true
});

// Start synchronization
await gxo.startSync();

Configure how often your products sync and what data to include. GXO handles the rest automatically.

3. Set Up Webhooks

Handle real-time events from AI agents

// Webhook endpoint for order events
app.post('/webhooks/gxo', async (req, res) => {
  const { event, data } = req.body;
  
  switch (event) {
    case 'order.created':
      await handleNewOrder(data);
      break;
    case 'payment.completed':
      await processPayment(data);
      break;
    case 'inventory.updated':
      await updateInventory(data);
      break;
  }
  
  res.status(200).send('OK');
});

Handle events from AI agents in real-time. GXO sends webhooks for orders, payments, and inventory updates.

4. Test Integration

Verify everything works correctly

// Test your integration
const testResult = await gxo.testIntegration({
  testProduct: 'your-test-product-id',
  testAgent: 'chatgpt'
});

console.log('Integration Status:', testResult.status);
console.log('Test Orders:', testResult.orders);
console.log('Performance:', testResult.metrics);

GXO provides comprehensive testing tools to verify your integration works correctly before going live.

Ready to see GXO's implementation in action?

Ready to Transform Your Commerce?

Join thousands of merchants and AI agents already using ACP to revolutionize their commerce experience. Start your journey today.

Get Started
No setup fees
Cancel anytime
Expert support included