#anton-shipping-invoices
1 messages · Page 1 of 1 (latest)
Are you already using the Orders API or are you using shipping with something else?
Hey @elfin pelican! Thanks a lot for response
I'm using stripe invoices and then we passing all orders to the our vendors which is managing delivery of physical goods
Do you recommend to join to beta Orders API (we're not in yet)?
👋 stepping in as Pompey needed to step away
No, the Orders API is actually being deprecated so you should not (and can not) join it
So you are looking to dynamically calculate shipping using Invoices
You would want to basically just add an invoice item for shipping here to be picked up by your Invoice
anton-shipping-invoices
Yeap, even like this, just like an extra item in invoice for shipping
But we're looking for the correct way to calculate it based on user adress, but there's no official docs like https://stripe.com/docs/orders/dynamic-shipping-taxes
Also maybe important fact that we're using stripe ios sdk + python backend
Yeah we don't currently support dynamic Shipping calculation.
You would have to handle this on your end prior to finalizing the Invoice
Thanks a lot for your help!
Alright, than we'll manage everything on the backend part