BigCommerce is a hosted storefront platform. Each store exposes a REST Management API under api.bigcommerce.com/stores/{store_hash}, with Orders on V2 and Customers, Catalog, and Inventory on V3. Webhooks push order, shipment, customer, product, and cart events to a URL you register, and retry for up to 48 hours before the webhook is deactivated.
Through Fibric, an operator reads orders as they change status, checks stock by location, and proposes a status update, a shipment record with its tracking number, or a refund from a refund quote, for your approval. Each proposal leaves a receipt: what changed, why, and how to undo it.
This is a reference listing. It documents what Fibric would read from BigCommerce and what it could propose, based on the vendor's published interfaces. Fibric builds it under a managed deployment when you request it; selecting it here installs nothing.
Inputs
Orders with products, shipping addresses, coupons, messages, and statuses through the Orders V2 API
Order webhooks: store/order/created, store/order/updated, store/order/statusUpdated, store/order/refund/created
Customers with addresses, attributes, form field values, and consent settings through the Customers V3 API
Inventory quantities and settings per location, referenced by variant_id, sku, or product_id
A BigCommerce store and a store-level API account; its token and OAuth scopes cannot be changed after creation
Scopes for what the operator reads or proposes: store_v2_orders, store_v2_customers_read_only, store_v2_products_read_only, store_inventory
An HTTPS destination that answers webhook deliveries with HTTP 200
For refunds, an order that has been paid and a payment gateway that supports refunds
Authentication
A store-level API account created in the control panel under Settings > Store-level API accounts; its access token is sent in the X-Auth-Token header.
Limits
Rate limits are per store and shared by every app on it: Pro plans 450 requests per 30 seconds, Plus and Standard 150; Enterprise varies
At most 10 webhooks per store, client, and scope combination, and only one per destination
A webhook whose destination keeps failing is deactivated after the final retry and must be recreated
Refunds take two calls: a refund quote first, then the refund itself
Access and pricing
Reference listing. Fibric builds the connector under a managed deployment when you request it. Your quote covers the build, capabilities, usage, and support.
Which BigCommerce API version does this connector read orders from?
Orders V2. It carries order products, shipping addresses, coupons, messages, statuses, taxes, and shipments. Refunds use Orders V3 under /v3/orders/{id}/payment_actions/, with a refund_quotes step followed by the refund itself.
How does BigCommerce tell Fibric that an order changed?
Through webhooks. You register a destination URL for scopes such as store/order/updated or store/order/statusUpdated. BigCommerce expects an HTTP 200 reply, retries failed deliveries for up to 48 hours, then deactivates the webhook and emails the registered app address.
How many API calls can the connector make?
It depends on the plan. Pro stores allow 450 requests per 30 seconds, Plus and Standard 150. All apps on a store share that quota, and each response carries X-Rate-Limit-Requests-Left and X-Rate-Limit-Time-Reset-Ms headers. A 429 means wait for the window to reset.
Ask about BigCommerce
Ask about the capabilities and requirements in this listing.
This connector listing is developed, published, and supported by Fibric. It describes integration with BigCommerce through published interfaces. Third-party names and logos identify the systems an integration connects to; they are the property of their respective owners, who are not affiliated with Fibric and do not sponsor or endorse this listing. Trademark policy