#라이트브링어
1 messages · Page 1 of 1 (latest)
Hi there!
Hi!
There's a few ways you can handle this. If shipping costs will be charged in the same interval as the other prices on the subscription, you can add the shipping cost as another subscription item. Alternatively, you can create the subscription and edit the invoice draft to add a one-time invoice item
As for the "correct amount", shipping costs are something you'll need to calculate on your end
I see. I'll try out adding an invoice item as the solution.
I am guessing this is a one time addition and if I want the shipping cost persisted for the next interval, then would adding this invoice item during the invoice.created (or any other related event) webhook be the correct approach to take?
If the cost should persist for the next interval, adding it as a subscription item would be the right solution