I’d say you found nothing because their API is free to use. You’re talking about their storefront and admin API, right? You would need a shopify plan to have an active store though. Answer from enserioamigo on reddit.com
🌐
Reddit
reddit.com › r/shopify › can i save money using shopify api instead of regular shopify?
r/shopify on Reddit: Can I save money using Shopify API instead of regular Shopify?
August 1, 2021 -

I want to build a website for myself to sell products and I was wondering does the shopify api reduce cost instead of using shopify subscription service and templates.

I'm tempted to just use regular shopify if the costs aren't that much different.

Does utilizing the shopify api with a self built site require you to pay the 29$ per month subscription for example?

Is there any other examples of how shopify api can benefit a buisness owner instead of regular shopify?

🌐
Reddit
reddit.com › r/shopify › shopify external api call to change prices
r/shopify on Reddit: Shopify external API call to change prices
May 31, 2021 -

I am very very new to Shopify but rather well-versed in PHP and WooCommerce.

I want to be able to change store prices via an external API call, for example, if a user is a member of site abc.com they can get a 20% discount on select products.

In WooCommerce the flow is:

- User signs up to the WooCommerce store

- User can add their "key" to a field

- Key is validated via an API call to abc.com

- If valid, key is stored in a database field

- WooCommerce "looks" for product price, hook is called, we check if the user has a key in the database... if yes, they get special pricing

Is this sort of flow, or something similar, possible in Shopify? If so, what would be general resources used to achieve this? (I am not really looking for specific answers here - unless you want - but more if it is possible)

Top answer
1 of 5
2
I think something like this could be done but I don't know the specific codes. My general theory is you're going to need a third party app to pull this off (I don't know any off the top of my head, whenever I do these kinds of comments I imagine I had to make it myself from scratch). The customer signs up for your site. On the customer account page I would have a link to my own custom app that would take the customer into a page where they can link their account, via entering a key in a text field and submitting it. Upon submit that key value goes through the other site's API to validate the user. Once validated, I would use a Shopify API call on the customer object and assign this customer a tag like "abc_member" Not sure on specific products right now, but I know in general you can create coupon codes that can only be used by customers of a certain tag group. If you want select items to receive a discount I know some 3rd party pricing apps (like Bold) let you set item pricing and assign that pricing to a group, and they use Draft orders to pull it off. Draft orders have a down side that you can't combo in a discount code with a draft order without some real work arounds. Point is, I think what you want is possible. The "hardest" part is setting up the system where a user can validate their membership of another site (since this is not natural functionality of Shopify), after they validate, tag that customer. From there I think a lot of pricing apps like BOLD have settings to assign special pricing to customers of a certain tag group on a per item or item group basis.
2 of 5
1
To keep this community relevant to the Shopify community, store reviews and external blog links will be removed. Users soliciting sales in any form will result in a permanent ban. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
🌐
Reddit
reddit.com › r/shopify › what are the fees when using 3rd party payment provider? i am confused because i saw a few different answers on shopify's website
r/shopify on Reddit: What are the fees when using 3rd party payment provider? I am confused because I saw a few different answers on Shopify's website
3 weeks ago -

Hello,

I want to setup a 3rd party payment provider as Shopify payments does not work in my country.

My payment provider takes 0.9% fee + 0.7% "shopify fee" so total of 1.6%. I also saw that Shopify says they charge 2% for 3rd party payment providers for the Basic Plan in the pricing page: https://www.shopify.com/pricing

But, in the 3rd party payment gateways page they say (at the bottom of the page where the questions are):

How much does it cost to integrate a payment gateway?

Payment gateway fees depend on the provider. Each payment gateway sets its own pricing, and fee structures vary. There are no fees to integrate a payment gateway with Shopify.

Here: https://www.shopify.com/payment-gateways

So if for example I choose the basic plan does it mean that:

A) I will pay 1.6% + 2% = 3.6%

B) 1.6% only

Thanks

🌐
Reddit
reddit.com › r/shopify › api for total cost of goods on all products?
r/shopify on Reddit: API for Total Cost of Goods on All Products?
September 16, 2025 -

Hey all,

I’m trying to solve something that I know a lot of folks run into: getting a full list of products + variants, their Printify base costs, shipping, and my storefront retail prices so I can keep an eye on margins (especially now that tariffs are causing some cost fluctuation).

From what I’ve read, the only real way is to use the Printify API and run a custom report. That would mean:

  • Pulling all shop products/variants from Printify

  • Matching them to catalog variant data (base cost + shipping rates)

  • Joining in retail prices from Shopify (via CSV export or API)

  • Calculating margins in a sheet/dashboard

I’ve built tools before in HTML/JS, but my Python is a little shaky. I think I can figure it out, but it would take me some time. Before I go down that road:

Has anyone here built this kind of dashboard already, or found a tool/app that does it?

Is using the Printify API + Shopify export really the best (or only) way to get this data at scale?

Any pointers or success stories would be hugely appreciated!

Thanks!

🌐
Shopify Community
community.shopify.com › retired boards › appdev › merchandising
Cost Price via Admin API - Merchandising - Shopify Community
July 13, 2023 - Hi, on my store I have a lot of items, I wanted to bulk update my products using my admin API and my own python program. Is it possible to extract the cost price I have set for the items on my store using an Admin API? O…
🌐
Reddit
reddit.com › r/shopify › are shopify apps required to use the billing api exclusively?
r/shopify on Reddit: Are Shopify apps required to use the Billing API exclusively?
July 28, 2018 -

I have an existing app and am considering branching out and building a Shopify app which will be installable via the Shopify App Store.

My app will cost $10/month. This monthly fee will be charged via Shopify’s Billing API.

My app will also charge shop owners a cost per order for item shop owners sell in their shop through my app. These charges will run through shop owners’ credit cards directly and not utilize Shopify’s Billing API. Shop owners will add their cards via a page within my app. Most the revenue earned this way will go toward the costs to manufacture products, and the remainder (a very small profit margin) will go to my business, and then an even slimmer profit will finally go to me.

What I am wondering is: Will I be required to pay Shopify a cut of my revenue that I earn through charging shop owners’ cards directly, or will the fact that I am using the Billing API to charge for the app satisfy Shopify’s terms and not require I also provide a cut of revenue earned through non-Billing API charges?

Here is an excerpt from Shopify’s Partner Program Agreement. I am looking at section 4 (Reporting and Audit) which says the following:

“All App Developers that create and issue charges to Merchants for the Merchant’s use of the Developer’s Application must use the Shopify Billing API unless otherwise agreed to by Shopify in writing. App Developers that Shopify has exempted from using the Shopify Billing API shall, within 30 days following the end of the Developer’s fiscal quarter, submit to Shopify via email at [email protected] a report indicating total revenues for the previous quarter.

[...]

All App Developers must issue charges to Merchants via the Shopify Billing API unless Shopify otherwise agrees. App Developers that do not use the Shopify Billing API must inform Shopify of total Application sales each quarter. Shopify can audit an App Developer’s records to ensure the App Developer is remitting revenue to Shopify in accordance with the App Plan.”

https://www.shopify.com/partners/terms

Based on the wording, I interpret this to mean that all app developers must use the Billing API, and if they do not use the Billing API, a cut of app revenue (i.e., that earned by charging cards directly) must go to Shopify. The terms do not say that the Billing API must be used exclusively. Based on my business plan, I will use the Billing API, but I will not use it exclusively.

Since the terms do not say the Billing API must be used exclusively for all charges, it seems Shopify cannot require I yield a cut of my entire revenue so long as I charge for the app using their Billing API.

What do you think of this interpretation?

Find elsewhere
🌐
Reddit
reddit.com › r/react › react or shopify? based on cost.
r/react on Reddit: React or Shopify? Based on cost.
November 26, 2022 -

I’m a software engineer and have a lot of experience in both MERN and Shopify. I’ve built my company 2 sites one with Shopify and one with react/firebase/stripe. Shopify currently costs me $30 a month while my react site is like .50/m. If I have say thousands or hundreds of thousands of users what will be cheaper in the long run hosting on firebase or just using Shopify? I like being able to build new features and not having to deal with Shopify bs but also don’t wanna get screwed with cost at scale with api requests.

🌐
Reddit
reddit.com › r/shopifyappdev › what’s with this shopify billing api??
What’s with this shopify billing API?? : r/ShopifyAppDev
January 30, 2025 - Don't charge customers to sync data from Shopify. Instead charge them when it comes to handling or modifying that data only. This will make it seem like you're not charging merchants for Shopify APIs, but only for modifying data within your system.
🌐
Reddit
reddit.com › r/shopify › help with dynamic pricing for certain products (magic the gathering singles)
r/shopify on Reddit: Help With Dynamic Pricing for certain Products (Magic the Gathering Singles)
October 27, 2024 -

I work at a local game store selling Magic: The Gathering singles on Shopify. I manually update card prices based on TCGPlayer's market values. However, if the price changes overnight and a sale occurs, we lose money because the listed price is outdated. I'm looking for an extension or plugin that can automatically track and update card prices in real time based on TCGPlayer's current value.

🌐
Shopify Community
community.shopify.com › retired boards › appdev › merchandising
Cost Price via Admin API
October 4, 2023 - Hi, on my store I have a lot of items, I wanted to bulk update my products using my admin API and my own python program. Is it possible to extract the cost price I have set for the items on my store using an Admin API? O…
🌐
Shopify Community
community.shopify.com › shopify discussion
Are Storefront API Costs reliable? - Shopify Community
February 21, 2024 - According to documentation found here The costs are subject to change and changes will be reflected at checkout. Can we actually rely on the costs calculated by the Cart API? I am asking because in some cases my app will not go through default Shopify checkout and since the Checkout API is ...
🌐
Reddit
reddit.com › r › ecommerce › comments › tyn1qr › are_shopify_fees_really_that_expensive_in_the
Reddit - The heart of the internet
November 20, 2021 - The one thing I keep seeing is how Shopify's fees get expensive with more revenue.
🌐
Magenest
magenest.com › insights › shopify development › overall shopify api reviews: pricing, types, and tips
Overall Shopify API Reviews: Pricing, Types, and Best Practices
November 10, 2023 - We cover the overview of Shopify API reviews such as definitions, types of Shopify APIs, typical usage cases, authentication, versioning, pricing, and much more
🌐
Shopify Community
community.shopify.com › shopify apps
Cannot get cost per item through the admin api - Shopify Apps - ...
April 27, 2023 - Hi, I’m trying to build an app for my own overview’s sake, that can display the actual income of previously processed orders, but I seem to be unable to obtain the cost per item from the admin api. Even the example data does not contain the cost per item - but it’s the admin api and not storefront, so I see no reason to omit it: https://shopify.dev/docs/api/admin-rest/2023-07/resources/product-variant How do I obtain the cost per item through the admin API?
🌐
Reddit
reddit.com › r/shopify › why is shopify plus worth $2k+ per month?
Why is Shopify Plus worth $2k+ per month? : r/shopify
September 18, 2020 - It's important to also understand there are other features that come along with Shopify Plus like being able to customize checkout and use certain apps that are only available for Plus due to some API differences.