Alaxandros
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-05-2024 01:29 PM
Topic Started
2
Topics Started
Topic Solutions
0
Solutions
Post Count
15
Posts
Post Kudos
9
Likes

Community Badges

Hello, Any ideas on this would be appreciated. This is for a big wholesale apparel operation. We're looking to accomplish the following- Customer adds items to cart and checks out. "Pays". After t...
EDIT-> Nevermind this. I fixed it. I'm ready to break down in tears. Below you can see my Axios request/response, but before you pick it apart, know it also fails when I generate similar ...
Hi all! Anyone have advice about editing the checkout session through the API to add a shipping fee/duty? My plan is to use checkout.liquid to get all the line items on an order, then send an AJAX ...
Hi all! I'm writing some backend logic that uses a number of API calls to give our customer service staff data. Sometimes these calls are long, spanning multiple endpoints and take "too long...
No content to show

User Activity

Got it, thanks for the feedback. I can main use a static mapping, locally maintained of variant IDs to SKUs. The reason I want to backfill the SKU into the line item is because I'll use the API or a 3rd party app to export some order data from Shopif...
Hi! My client has a store where the product variants have just been updated with SKUs, where before that field was blank. There are about 1,00,000 old orders on that store where when you look at the order and that order's line_items, you'll see the "...
Update: After doing some analysis (running the report of orders grouped by hour, along with the order_id), I've realized my orders from "yesterday" end at about 4pm Pacific (which is store time). WHY!? Why does the query interpret either yesterdays d...
Looks like it's not gonna happen. Even the below code returns [['2023-01-23T00:00:00-08:00', 267]] Whereas Shopify analytics returnsJan 23, 12:00 AM - Jan 23, 11:00 PM478 There's clearly a different definition of days/yesterdays/whatever going on, bu...
Yeah, I'm getting the sense there could be a datetime issue in my "SINCE...UNTIL", because I should be able to compare an identical range with net_sales or gross_sales in Shopify analytics and come up with the same number. I'm using date strings with...
Dang... I'm realizing my sum(net_sales) isn't working, the number is vastly different than what Shopify shows on the sales report for a given day, or time period.Plz bring back sales table my friends at Shopify! WOOOO!
I've got the exact same problem. I'm running a graphql query based on the sales tables, then sending out a text message based on the response. I changed "from sales show net_sales group by day SINCE """ + start_date + """ UNTIL """ + end_date + """\"...
I'm trying to avoid having to store/maintain a database for this (a database of shopify customers that I have to update daily, instead of using the shopify API) I want to, daily, get a list of all customers E-mail addresses that exist in a Shopify st...
Were you ever able to get a good solution to this? I plan to do the same for a client using the REST Admin API, though I'm thinking maybe Graphql would be better, but I already know how to do it through REST, so..
This widget could not be displayed.
This widget could not be displayed.
Likes given to