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
          • Authentication
          • Catalog
            • GETGet Product Variants Info
            • GETGet Variant Information
            • POSTGet Detailed Variant Information
          • Company
          • Orders
          • Request for Quote
          • Sales Rep
          • Shopping List
          • Store Settings
      • Management
  • GraphQL
    • Overview
  • MCP
    • Overview
Dev Portal
LogoLogo
RESTB2BStorefront

Catalog

The Catalog endpoints in the B2B Edition Storefront API enable you to retrieve product and variant information from a BigCommerce store. These endpoints are designed for fast, programmatic access to variant data, supporting use cases such as catalog display, quick ordering, and integration with external systems.

Use these endpoints to:

  • List variants for a specific product (/catalogs/variants)
  • Fetch details for one or more variants by SKU (/catalogs/quick-product)
  • Retrieve comprehensive variant data for quick order workflows (/catalogs/quick-order-pad)

All endpoints require a Bearer token for authentication. For details, see the REST Storefront API authentication guide.

These endpoints mirror the functionality of standard BigCommerce REST API endpoints and provide data similar to Storefront GraphQL API queries like productVariantsInfo and variantSku. For more information, see the GraphQL Playground.

Was this page helpful?
Previous

Get Storefront authToken for Specific Customer

Next

Get Product Variants Info

Built with