#yaztoosleepy
1 messages ยท Page 1 of 1 (latest)
Hi ๐
We're focused on developers coding integrations here so my recommendation would be to use the Products API and write a script to create the products.
https://stripe.com/docs/api/products/create
But let me take a look around the docs first
Okay yep for bulk imports we recommend creating them through the API: https://stripe.com/docs/products-prices/getting-started#import-products-prices
We are not doing any server/client work actually
The customer wants to use invoicing feature in the stripe dashboard
There is option to add product, but its time consuming
Question is can the invoicing be done by importing xcel sheet of products to dashboard
will check the docs