- Retrieve general store information including name, address, currency settings, and configuration details.
- Retrieve a paginated list of products from the catalog with optional filtering.
- Retrieve detailed information for a specific product by its ID.
- Create a new product in the catalog.
- Update an existing product's attributes by its ID.
- Permanently delete a product from the catalog by its ID.
- Retrieve all product variants across the catalog.
- Retrieve all variants for a specific product.
- Retrieve details for a specific product variant.
- Create a new variant for a product.
- Update an existing product variant.
- Remove a product variant.
- Retrieve all product brands with optional filtering and pagination.
- Retrieve detailed information for a specific brand by its ID.
- Create a new product brand in the catalog.
- Update an existing brand's attributes by its ID.
- Permanently delete a brand by its ID.
- Delete multiple brands by name filter.
- Retrieve a paginated list of customers with optional filtering.
- Retrieve detailed information for a specific customer by their ID.
- Create new customer accounts (up to 10 at once).
- Update existing customers' profile information (up to 10 at once).
- Permanently delete customers by their IDs.
- Retrieve a paginated list of orders with optional filtering by status, date, and customer.
- Retrieve detailed information for a specific order by its ID.
- Update an existing order's status, products, addresses, or other details.
- Create a new order with products and billing address.
- Retrieve all available order statuses.
- Retrieve all products/line items for a specific order.
- Retrieve all shipments for a specific order.
- Create a shipment for an order with tracking information.
- Retrieve all inventory locations configured for the store.
- Retrieve details for a specific inventory location by its ID.
- Create new inventory locations.
- Retrieve inventory levels for items at specified locations.
- Override existing inventory levels for items at locations.
- Add or subtract inventory for items at locations.
- Retrieve all sales channels configured for the store.
- Retrieve details for a specific channel by its ID.
- Create a new sales channel.
- Update an existing channel's configuration.
- Retrieve all currencies configured for the store.
- Retrieve details for a specific currency by its ID.
- Add a new currency to the store.
- Update an existing currency's settings.
- Remove a currency from the store.
- Retrieve all shipping zones configured for the store.
- Retrieve details for a specific shipping zone by its ID.
- Create a new shipping zone.
- Update an existing shipping zone's configuration.
- Remove a shipping zone from the store.
- Retrieve all webhooks registered for the store.
- Retrieve details for a specific webhook by its ID.
- Register a new webhook to receive event notifications.
- Update an existing webhook's configuration.
- Remove a webhook subscription.
- Retrieve all customer wishlists.
- Retrieve details for a specific wishlist by its ID.
- Create a new wishlist for a customer.
- Update an existing wishlist's properties.
- Remove a wishlist.
- Retrieve all content pages from the store.
- Retrieve details for a specific page by its ID.
- Create a new content page.
- Update an existing page's content and settings.
- Remove a content page.
- Retrieve all price lists configured for the store.
- Retrieve details for a specific price list by its ID.
- Create a new price list.
- Update an existing price list's properties.
- Remove a price list.
- Retrieve all coupons configured for the store.
- Retrieve details for a specific coupon by its ID.
- Create a new coupon code.
- Update an existing coupon's properties.
- Remove a coupon.
- Returns a count of all coupons in the store.
- Retrieve all newsletter subscribers.
- Retrieve details for a specific subscriber by ID.
- Add a new newsletter subscriber.
- Delete subscribers matching filter criteria.
- Remove a newsletter subscriber by ID.
- Retrieve all tax classes configured for the store.
- Retrieve details for a specific tax class by ID.
- Retrieve all countries available in BigCommerce.
- Retrieve details for a specific country by ID.
- Returns a count of all countries.
- Retrieve all states or provinces for a country.
- Retrieve all scripts installed on the store.
- Retrieve details for a specific script by its UUID.
- Add a new script to the storefront.
- Update an existing script's properties.
- Remove a script from the storefront.
- Retrieve all sites/storefronts configured for the store.
- Retrieve details for a specific site by ID.
- Create a site that links a headless storefront to a sales channel.
- Retrieve all themes available for the store.
- Retrieve details for a specific theme by UUID.
- Activate a theme variation on a channel.
- Retrieve a list of categories with filtering options.
- Retrieve all category trees for the store.
- Create or update category trees.
- Delete one or more category trees.
- Retrieve a specific category tree with all its categories.
- Create one or more categories.
- Update one or more categories.
- Delete one or more categories.
- Create a new shopping cart.
- Retrieve a cart by its ID.
- Delete a cart by its ID.
- Add one or more items to a cart.
- Update a line item in a cart.
- Remove a line item from a cart.
- Retrieve a checkout by its ID.
- Add a billing address to a checkout.
- Update the billing address on a checkout.
- Add a shipping consignment to a checkout.
- Update a consignment on a checkout.
- Remove a consignment from a checkout.
- Create an order from a completed checkout.
No matching actions