May 7, 2026

Archive a B2B quote via the API

The Update a Quote endpoint now supports archiving a quote by sending {"status": "archived"} in the request body.

  • Archive a quote — send PUT /api/v3/io/rfq/{quote_id} with body {"status": "archived"} to hide the quote from the Buyer Portal
  • Idempotent — re-archiving an already-archived quote returns 200 without re-running the archive flow
  • 404 on missing quote — archive requests for a non-existent quote_id return a 404 response

For details, see the Quotes overview and the Update a Quote endpoint reference.


May 7, 2026

BigCommerce MCP Server (Beta)

The BigCommerce MCP server lets AI agents — like Claude, Cursor, and Warp — interact with a BigCommerce storefront using purpose-built commerce tools, available since April 28, 2026.

  • B2C Storefront server — guest shopping flow with tools to search the catalog, fetch product details, manage a cart, and generate a checkout URL
  • Bring-your-own client — connect from Claude Desktop, Claude Code, Cursor, or Warp using a store-specific MCP server URL
  • Coming sooncustomer_login for personalized pricing, order history, and account features, plus a B2B storefront server

Enable the server under Settings → Early access in the control panel. For details, see the MCP Server overview and the B2C Storefront server reference.