Solution Below code shows creating a cash refund in Big Commerce if the related order exists in Big Commerce Related KBs of Big Commerce Integration: https://jobinandjismi.in/get-customers-from-big-commerce-through-api/https://jobinandjismi.in/update-item-base-price-netsuite-to-big-commerce/
Tag: bigcommerce
Update Item Base Price NetSuite to Big Commerce
Below code defines if the base price is updated for an item in NetSuite, the same will get updated in Big Commerce. Script: User event Below functions defines to sent get requests to big commerce
Install the Bigcommerce – Netsuite Integration in Celigo
First, configure the Netsuite with this by giving the Account ID, ( which we get from Setup>Company>Company Information) Then configure the Bigcommerce To configure this we should have a Client ID, Acess token, and Store hash ( all 3 are provided by the client, in the case of the test account we can generate this)… Continue reading Install the Bigcommerce – Netsuite Integration in Celigo
Bulk Pricing in Bigcommerce
To encourage shoppers to purchase more and in higher quantities, merchants will often offer quantity discounts on certain products, also known as bulk pricing. Bulk pricing involves offering a particular item or group of items at a lower price based on the number ordered. This is particularly useful to wholesalers and merchants who sell items… Continue reading Bulk Pricing in Bigcommerce
Steps To Find Access Token, Store HASH, and Client ID from BigCommerce account
Log in to your BigCommerce account. From the left pane, select Advanced Settings > API Accounts. The Store API Accounts page is displayed. Click Create API Account. The Create API account page is displayed. Enter the API account name in the Name textbox and make the selection as shown in the following image for Oauth Scopes: Note: You can find… Continue reading Steps To Find Access Token, Store HASH, and Client ID from BigCommerce account
BigCommerce connection with celigo
To connect BigCommerce with celigo , we need the access token ,Store hash, Client ID. Go to settings in the BigCommerce account . Select the API accounts Click on “create API account“ Add name for the account Make the selection for Oauth Scopes: Store hash is “rxmzgid9dc“ Click Save. The BigCommerce API Credential page is displayed that… Continue reading BigCommerce connection with celigo
Sync Customer from BigCommerce to NetSuite
To create the flow to sync Customers from BigCommerce to NetSuite, we can use the inbuilt integration flows of BigCommerce – NetSuite. In export , the connection is BigCommerce, provide BigCommerce connection, select the API version, API Name, API endpoint and Export type. then save and close. Add a Lookup for customer address save and… Continue reading Sync Customer from BigCommerce to NetSuite
Import customers and sales orders from BigCommerce to NetSuite
Import Sales Orders from BigCommerce to NetSuite While importing a new sales order, the integration app first checks whether there is an existing sales order in NetSuite with the same ExternalID as the mapped sales order. If the search finds a match, the new order is considered a duplicate and not imported. When you run… Continue reading Import customers and sales orders from BigCommerce to NetSuite
BigCommerce Order Status and Ids
Status id Name Description 0 Incomplete An incomplete order happens when a shopper reached the payment page, but did not complete the transaction. 1 Pending Customer started the checkout process, but did not complete it. 2 Shipped Order has been shipped, but receipt has not been confirmed; seller has used the Ship Items action. 3… Continue reading BigCommerce Order Status and Ids