Question:
Why Wix Auotmation does not send the number of items ?
Product:
Wix Studio
What are you trying to achieve:
For each invoice i want to determine the number of a product
What have you already tried:
I just did research there is nothing on the internet!
I hardcoded the solution in my backend system where i divide the total price by the unit price! It is not an elegent way but right now it works
Additional information:
1 Like
Maybe because…
1) You did not provide enough informations about your …
a) setup
b) used elements
c) exact process-flow
d) your code running in the background
2) maybe because…
It is not an elegent way but right now it works
Sounds like you have already found a workaround which is working for you.
but the issue is i have to parse it from csv and this is not such good idea!
I want to have the details from wix!
a) I have wix website where i can order some items. After the order is done i want Wix to send me invoice number via Automation or API.
b) Wix Automations is the only tool i used right now
c) An Order is submitted, we the owner get the details and create an invoice and send it back to the customer.
My goal is to get the invoice number per API or an Automation
d) Do not know which code you mean?
My main goal is just to get the invoice number and the order number together via automation or via api call!
Wanna send the invoices to our own tax system !