Skip to main content
BigCommerce logo

BigCommerce

Manage BigCommerce: products, orders, customers, carts, categories, webhooks. Exposes 43 actions covering the full API surface the agent needs - read and write.

What it can do

MethodWhat it does
bigcommerce_products_listList products - GET /catalog/products.
bigcommerce_products_getGet one product - GET /catalog/products/{id}.
bigcommerce_products_createCreate a product - POST /catalog/products (JSON body).
bigcommerce_products_updateUpdate a product - PUT /catalog/products/{id} (JSON body, partial).
bigcommerce_products_deleteDelete a product - DELETE /catalog/products/{id}.
bigcommerce_product_variants_listList product variants - GET /catalog/products/{product_id}/variants.
bigcommerce_product_variants_getGet one product variant - GET /catalog/products/{product_id}/variants/{variant_id}.
bigcommerce_product_variants_createCreate a product variant - POST /catalog/products/{product_id}/variants (JSON body).
bigcommerce_product_variants_updateUpdate a product variant - PUT /catalog/products/{product_id}/variants/{variant_id} (JSON body, partial).
bigcommerce_orders_listList orders - GET /orders.
bigcommerce_orders_getGet one order - GET /orders/{id}.
bigcommerce_orders_createCreate an order - POST /orders (JSON body).
bigcommerce_orders_updateUpdate an order - PUT /orders/{id} (JSON body, partial).
bigcommerce_orders_deleteDelete an order - DELETE /orders/{id}.
bigcommerce_order_items_listList order items (products in order) - GET /orders/{order_id}/products.
bigcommerce_customers_listList customers - GET /customers.
bigcommerce_customers_getGet one customer - GET /customers/{id}.
bigcommerce_customers_createCreate a customer - POST /customers (JSON body).
bigcommerce_customers_updateUpdate a customer - PUT /customers/{id} (JSON body, partial).
bigcommerce_customers_deleteDelete a customer - DELETE /customers/{id}.
bigcommerce_categories_listList categories - GET /catalog/categories.
bigcommerce_categories_getGet one category - GET /catalog/categories/{id}.
bigcommerce_categories_createCreate a category - POST /catalog/categories (JSON body).
bigcommerce_categories_updateUpdate a category - PUT /catalog/categories/{id} (JSON body, partial).
bigcommerce_categories_deleteDelete a category - DELETE /catalog/categories/{id}.
bigcommerce_brands_listList brands - GET /catalog/brands.
bigcommerce_brands_getGet one brand - GET /catalog/brands/{id}.
bigcommerce_brands_createCreate a brand - POST /catalog/brands (JSON body).
bigcommerce_brands_updateUpdate a brand - PUT /catalog/brands/{id} (JSON body, partial).
bigcommerce_brands_deleteDelete a brand - DELETE /catalog/brands/{id}.
bigcommerce_carts_listList shopping carts - GET /carts.
bigcommerce_carts_getGet one shopping cart - GET /carts/{id}.
bigcommerce_carts_createCreate a shopping cart - POST /carts (JSON body).
bigcommerce_carts_deleteDelete a shopping cart - DELETE /carts/{id}.
bigcommerce_coupons_listList coupons - GET /coupons.
bigcommerce_coupons_getGet one coupon - GET /coupons/{id}.
bigcommerce_coupons_createCreate a coupon - POST /coupons (JSON body).
bigcommerce_coupons_updateUpdate a coupon - PUT /coupons/{id} (JSON body, partial).
bigcommerce_coupons_deleteDelete a coupon - DELETE /coupons/{id}.
bigcommerce_webhooks_listList webhooks - GET /hooks.
bigcommerce_webhooks_createCreate a webhook - POST /hooks (JSON body).
bigcommerce_webhooks_deleteDelete a webhook - DELETE /hooks/{id}.
bigcommerce_store_info_getGet store configuration and metadata - GET /store.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
BIGCOMMERCE_STORE_HASHFrom your API path store-{hash} (BigCommerce - Settings - API accounts).
BIGCOMMERCE_ACCESS_TOKENBigCommerce - Settings - API - Store-level API accounts - Create.

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope - regenerate it.
  • 429 Too Many Requests - you hit the provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, BigCommerce!