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
200without re-running the archive flow - 404 on missing quote — archive requests for a non-existent
quote_idreturn a404response
For details, see the Quotes overview and the Update a Quote endpoint reference.
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 soon —
customer_loginfor 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.