Hi API guru,
Let’s say the app uses checkout API or orders API, then what are the common ways to collect commissions?
The only official document I can find is to use billing API by creating usage records.
https://shopify.dev/tutorials/build-a-sales-channel
Are there any other ways charing merchants commissions?
Also let’s say if the app does use billing API, what’s the common pattern using it? Creating a usage record for every single order?
Any suggestions would be greatly appreciated!