Sync Orderful purchase order change request (860) to NetSuite sales order

In the Orderful purchase order change request to NetSuite sales order (update) flow, the Get change requests from Orderful purchase order export gets the purchase order change request transactions from Orderful from the polling bucket ID 860. The Update NetSuite sales order import updates the NetSuite SO and Update order status in Orderful import updates the PO status to “Delivered” in Orderful. The… Continue reading Sync Orderful purchase order change request (860) to NetSuite sales order

Published
Categorized as Celigo

How to remove Promotion code (data).

Description : Removing a promotion from the cart. If the promotion is removed successfully, the cart total is updated and the promotion no longer appears in the cart. Code : ParametersName    Type    Descriptiondata    Object    The promotion to remove from the cart. data is an object with a single property promocode_internalid. The value of promocode_internalid is the… Continue reading How to remove Promotion code (data).

JSON to XML

We can use this function to convert json data to xml format function OBJtoXML(obj) { try { var xml = ”; for (var prop in obj) { xml += obj[prop] instanceof Array ? ” : “<” + prop + “>”; if (obj[prop] instanceof Array) { for (var array in obj[prop]) { xml += “<” +… Continue reading JSON to XML

Change the default status of SO created in NetSuite

When sync Orderful purchase order (850) to NetSuite sales order , by default, the sales order is created in Pending Approval status in NetSuite. You can change the default status of the sales order created in NetSuite by adding the following mapping: Source record field (Orderful) Destination record field (NetSuite) <Add a hard-coded value> Valid values… Continue reading Change the default status of SO created in NetSuite

How to writeback the product id of a product in shopify to a custom field in Netsuite- Response Mapping

This can be done by using response mapping. 1.Create response mapping as shown below. 2.Add New import 3.Perform mapping Then run the flow and refresh the created saved search of items.Then we can see that the product id is updated in the created custom field. To update the product id of kit type item we… Continue reading How to writeback the product id of a product in shopify to a custom field in Netsuite- Response Mapping

Published
Categorized as Celigo

Project the image gallery to front(150%) without using extra images(while making responsive)

While we are making a site responsive, we can make too many alterations especially while making image gallery responsive. My requirement was to make each of the image project 150% to the front in small devices. One image should occupy the entire row and next image after the other. The cod used here to change… Continue reading Project the image gallery to front(150%) without using extra images(while making responsive)

Sync NetSuite invoice to Orderful invoice (810)

The NetSuite invoice to Orderful invoice (810) (add) flow syncs the invoice from NetSuite as an invoice to Orderful. This is a scheduled flow that gets the invoices that are created since the last flow run.  The individual sales orders must be billed for the NetSuite invoices to be qualified by the export. If a purchase order… Continue reading Sync NetSuite invoice to Orderful invoice (810)

Published
Categorized as Celigo Tagged

Export Order Cancellations, Refunds from NetSuite to BigCommerce

Export Order Cancellations from NetSuite to BigCommerce This flow exports the canceled order from NetSuite into BigCommerce. Once an order is marked as canceled or closed in NetSuite and you run this flow, the status of the same orders in BigCommerce is updated as canceled by the Integration App. Export Refunds from NetSuite to BigCommerce… Continue reading Export Order Cancellations, Refunds from NetSuite to BigCommerce

Export Fulfilments, Billing Information from NetSuite to BigCommerce

Export Fulfillments from NetSuite to BigCommerce  The Fulfillment Export flow exports shipping and fulfillment data from NetSuite to BigCommerce on a scheduled basis. The Integration App supports complete and partial shipments and exports all tracking number data regardless of the shipping carrier you use (USPS, UPS, FedEx, etc.). BigCommerce Order status is not changed to… Continue reading Export Fulfilments, Billing Information from NetSuite to BigCommerce

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