RobVG admin
Community stats
- Username RobVG
- Joined
- Visits 6
- Last Active
- Roles Member
- Points 61
- Badges
- 8
- Posts
- 53
Reactions
-
Re: Integration invoices all 0$
We introduced a change today so that new invoices should not get a duplicate invoice number going forward. Hopefully that resolves this issue for you :smiley: (View Post)2 -
Re: Zapier Shopify integration trouble
Hi @Kaewen, We have made a change on our side that should rectify the issue you were experiencing. Can you try again and let me know how that goes? Thanks :smiley: (View Post)1 -
Re: How to retrieve filtered invoice Via API
Hi @haythem, To fetch the invoices that have a specific invoice date, you can use the invoiceDateStart and invoiceDateEnd arguments from the invoices field of a Business type. invoiceDateStart filter… (View Post)1 -
Re: Create Invoice with multiple items on it and edit quantity via API
Hi @AcolyteJ, I will try to use this example with some additional inputs provided. Mutation: mutation CreateInvoice ($input: InvoiceCreateInput!) { invoiceCreate(input: $input) { didSucceed inputErro… (View Post)1