For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
    • About Our APIs
  • REST
    • Overview
      • Overview
      • Storefront
      • Management
        • Overview
          • Addresses
          • Authentication
          • Channels
          • Company
          • Invoice Management
          • Orders
          • Payment
          • Quotes
          • Sales Staff
          • Shopping List
          • Super Admin
          • Users
  • GraphQL
    • Overview
  • MCP
    • Overview
Dev Portal
LogoLogo
On this page
  • Authentication
  • Related resources
RESTB2BManagement

Overview

Was this page helpful?
Previous

Management

Next

Addresses

Built with

The B2B Edition Management APIs let you perform server-to-server operations for managing B2B storefronts. Use these APIs to manage companies, users, addresses, orders, quotes, invoices, payments, shopping lists, and more from an administrative perspective.

These APIs are designed for backend integrations and admin-level operations using store-level API credentials.

Authentication

B2B Management APIs use the same X-Auth-Token authentication pattern as the main BigCommerce REST APIs. Include your store-level or app-level access token in the request header. In addition, you must include the X-Store-Hash header containing your BigCommerce store hash.

B2B Management API request format
GET https://api-b2b.bigcommerce.com/api/{endpoint}
X-Auth-Token: {access_token}
X-Store-Hash: {store_hash}
Accept: application/json
Content-Type: application/json

For full details, see Authentication overview and API Accounts.

Related resources

For B2B guides, getting started content, and conceptual docs, see the B2B Edition docs.