KosmoKrator

productivity

BigCommerce CLI for AI Agents

Use the BigCommerce CLI from KosmoKrator to call BigCommerce tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

BigCommerce CLI Setup

BigCommerce can be configured headlessly with `kosmokrator integrations:configure bigcommerce`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure bigcommerce --set access_token="$BIGCOMMERCE_ACCESS_TOKEN" --set store_hash="$BIGCOMMERCE_STORE_HASH" --enable --read allow --write ask --json
kosmokrator integrations:doctor bigcommerce --json
kosmokrator integrations:status --json

Credentials

Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
access_token BIGCOMMERCE_ACCESS_TOKEN Secret secret yes Access Token
store_hash BIGCOMMERCE_STORE_HASH Text string yes Store Hash
base_url BIGCOMMERCE_BASE_URL URL url no Base URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call bigcommerce.bigcommerce_list_products '{}' --json
Provider shortcut
kosmo integrations:bigcommerce bigcommerce_list_products '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs bigcommerce --json
kosmo integrations:docs bigcommerce.bigcommerce_list_products --json
kosmo integrations:schema bigcommerce.bigcommerce_list_products --json
kosmo integrations:search "BigCommerce" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

bigcommerce.bigcommerce_list_products

List catalog products with BigCommerce v3 filters.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_products '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_products '{}' --json

bigcommerce.bigcommerce_get_product

Get one catalog product by ID.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_product '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_product '{}' --json

bigcommerce.bigcommerce_create_product

Create a catalog product.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_product '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_product '{}' --json

bigcommerce.bigcommerce_update_product

Update a catalog product.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_product '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_product '{}' --json

bigcommerce.bigcommerce_delete_product

Delete a catalog product.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_product '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_product '{}' --json

bigcommerce.bigcommerce_list_product_variants

List variants for a catalog product.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_product_variants '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_product_variants '{}' --json

bigcommerce.bigcommerce_get_product_variant

Get one product Variant.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_product_variant '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_product_variant '{}' --json

bigcommerce.bigcommerce_create_product_variant

Create a product Variant.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_product_variant '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_product_variant '{}' --json

bigcommerce.bigcommerce_update_product_variant

Update a product Variant.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_product_variant '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_product_variant '{}' --json

bigcommerce.bigcommerce_delete_product_variant

Delete a product Variant.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_product_variant '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_product_variant '{}' --json

bigcommerce.bigcommerce_list_product_images

List images for a catalog product.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_product_images '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_product_images '{}' --json

bigcommerce.bigcommerce_get_product_image

Get one product Image.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_product_image '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_product_image '{}' --json

bigcommerce.bigcommerce_create_product_image

Create a product Image.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_product_image '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_product_image '{}' --json

bigcommerce.bigcommerce_update_product_image

Update a product Image.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_product_image '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_product_image '{}' --json

bigcommerce.bigcommerce_delete_product_image

Delete a product Image.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_product_image '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_product_image '{}' --json

bigcommerce.bigcommerce_list_product_custom_fields

List custom-fields for a catalog product.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_product_custom_fields '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_product_custom_fields '{}' --json

bigcommerce.bigcommerce_get_product_custom_field

Get one product Custom Field.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_product_custom_field '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_product_custom_field '{}' --json

bigcommerce.bigcommerce_create_product_custom_field

Create a product Custom Field.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_product_custom_field '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_product_custom_field '{}' --json

bigcommerce.bigcommerce_update_product_custom_field

Update a product Custom Field.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_product_custom_field '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_product_custom_field '{}' --json

bigcommerce.bigcommerce_delete_product_custom_field

Delete a product Custom Field.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_product_custom_field '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_product_custom_field '{}' --json

bigcommerce.bigcommerce_list_product_modifiers

List modifiers for a catalog product.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_product_modifiers '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_product_modifiers '{}' --json

bigcommerce.bigcommerce_get_product_modifier

Get one product Modifier.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_product_modifier '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_product_modifier '{}' --json

bigcommerce.bigcommerce_create_product_modifier

Create a product Modifier.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_product_modifier '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_product_modifier '{}' --json

bigcommerce.bigcommerce_update_product_modifier

Update a product Modifier.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_product_modifier '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_product_modifier '{}' --json

bigcommerce.bigcommerce_delete_product_modifier

Delete a product Modifier.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_product_modifier '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_product_modifier '{}' --json

bigcommerce.bigcommerce_list_product_options

List options for a catalog product.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_product_options '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_product_options '{}' --json

bigcommerce.bigcommerce_get_product_option

Get one product Option.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_product_option '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_product_option '{}' --json

bigcommerce.bigcommerce_create_product_option

Create a product Option.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_product_option '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_product_option '{}' --json

bigcommerce.bigcommerce_update_product_option

Update a product Option.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_product_option '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_product_option '{}' --json

bigcommerce.bigcommerce_delete_product_option

Delete a product Option.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_product_option '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_product_option '{}' --json

bigcommerce.bigcommerce_list_product_videos

List videos for a catalog product.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_product_videos '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_product_videos '{}' --json

bigcommerce.bigcommerce_get_product_video

Get one product Video.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_product_video '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_product_video '{}' --json

bigcommerce.bigcommerce_create_product_video

Create a product Video.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_product_video '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_product_video '{}' --json

bigcommerce.bigcommerce_update_product_video

Update a product Video.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_product_video '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_product_video '{}' --json

bigcommerce.bigcommerce_delete_product_video

Delete a product Video.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_product_video '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_product_video '{}' --json

bigcommerce.bigcommerce_list_categories

List BigCommerce Categorys.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_categories '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_categories '{}' --json

bigcommerce.bigcommerce_get_category

Get one BigCommerce Category.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_category '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_category '{}' --json

bigcommerce.bigcommerce_create_category

Create a BigCommerce Category.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_category '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_category '{}' --json

bigcommerce.bigcommerce_update_category

Update a BigCommerce Category.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_category '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_category '{}' --json

bigcommerce.bigcommerce_delete_category

Delete a BigCommerce Category.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_category '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_category '{}' --json

bigcommerce.bigcommerce_list_brands

List BigCommerce Brands.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_brands '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_brands '{}' --json

bigcommerce.bigcommerce_get_brand

Get one BigCommerce Brand.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_brand '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_brand '{}' --json

bigcommerce.bigcommerce_create_brand

Create a BigCommerce Brand.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_brand '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_brand '{}' --json

bigcommerce.bigcommerce_update_brand

Update a BigCommerce Brand.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_brand '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_brand '{}' --json

bigcommerce.bigcommerce_delete_brand

Delete a BigCommerce Brand.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_brand '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_brand '{}' --json

bigcommerce.bigcommerce_list_category_trees

List BigCommerce Category Trees.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_category_trees '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_category_trees '{}' --json

bigcommerce.bigcommerce_get_category_tree

Get one BigCommerce Category Tree.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_category_tree '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_category_tree '{}' --json

bigcommerce.bigcommerce_create_category_tree

Create a BigCommerce Category Tree.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_category_tree '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_category_tree '{}' --json

bigcommerce.bigcommerce_update_category_tree

Update a BigCommerce Category Tree.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_category_tree '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_category_tree '{}' --json

bigcommerce.bigcommerce_delete_category_tree

Delete a BigCommerce Category Tree.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_category_tree '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_category_tree '{}' --json

bigcommerce.bigcommerce_list_price_lists

List BigCommerce Price Lists.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_price_lists '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_price_lists '{}' --json

bigcommerce.bigcommerce_get_price_list

Get one BigCommerce Price List.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_price_list '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_price_list '{}' --json

bigcommerce.bigcommerce_create_price_list

Create a BigCommerce Price List.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_price_list '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_price_list '{}' --json

bigcommerce.bigcommerce_update_price_list

Update a BigCommerce Price List.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_price_list '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_price_list '{}' --json

bigcommerce.bigcommerce_delete_price_list

Delete a BigCommerce Price List.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_price_list '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_price_list '{}' --json

bigcommerce.bigcommerce_list_price_list_records

List records for a BigCommerce price list.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_price_list_records '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_price_list_records '{}' --json

bigcommerce.bigcommerce_set_price_list_records

Create or update records for a BigCommerce price list.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_set_price_list_records '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_set_price_list_records '{}' --json

bigcommerce.bigcommerce_delete_price_list_records

Delete price list records by query filters.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_price_list_records '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_price_list_records '{}' --json

bigcommerce.bigcommerce_list_orders

List store orders with BigCommerce v2 filters.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_orders '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_orders '{}' --json

bigcommerce.bigcommerce_get_order

Get one order by ID.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_order '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_order '{}' --json

bigcommerce.bigcommerce_create_order

Create an order.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_order '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_order '{}' --json

bigcommerce.bigcommerce_update_order

Update an order.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_order '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_order '{}' --json

bigcommerce.bigcommerce_delete_order

Delete an order.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_order '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_order '{}' --json

bigcommerce.bigcommerce_list_order_products

List products for a BigCommerce order.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_order_products '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_order_products '{}' --json

bigcommerce.bigcommerce_list_shipping_addresses

List Order Shipping Addresses for an order.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_shipping_addresses '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_shipping_addresses '{}' --json

bigcommerce.bigcommerce_list_coupons

List Order Coupons for an order.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_coupons '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_coupons '{}' --json

bigcommerce.bigcommerce_list_transactions

List Order Transactions for an order.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_transactions '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_transactions '{}' --json

bigcommerce.bigcommerce_list_order_shipments

List shipments for an order.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_order_shipments '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_order_shipments '{}' --json

bigcommerce.bigcommerce_get_order_shipment

Get one shipment for an order.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_order_shipment '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_order_shipment '{}' --json

bigcommerce.bigcommerce_create_order_shipment

Create a shipment for an order.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_order_shipment '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_order_shipment '{}' --json

bigcommerce.bigcommerce_update_order_shipment

Update a shipment for an order.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_order_shipment '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_order_shipment '{}' --json

bigcommerce.bigcommerce_delete_order_shipment

Delete a shipment for an order.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_order_shipment '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_order_shipment '{}' --json

bigcommerce.bigcommerce_list_customers

List customers with BigCommerce v3 filters.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_customers '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_customers '{}' --json

bigcommerce.bigcommerce_get_customer

Get one customer by ID using the v3 customers filter.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_customer '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_customer '{}' --json

bigcommerce.bigcommerce_create_customers

Create one or more customers.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_customers '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_customers '{}' --json

bigcommerce.bigcommerce_update_customers

Update one or more customers.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_customers '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_customers '{}' --json

bigcommerce.bigcommerce_delete_customers

Delete customers by comma-separated IDs.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_customers '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_customers '{}' --json

bigcommerce.bigcommerce_list_customer_addresses

List Customer Addresses.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_customer_addresses '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_customer_addresses '{}' --json

bigcommerce.bigcommerce_get_customer_address

Get one record from Customer Addresses.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_customer_address '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_customer_address '{}' --json

bigcommerce.bigcommerce_create_customer_addresses

Create Customer Addresses.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_customer_addresses '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_customer_addresses '{}' --json

bigcommerce.bigcommerce_update_customer_addresses

Update Customer Addresses.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_customer_addresses '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_customer_addresses '{}' --json

bigcommerce.bigcommerce_delete_customer_addresses

Delete Customer Addresses by comma-separated IDs.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_customer_addresses '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_customer_addresses '{}' --json

bigcommerce.bigcommerce_list_customer_form_field_values

List Customer Form Field Values.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_customer_form_field_values '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_customer_form_field_values '{}' --json

bigcommerce.bigcommerce_get_customer_form_field_value

Get one record from Customer Form Field Values.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_customer_form_field_value '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_customer_form_field_value '{}' --json

bigcommerce.bigcommerce_create_customer_form_field_values

Create Customer Form Field Values.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_customer_form_field_values '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_customer_form_field_values '{}' --json

bigcommerce.bigcommerce_update_customer_form_field_values

Update Customer Form Field Values.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_customer_form_field_values '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_customer_form_field_values '{}' --json

bigcommerce.bigcommerce_delete_customer_form_field_values

Delete Customer Form Field Values by comma-separated IDs.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_customer_form_field_values '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_customer_form_field_values '{}' --json

bigcommerce.bigcommerce_list_customer_groups

List v2 customer groups.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_customer_groups '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_customer_groups '{}' --json

bigcommerce.bigcommerce_get_customer_group

Get one v2 customer group.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_customer_group '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_customer_group '{}' --json

bigcommerce.bigcommerce_create_customer_group

Create a v2 customer group.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_customer_group '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_customer_group '{}' --json

bigcommerce.bigcommerce_update_customer_group

Update a v2 customer group.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_customer_group '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_customer_group '{}' --json

bigcommerce.bigcommerce_delete_customer_group

Delete a v2 customer group.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_customer_group '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_customer_group '{}' --json

bigcommerce.bigcommerce_list_carts

List carts.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_carts '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_carts '{}' --json

bigcommerce.bigcommerce_get_cart

Get one cart.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_cart '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_cart '{}' --json

bigcommerce.bigcommerce_create_cart

Create a cart.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_cart '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_cart '{}' --json

bigcommerce.bigcommerce_delete_cart

Delete a cart.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_cart '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_cart '{}' --json

bigcommerce.bigcommerce_get_checkout

Get checkout details.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_checkout '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_checkout '{}' --json

bigcommerce.bigcommerce_update_checkout

Update checkout details.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_checkout '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_checkout '{}' --json

bigcommerce.bigcommerce_update_checkout_billing_address

Update checkout billing address.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_checkout_billing_address '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_checkout_billing_address '{}' --json

bigcommerce.bigcommerce_create_checkout_consignments

Create checkout consignments.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_checkout_consignments '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_checkout_consignments '{}' --json

bigcommerce.bigcommerce_update_checkout_consignment

Update a checkout consignment.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_checkout_consignment '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_checkout_consignment '{}' --json

bigcommerce.bigcommerce_delete_checkout_consignment

Delete a checkout consignment.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_checkout_consignment '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_checkout_consignment '{}' --json

bigcommerce.bigcommerce_get_store

Get store information.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_store '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_store '{}' --json

bigcommerce.bigcommerce_get_storefront_status

Get storefront status and verify API access.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_storefront_status '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_storefront_status '{}' --json

bigcommerce.bigcommerce_get_current_user

Compatibility alias that returns storefront status.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_current_user '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_current_user '{}' --json

bigcommerce.bigcommerce_list_channels

List BigCommerce Channels.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_channels '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_channels '{}' --json

bigcommerce.bigcommerce_get_channel

Get one BigCommerce Channel.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_channel '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_channel '{}' --json

bigcommerce.bigcommerce_create_channel

Create a BigCommerce Channel.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_channel '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_channel '{}' --json

bigcommerce.bigcommerce_update_channel

Update a BigCommerce Channel.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_channel '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_channel '{}' --json

bigcommerce.bigcommerce_delete_channel

Delete a BigCommerce Channel.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_channel '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_channel '{}' --json

bigcommerce.bigcommerce_list_sites

List BigCommerce Sites.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_sites '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_sites '{}' --json

bigcommerce.bigcommerce_get_site

Get one BigCommerce Site.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_site '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_site '{}' --json

bigcommerce.bigcommerce_create_site

Create a BigCommerce Site.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_site '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_site '{}' --json

bigcommerce.bigcommerce_update_site

Update a BigCommerce Site.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_site '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_site '{}' --json

bigcommerce.bigcommerce_delete_site

Delete a BigCommerce Site.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_site '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_site '{}' --json

bigcommerce.bigcommerce_list_webhooks

List BigCommerce Webhooks.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_webhooks '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_webhooks '{}' --json

bigcommerce.bigcommerce_get_webhook

Get one BigCommerce Webhook.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_webhook '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_webhook '{}' --json

bigcommerce.bigcommerce_create_webhook

Create a BigCommerce Webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_webhook '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_webhook '{}' --json

bigcommerce.bigcommerce_update_webhook

Update a BigCommerce Webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_webhook '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_webhook '{}' --json

bigcommerce.bigcommerce_delete_webhook

Delete a BigCommerce Webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_webhook '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_webhook '{}' --json

bigcommerce.bigcommerce_list_content_pages

List BigCommerce Content Pages.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_content_pages '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_content_pages '{}' --json

bigcommerce.bigcommerce_get_content_page

Get one BigCommerce Content Page.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_content_page '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_content_page '{}' --json

bigcommerce.bigcommerce_create_content_page

Create a BigCommerce Content Page.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_content_page '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_content_page '{}' --json

bigcommerce.bigcommerce_update_content_page

Update a BigCommerce Content Page.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_content_page '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_content_page '{}' --json

bigcommerce.bigcommerce_delete_content_page

Delete a BigCommerce Content Page.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_content_page '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_content_page '{}' --json

bigcommerce.bigcommerce_list_widgets

List BigCommerce Widgets.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_widgets '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_widgets '{}' --json

bigcommerce.bigcommerce_get_widget

Get one BigCommerce Widget.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_widget '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_widget '{}' --json

bigcommerce.bigcommerce_create_widget

Create a BigCommerce Widget.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_widget '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_widget '{}' --json

bigcommerce.bigcommerce_update_widget

Update a BigCommerce Widget.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_widget '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_widget '{}' --json

bigcommerce.bigcommerce_delete_widget

Delete a BigCommerce Widget.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_widget '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_widget '{}' --json

bigcommerce.bigcommerce_list_widget_templates

List BigCommerce Widget Templates.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_widget_templates '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_widget_templates '{}' --json

bigcommerce.bigcommerce_get_widget_template

Get one BigCommerce Widget Template.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_widget_template '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_widget_template '{}' --json

bigcommerce.bigcommerce_create_widget_template

Create a BigCommerce Widget Template.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_widget_template '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_widget_template '{}' --json

bigcommerce.bigcommerce_update_widget_template

Update a BigCommerce Widget Template.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_widget_template '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_widget_template '{}' --json

bigcommerce.bigcommerce_delete_widget_template

Delete a BigCommerce Widget Template.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_widget_template '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_widget_template '{}' --json

bigcommerce.bigcommerce_list_redirects

List BigCommerce Redirects.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_redirects '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_redirects '{}' --json

bigcommerce.bigcommerce_get_redirect

Get one BigCommerce Redirect.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_get_redirect '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_get_redirect '{}' --json

bigcommerce.bigcommerce_create_redirect

Create a BigCommerce Redirect.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_create_redirect '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_create_redirect '{}' --json

bigcommerce.bigcommerce_update_redirect

Update a BigCommerce Redirect.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_update_redirect '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_update_redirect '{}' --json

bigcommerce.bigcommerce_delete_redirect

Delete a BigCommerce Redirect.

Write write
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_delete_redirect '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_delete_redirect '{}' --json

bigcommerce.bigcommerce_list_regions

List content regions for widget placement.

Read read
Parameters
none
Generic call
kosmo integrations:call bigcommerce.bigcommerce_list_regions '{}' --json
Shortcut
kosmo integrations:bigcommerce bigcommerce_list_regions '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

bigcommerce.bigcommerce_list_products 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_products --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_product 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_product --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_product 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_product --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_product 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_product --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_product 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_product --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_product_variants 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_product_variants --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_product_variant 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_product_variant --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_product_variant 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_product_variant --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_product_variant 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_product_variant --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_product_variant 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_product_variant --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_product_images 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_product_images --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_product_image 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_product_image --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_product_image 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_product_image --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_product_image 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_product_image --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_product_image 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_product_image --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_product_custom_fields 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_product_custom_fields --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_product_custom_field 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_product_custom_field --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_product_custom_field 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_product_custom_field --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_product_custom_field 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_product_custom_field --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_product_custom_field 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_product_custom_field --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_product_modifiers 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_product_modifiers --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_product_modifier 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_product_modifier --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_product_modifier 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_product_modifier --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_product_modifier 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_product_modifier --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_product_modifier 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_product_modifier --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_product_options 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_product_options --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_product_option 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_product_option --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_product_option 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_product_option --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_product_option 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_product_option --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_product_option 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_product_option --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_product_videos 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_product_videos --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_product_video 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_product_video --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_product_video 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_product_video --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_product_video 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_product_video --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_product_video 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_product_video --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_categories 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_categories --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_category 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_category --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_category 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_category --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_category 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_category --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_category 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_category --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_brands 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_brands --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_brand 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_brand --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_brand 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_brand --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_brand 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_brand --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_brand 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_brand --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_category_trees 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_category_trees --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_category_tree 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_category_tree --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_category_tree 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_category_tree --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_category_tree 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_category_tree --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_category_tree 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_category_tree --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_price_lists 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_price_lists --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_price_list 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_price_list --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_price_list 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_price_list --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_price_list 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_price_list --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_price_list 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_price_list --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_price_list_records 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_price_list_records --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_set_price_list_records 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_set_price_list_records --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_price_list_records 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_price_list_records --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_orders 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_orders --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_order 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_order --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_order 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_order --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_order 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_order --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_order 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_order --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_order_products 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_order_products --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_shipping_addresses 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_shipping_addresses --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_coupons 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_coupons --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_transactions 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_transactions --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_order_shipments 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_order_shipments --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_order_shipment 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_order_shipment --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_order_shipment 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_order_shipment --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_order_shipment 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_order_shipment --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_order_shipment 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_order_shipment --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_customers 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_customers --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_customer 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_customer --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_customers 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_customers --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_customers 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_customers --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_customers 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_customers --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_customer_addresses 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_customer_addresses --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_customer_address 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_customer_address --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_customer_addresses 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_customer_addresses --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_customer_addresses 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_customer_addresses --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_customer_addresses 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_customer_addresses --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_customer_form_field_values 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_customer_form_field_values --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_customer_form_field_value 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_customer_form_field_value --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_customer_form_field_values 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_customer_form_field_values --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_customer_form_field_values 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_customer_form_field_values --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_customer_form_field_values 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_customer_form_field_values --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_customer_groups 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_customer_groups --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_customer_group 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_customer_group --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_customer_group 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_customer_group --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_customer_group 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_customer_group --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_customer_group 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_customer_group --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_carts 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_carts --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_cart 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_cart --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_cart 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_cart --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_cart 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_cart --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_checkout 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_checkout --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_checkout 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_checkout --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_checkout_billing_address 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_checkout_billing_address --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_checkout_consignments 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_checkout_consignments --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_checkout_consignment 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_checkout_consignment --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_checkout_consignment 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_checkout_consignment --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_store 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_store --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_storefront_status 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_storefront_status --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_current_user 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_current_user --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_channels 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_channels --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_channel 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_channel --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_channel 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_channel --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_channel 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_channel --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_channel 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_channel --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_sites 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_sites --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_site 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_site --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_site 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_site --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_site 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_site --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_site 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_site --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_webhooks 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_webhooks --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_webhook 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_webhook --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_webhook 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_webhook --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_webhook 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_webhook --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_webhook 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_webhook --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_content_pages 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_content_pages --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_content_page 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_content_page --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_content_page 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_content_page --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_content_page 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_content_page --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_content_page 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_content_page --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_widgets 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_widgets --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_widget 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_widget --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_widget 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_widget --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_widget 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_widget --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_widget 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_widget --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_widget_templates 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_widget_templates --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_widget_template 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_widget_template --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_widget_template 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_widget_template --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_widget_template 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_widget_template --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_widget_template 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_widget_template --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_redirects 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_redirects --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_get_redirect 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_get_redirect --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_create_redirect 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_create_redirect --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_update_redirect 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_update_redirect --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_delete_redirect 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_delete_redirect --json
ParameterTypeRequiredDescription
No parameters.
bigcommerce.bigcommerce_list_regions 0 parameters
Schema command
kosmo integrations:schema bigcommerce.bigcommerce_list_regions --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.