A place to discuss charging merchants for your apps and services using the billing API.
Hey all,
Is there any way to access information about a Store/Account's monthly billing information/invoice? I'm looking to access fee information such as a store's monthly subscription fee, email fees, etc.
https://help.shopify.com/en/manual/your-account/manage-billing/billing-information
I tried searching for this and only found unrelated questions about order invoices and the BIlling API, or similar questions to mine with no responses.
Thanks, Grant
Solved! Go to the solution
This is an accepted solution.
Hey @grantMD,
This information isn't currently exposed through the API. If you describe the use case I can submit feedback to our product teams.
JB | Solutions Engineer @ Shopify
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hey @grantMD,
This information isn't currently exposed through the API. If you describe the use case I can submit feedback to our product teams.
JB | Solutions Engineer @ Shopify
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
JB,
The use case for this data is around accurate real-time analytics and accounting. For orders processed through Shopify Payments, since we can pull the order-level fees, we can accurately determine the full per-order gross profit. This lets us reconcile the sum of all order gross profit against Shopify Payments daily payouts to programmatically determine things like EOM open balances and monthly gross profit statements.
With orders under different gateways, since we can't get the fee amount that Shopify charges for the orders, we cannot be as accurate when doing analytics or accounting for these orders.
While we're at it, the other feature that would greatly help with getting to the true, full per-order gross profit would be exposing shipping labels purchased through Shopify in a standard API format, rather than having to call the Events API and parsing the text to determine what are shipping events and what the amounts are. 🙂
Thanks
Two years have passed. Do you have any Invoice related APIs mentioned in the above questions
Not that I know of. They really need to though.