BigCommerce

api.bigcommerce.com

Community

BigCommerce is an enterprise e-commerce platform providing REST APIs to manage online stores. Agents can programmatically manage products, orders, customers, carts, and categories across BigCommerce storefronts.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.bigcommerce.com/stores/{store_hash}/v3

Crawl failures

1

Last verified

2026-03-01T11:07:59.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_cart

e-commerce

Create a new shopping cart with line items, customer ID, and channel ID. Returns the cart object with calculated totals and checkout URL.

Detail: https://api.bigcommerce.com/stores/{store_hash}/v3/capabilities/create_cart

create_product

e-commerce

Create a new product in the BigCommerce catalog with name, type, price, weight, SKU, description, images, and category assignments.

Detail: https://api.bigcommerce.com/stores/{store_hash}/v3/capabilities/create_product

get_order

payments

Retrieve the full details of a specific order including line items, shipping addresses, billing address, and payment information.

Detail: https://api.bigcommerce.com/stores/{store_hash}/v3/capabilities/get_order

list_categories

e-commerce

Retrieve the category tree for the BigCommerce store. Returns all categories with their hierarchy, names, descriptions, and product counts.

Detail: https://api.bigcommerce.com/stores/{store_hash}/v3/capabilities/list_categories

list_customers

email

Retrieve a paginated list of customers from the BigCommerce store. Supports filtering by name, email, company, customer group, and date ranges.

Detail: https://api.bigcommerce.com/stores/{store_hash}/v3/capabilities/list_customers

list_orders

e-commerce

Retrieve a paginated list of orders from the BigCommerce store. Supports filtering by status, customer ID, date ranges, and minimum/maximum totals.

Detail: https://api.bigcommerce.com/stores/{store_hash}/v3/capabilities/list_orders

list_products

e-commerce

Retrieve a paginated list of products from the BigCommerce store. Supports filtering by name, SKU, price range, availability, category, and brand.

Detail: https://api.bigcommerce.com/stores/{store_hash}/v3/capabilities/list_products

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: BigCommerce
Description: BigCommerce is an enterprise e-commerce platform providing REST APIs to manage online stores. Agents can programmatically manage products, orders, customers, carts, and categories across BigCommerce storefronts.
Auth: api_key
Capabilities:
  - create_cart: Create a new shopping cart with line items, customer ID, and channel ID. Returns the cart object with calculated totals and checkout URL.
  - create_product: Create a new product in the BigCommerce catalog with name, type, price, weight, SKU, description, images, and category assignments.
  - get_order: Retrieve the full details of a specific order including line items, shipping addresses, billing address, and payment information.
  - list_categories: Retrieve the category tree for the BigCommerce store. Returns all categories with their hierarchy, names, descriptions, and product counts.
  - list_customers: Retrieve a paginated list of customers from the BigCommerce store. Supports filtering by name, email, company, customer group, and date ranges.
  - list_orders: Retrieve a paginated list of orders from the BigCommerce store. Supports filtering by status, customer ID, date ranges, and minimum/maximum totals.
  - list_products: Retrieve a paginated list of products from the BigCommerce store. Supports filtering by name, SKU, price range, availability, category, and brand.