Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi folks,
Need some advice - I am new to Shopify development and trying to figure out how I could add extra charges to the order in the checkout process. Use case is tax related, the app will talk to a third party API to calculate any extra taxes needed based on the shopping cart contents and shipping address and these would then be displayed to the customer in the checkout flow.
Related question: Is there a way I can set up a webhook for "order placed" and "payment confirmed" for a particular order?
Reading through the docs but I thought I'd post here to see if I could get some pointers to speed up my exploration.
Thanks in advance.
Hey @pandroid ,
Modifying the cart once the user has reached checkout is generally going to be difficult for any standard app. You would need to modify the cart prior to checkout entry, or as part of the checkout creation process.
I can't dive too deep into the specifics as I am not myself a developer, but the most common method of adding custom line items/charges through use of the draft order checkout (which an app could leverage), which can have custom line items, shipping, or tax lines.
Hope this helps!
To learn more visit the Shopify Help Center or the Community Blog.
Hi, is it possible to add tax lines to a draft order? I can't see it in the graphql explorer mutations. How?