The NetSuite items to Shopify products flow exports items in NetSuite as Products in Shopify. The Integration App exports basic Product Info (Description, Title, Product Type, Price) and other attributes.
Step 1: Get NetSuite items
Get all items from NetSuite that are modified since the last flow run.
Create an item search to fetch items and provide the internal id of search.
Only modified item records from NetSuite are exported to Shopify
Step 2: Import Shopify products
Add or update products into Shopify using the lookup identifier.
The existing records can be identified using any of the specific fields in the record
Ex: product Id
Field Mapping
| Field Name (Shopify) | Field Name (NetSuite) |
| Product.title | Name |
| Product.body_html | Description |
| Product.product_type | Type |
| Product.variants[*].price | Base Price |
| Product.variants[*].weight | Weight |
| Product.variants[*].weight_unit | Weight Units |