BigCommerce Connector
Quickly build integrations connecting your B2B SaaS to BigCommerce.
About the BigCommerce Connector
Manage products, brands, categories, and more on the BigCommerce ecommerce platform.
Actions
| Action Name | Action Description |
|---|---|
| List Brands | Returns a list of all of the store's brands. |
| Get Brand | Retrieves details of a specific brand. |
| Create Brand | Creates a new brand in the store. |
| Update Brand | Updates a brand's details. |
| Delete Brand | Deletes a brand by ID. |
| Create Brand Image | Uploads an image for a brand. |
| Delete Brand Image | Deletes an image for a brand by ID. |
| List Categories | Returns a list of categories with optional filters. |
| Get Category | Returns a single category. |
| Create Category | Creates a new category in BigCommerce. |
| Update Category | Updates an existing category in BigCommerce. |
| Delete Categories | Deletes categories based on provided filters. |
| Create Category Image | Uploads an image for a specific category. |
| Delete Category Image | Deletes an image associated with a given category. |
| List Category Trees | Returns a list of category trees. |
| Get Category Tree | Returns a category tree. |
| Upsert Category Trees | Upserts Category Trees. This single endpoint updates and creates category trees. |
| Delete Category Trees | Deletes specific category trees. |
| List Categories (Simplified) | Returns a list of categories. |
| Create Category Tree | Creates a new category tree in BigCommerce. |
| Update Categories | Updates existing categories in BigCommerce. |
| Delete Categories from Tree | Deletes specified categories from a category tree in BigCommerce. |
| List Products | Returns a list of products with optional filter parameters. |
| Create Product | Creates a new product in the store. |
| Delete Product | Deletes a product. |
| Update Product | Updates a product in the catalog. |
| Update Products (Batch) | Updates products in batches. |
| Get Product Custom Fields | Returns a list of product custom fields. |
| Create Custom Field | Creates a custom field for a product. |
| Update Custom Field | Updates a custom field for a product. |
| Delete Custom Field | Deletes a product custom field. |
| List Product Images | Returns a list of product images with optional filter parameters. |
| Get Product Image | Returns a single product image. |
| Create Product Image | Creates a product image. |
| Update Product Image | Updates a product image. |
| Delete Product Image | Deletes a product image. |
| Get Catalog Summary | Returns a lightweight inventory summary from the BigCommerce Catalog. |
| List Product Modifiers | Returns a list of all product modifiers. |
| Get Product Modifier | Returns a single product modifier. |
| Create Product Modifier | Creates a product modifier. |
| Update Product Modifier | Updates a product modifier. |
| Delete Product Modifier | Deletes a product modifier. |
| Create Modifier Image | Creates an image for a product modifier value. |
| List Product Variants | Returns a list of product variants. |
| Get Product Variant | Returns a specific product variant. |
| Create Product Variant | Creates a new product variant in BigCommerce. |
| Update Product Variant | Updates a specific product variant. |
| Delete Product Variant | Deletes a specific product variant. |
| Create Variant Image | Creates or updates an image for a specific product variant. |
| List Webhooks | Returns a list of all webhooks on a store. |
| Create Webhook | Creates a new webhook in BigCommerce. |
| Update Webhook | Updates an existing webhook in BigCommerce. |
| Delete Webhook | Deletes a specific webhook from BigCommerce. |
| Delete Instanced Webhooks | Deletes all webhooks that point to a flow in this instance. |
| Raw Request | Sends a raw HTTP request to BigCommerce. |
Triggers
| Trigger Name | Trigger Description |
|---|---|
| Webhook | Receive and validate webhook requests from BigCommerce for manually configured webhook subscriptions. |
| New and Updated Orders | Checks for new and updated orders in BigCommerce on a configured schedule. |