GraphQL GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. Developed by Facebook in 2012 and open-sourced in 2015, GraphQL allows clients to define the structure of the data required and returned from the server, thus preventing excessively large amounts of data from being returned. GraphQL… Continue reading GrapghQL
Category: BigCommerce
Bigcommerce – Types of App
The first step when developing an app is deciding which type of app to develop. The two types of apps, Single-Click and Connector, are defined by the method of authentication. Single-Click apps use an OAuth Authorization Code Grant flow. Connector apps require store owners to manually generate and configure store API credentials. In addition to the authentication… Continue reading Bigcommerce – Types of App
App building in Big Commerce
To create an app in Big Commerce, we need a Developer Portal account to register the draft app and a BigCommerce store to test the installation. Start by forking the express-hello-world-app repository. Click Fork. Register a draft app in the Developer Portal using the sandbox’s app URL Login to the Developer Portal Click Create an App Give the app a name Click Technical Enter Auth Callback… Continue reading App building in Big Commerce
Big Commerce: Customer Category creation and assign Price level to customer
Customers can be classified into different segments, or groups, by using the Customer Groups feature, available in Big Commerce. Customer groups allow to organize customers, give them discounts, and restrict access to specific products or categories. To create customer groups: Control panel →Customers-> Customer groups → Add new customer group → Add details → save… Continue reading Big Commerce: Customer Category creation and assign Price level to customer
Creating a bulk pricing rule using API
-Bigcommerce Create a Bulk Pricing Rule Using postman send – POST /catalog/products/{product_id}/bulk-pricing-rules Creates a bulk pricing rule. Required Fields quantity_min quantity_max type amount To see whether this rule is reflected or not, Open store and view an item, there will be an option to add bulk pricing.
Big Commerce: Creating Promotions in Website
Automatic Promotions are a way to set up product discounts based on whether the customer’s shopping cart has met specific criteria, such as including certain products or brands, reaching a set order amount, or even whether the customer has purchased before. To add promotions, Control panel -> Marketing -> Promotions -> Automatic promotions -> Create… Continue reading Big Commerce: Creating Promotions in Website
Big Commerce: Creation of Categories
Categories are used to group products together to make them easier to find and browse for shoppers. To create categories, Go to Products-> product categories and click Create category. Enter a display name and save the changes. A subcategory is a category that is “nested” in another category. Subcategories are sometimes called child categories, and the category they… Continue reading Big Commerce: Creation of Categories
Big Commerce: Add new store to existing account
If we already have a trial store, then we can add a new store to the existing account directly from the Big commerce dashboard. Following steps are done to start a new store: Control panel -> Account settings -> Account overview ->Stores -> New store -> Enter the details -> New store is ready Note… Continue reading Big Commerce: Add new store to existing account
Customer Approval – Big commerce
Customer Approval : – Customer approval is a way to identify customers of different segmentations and permit each group to access certain contents or pages on your website. It’s more crucial when you are running a B2B and B2C eCommerce business or selling your products to wholesalers.When we look into big commerce, we can’t see any… Continue reading Customer Approval – Big commerce
Adding webpages to big commerce store
Web pages are used to display content that doesn’t change often. To add a new web page: Go to Control panel-> Storefront -> Web pages -> Create new web page: There are four different ways to add web pages: Using WYSIWYG Editor Add the page name and page url and add directly add the page… Continue reading Adding webpages to big commerce store