Hi all! I was wondering for those who use shopify, if anyone invoices from shopify? We have our normal dtc shopify setup but we do have instances where we have people ordering directly through us and we need to place the order for them giving them net 30 to pay. I know there's a way to do that in shopify and I was able to bring the order into netsuite but not sure I'm understanding all of it. Anyone else invoicing in shopify and how do you handle it in netsuite?
m
MGBC
11/07/2025, 5:15 PM
Shopify has a send order invoice parameter in their API. You would trigger that once the order is shipped in NetSuite
The tricky part is setting up your payment methods to allow checkout without a CC. I’m assuming you don’t want to offer this to all customers?
MGBC
11/07/2025, 5:17 PM
If you use a standard connector like Celigo or NS connector I don’t believe this is supported so you’d probably need to setup some custom flows to support the entire workflow
c
Charlie
11/09/2025, 10:37 PM
The company i'm at is using shopify b2b for term customer orders, and netusite for invoice and payment. The order and fulfilment is being synced, invoice is not.
I think that shopify b2b has an okay way to handle certain customers on payment terms, but it will need to be setup for each company/customer.
j
James Roth
11/10/2025, 8:09 PM
Hi, this is James from Celigo. We do have a prebuilt Shopify B2B Template that has an order flow that can replace the more traditional D2C flows or work in conjunction with them. We also have customers who create the Customer/Order in NetSuite first and then push that data to Shopify.
James Roth
11/10/2025, 8:10 PM
We could also look at the orderInvoiceSend mutation as mentioned above! That would pull the Invoice from NS and then Shopify would send an "invoice" from the Order data.