This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Shopify App #1257
Unanswered
NagendraRV
asked this question in
Q&A
Shopify App
#1257
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on a project where we are fetching orders from a merchant's Store. I am getting confused about creating Shopify App. I am using Laravel.
Our Shopify App is free to use but our portal subscriptions are chargeable.
Okay, so this is my current scenario.
I have a different table for the shop name
shops
and one more table calleduser_shops
where I am storing the ids ofshops
andusers
.Now comes to Billing API, I am getting confused. We also have free subscriptions too.
So, how can I handle billing API?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions