In the Shopify app store requirements i'm reading: 'All app charges must go through the Shopify Billing API unless you have prior approval from Shopify.' My question is how can i get approval from...
No content to show
User Activity
08-17-2023
Se vuoi inserire i dati in un foglio di calcolo, prova la nostra nuova piattaforma: Airboxr. Ecco un rapporto sull'inventario che possiamo estrarre da Shopify. Esiste un piano gratuito che dovrebbe essere sufficiente per un utilizzo poco frequente. ...
If you want to pull the data into a spreadsheet, do give our new platform a try: Airboxr. Here is an inventory report that we can pull from Shopify. There is a free plan that should be enough for infrequent usage. You can also schedule it to run (say...
In case it is helpful to others, Airboxr (my app) helps automate exactly this type of reports. Here are some examples that might help you (click on the links below to see a screenshot of the report): Detailed inventory report (this will help solve th...
01-25-2023
A bit late to the discussion here, but if it helps anyone else, I'm adding my answer below too. There is a bit of delay in showing data under Analytics. That said, I'd also suggest using Airboxr (my app) to get your key metrics faster—not just from ...
01-25-2023
Hi Meg, not sure if this is still relevant. I imagine all this data eventually ends up on a spreadsheet anyway—so I suggest using Airboxr (my app) to create the reports you need. Specifically, I've listed below the ones that might be useful for you (...
01-24-2023
If you are not looking to build your own, I suggest looking at Airboxr (my product). Airboxr connects to Shopify, Klaviyo, ad channels, etc. to create automated reports that merchants need... and delivers those reports within spreadsheets directly. Y...
hello, there’s a bug in shopify’s graphql query because of which i’m getting inconsistent results, the order date filter seems to be behaving erratically with shopify bulk api request. i’m using shopify’s bulk api to run this query to fetch all order...
09-06-2022
hello, i’m trying to run this query to find out what line items were returned/refunded {
orders {
edges {
node {
id
refunds {
id
refundLineItems {
edges {
node {
...
Hi, I'm using Shopify's Graphql api to fetch orders and i'm looking for orders with customerJourney sourceType = 'AD' or 'REMARKETING' here's the query that i'm using: {
orders {
edges {
node {
customerJourneySumm...
Hello @aditodkar ,We have the same problem with our App. We have a non-embedded app and we're trying to figure out the Billing flow for it.Were you able to find a solution to this?By the way, for option #2 - we have already posted this question here....
We recently listed our Shopify App for review. Shopify's review team prompted us to remove itYour app is currently using ScriptTag API. Update your app to theme app extensions to ensure compatibility with Online Store 2.0 themes.But our App doesn’t n...
03-21-2022
In the documentation here https://shopify.dev/apps/shopifyql no where it says where to actually use this Shopify query language to get the data, is there a REST/GraphQL api endpoint which we can use that supports this query language? Suppose i have t...
As far as I understand we need to create these three endpoints that will make an app GDPR compliantcustomers/data_request - we don't store any customer data on our systems, so what should we return here?customers/redact - same, no customer data store...