To create metafields in shopify , open the shopify account Settings > custom data Select any part of your store to create metafield Selected product to add metafield Click on “Add definition“ Add name of the metafield and its description Choose the required option from the “select type” Add required limits of characters and save.… Continue reading Create metafields in Shopify
Tag: shopify
How to get credentials from a Shopify account
Open the Shopify account Click on the Apps option Click on App and Sales channel settings Then click on Develop apps Then give an App name and click on Create app Then Configure Admin API scopes Then select the version Then check the checkboxes of the Admin API access scopes and Save it. Now we… Continue reading How to get credentials from a Shopify account
Webhook Listener connection with Shopify
Click on the Add Source Select the Application as Shopify In What would like to do option select Listen for real-time data from the source application Then I select an existing listener Then Click Next Then create Webhook in the Shopify account For this click on Settings>Notification>Create Webhook option from the bottom Select the Event… Continue reading Webhook Listener connection with Shopify
Error in Customer flow, unable to add new Shopify customer to NetSuite.
Error: Multiple matches were found for customer record with criteria: [[“email”,”is”,”test@gmail.com”],”AND”,[“custentity_celigo_shopify_store”,”is”,”@NONE@”]]. Please use different secondary lookup criteria and try again. Solution: Check if there are multiple customer records in NetSuite for test@gmail.com. To resolve this, t’s either you need to make sure that there’s no duplicate customer record in NetSuite with email address or you… Continue reading Error in Customer flow, unable to add new Shopify customer to NetSuite.
Error: Extension returned statusCode 504. Expected 200.
The mentioned error occurred in the pre built Shopify-NetSuite Celigo Integration. Error: Extension returned statusCode 504. Expected 200. Response body = Solution: The 504 error is a gateway timeout error that usually occurs when the remote endpoint is not responding in a timely manner (perhaps due to downtime or a heavy load). Either Netsuite or… Continue reading Error: Extension returned statusCode 504. Expected 200.
Shopify NetSuite Integration via Heroku
Shopify NetSuite Integration via Heroku Functionality Overview Initial Heroku Setup and app creation GitHub implementation and deploying in Heroku Creating webhooks in Shopify Creating a script to connect to NetSuite (Restlet) and payload conversion Restlet in NetSuite to fetch payload and do updates Initial Heroku Setup Create a Heroku account and purchase a dyno (Eco),… Continue reading Shopify NetSuite Integration via Heroku
Sync more than one Item image to Shopify
The Item images in NetSuite are synced to Shopify along with the product details using the NetSuite Item to Shopify Product Add/Update flow. By default, only one image which is selected in the field ITEM IMAGE ({custitem_atlas_item_image}) is only synced to Shopify. If we need to sync images in another field , add the new… Continue reading Sync more than one Item image to Shopify
Sync NetSuite customer refund created against the customer deposit to Shopify
When you sync a paid order as a sales order with a customer deposit, and if there is a refund request even before the order is fulfilled, a refund adjustment is required instead of item restock. In this scenario, the fulfillment and invoice records are not created in NetSuite and a customer refund is created… Continue reading Sync NetSuite customer refund created against the customer deposit to Shopify
Proposal For Location Setting in NetSuite Sales Orders
Proposal summary This proposal covers the Shopify Integration to update the line level location in sales orders according to the location in Shopify Requirement The location in shopify order has to be added in the item line in NetSuite sales order Prerequisites Please provide us the shopify API key and password to establish… Continue reading Proposal For Location Setting in NetSuite Sales Orders
Import Not paid Shopify orders to Netsuite using IA
There are two options to do this We have two options for bringing pending payment orders from Shopify to Netsuite. 1 ) First, we have to go to celigo settings > Order There give the Shopify order id. The Shopify order id will be the id in the order URL. Then save it. Also you… Continue reading Import Not paid Shopify orders to Netsuite using IA