Question

line items from shopify to quickbooks online

  • 23 May 2020
  • 3 replies
  • 597 views

Userlevel 1

Can anyone help me how this can be done. How does zap takes value for multiple line items? any sample zap that I can refer? please help.

 

 In my shopify order , i have more than one fulfiled line item and each line item has set of different values  → but i need to apply same match on all.

eg:

 

line item#1 product1, price1, qty1

line item#2 product2,price 2, qty2 

 

before i create invoice in quickbooks, 

I need to say calculate amount /TAX:  by using formula Amount = Price*Qty. 

How can I apply the same formula for these two line items so that in invoice I have two line items 

#1 product1 , amount1

#2 product2,amount2

 

Another problem is tax, in my shopify quickbooks, i have tax included, but in ZAP, it expects me to give tac excluded ( so i have done all that match, it works with one, but with two line items i am not sure how to make it work).


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 4
Badge +4

Hi @chaitra,

 To you use line item support for Quickbooks you need to use the following structure:

Product: [product1, product2]

Qty: [qyt1,qty2]

Price: [price1,price2]

You can use a “Replace Text” function to build your arrays.  I like to use a tilda “~” because it rarely shows up as a symbol:

 

The outputs of the above step would then be enclosed by brackets [ ]

 

For the tax calculation if you build the formula for multiple line items and a zap occurs with a single line item.  The value is null and isn’t seen by the formula. So if you have a “Perform Math Operation” step that adds all the line items together you will get the correct total regardless of how many lines get picked up.

 

Hope that helps point you in the right direction.

Userlevel 1

Thank you for your response. I am having two line items in order, trying to integrate shopify and quickbooks online. I tried using it( screenshot attached but finding trouble in using MATH operation such that in the amount field of line item, I wanted price1*qty1*tax-rate1 and then price2*qty2*tax-rate2 to be filled in amount.

 

And the tax rate is shopiy shows up as 0.18 ( screenshot) .

 

Appreciate any help.

Userlevel 7
Badge +10

Hi @chaitra 

Sorry we missed your reply! Did you get this sorted or do you still need help ?