#jopa_26357
1 messages · Page 1 of 1 (latest)
hi! not sure what third party integrations exist. Maybe try reaching out to Shippo or checking their docs for what they offer.
Well, I found this URL https://stripe.com/docs/payments/during-payment/charge-shipping
And also this one https://dashboard.stripe.com/settings/orders
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It ask me for the provider URL
that's for a Stripe-owned shipping API(that doesn't integrate with third parties directly AFAIK but maybe a third party can let you know?)
that's a legacy and non-supported product for several years now
Well...
I remember Shippo used to have an integration with Orders, not sure if it it still works but Orders are mostly deprecated entirely
Can you give any lead of what to do?
I consulted Shippo
They say the same
The only way I can visualize it happening is by an API integration, and even so, Idk if it will show live shipping price to users
Because Stripe operates with shipping-rate object
So by what I understand so far, I would have to call Shippo API to create a label, then call stripe API to pass on the Label price as a shipping-rate and add it to the product
But that wont show it live...