#starinje-inventory

1 messages · Page 1 of 1 (latest)

fallow moss
dim gulch
#

Not immediately sure. Can you expand a bit about what you want to keep in sync?

#

I think we don't have a product specifically for this at the moment. Do you have more details on what questions you have on what this syncing process might look like?

scarlet anchor
#

So for example our platform maintains a record of Customers and Inventory items. We want to be able to generate a Stripe invoice via the Stripe API. In order to do that I am thinking we will need to create correlating Stripe Customers and Products in the Stripe ecosystem and then make sure the two data-sets stay in sync.

dim gulch
#

Customers would likely be easier, you can associate your customer record with a Stripe customer ID and use webhooks to get updates on that Customer https://stripe.com/docs/webhooks

#

Pricing can definitely be more complicated based on your pricing model

#

But that should still be pretty similar, making sure that a price in your system is created in Stripe and vice versa.

#

Let me know if you have more specific questions on how to accomplish this

scarlet anchor
#

ok got it - yes Customers makes sense that we would need to maintain records in both systems.

#

For products, say we have 15,000 item in our inventory, do we need to create all of those items as Products in Stripe in order to add them to an invoice?

fallow moss
#

Yes we recommend having your entire product catalog in Stripe. Once it's synced it's fairly straightforward to keep them aligned and you get a lot out of unified reporting and tracking product usage and such as you put the right price(s) on invoices/subscriptions