Aug 18, 2021
I am trying to get a list of all of our customers IDs, Emails, and Phone numbers. My first step is to see if I can get those and then move on to pagination. I can get the ID and the email no problem,...
No content to show
User Activity
I am trying to create an api query that will grab all orders within the last 7 days. However, I cannot figure this out. I have found repeated examples of grabbing orders using created_at. But that does not appear to work as I'd need to enter specific...
Good day, I am attempting to make an API call to log refunds in Shopify. I am using a 3rd party tool named Celigo and am creating a custom flow with them that will automatically sync refunds from our backend to our front end store on Shopify. However...
Replying to this because I solved my issue and I cannot delete this post. The final API call looks like this: orders.json?fields=order_number,created_at,fulfillment_status&fulfillment_status=unshipped&limit=250 The only issue I am now running into, i...
I am trying to run an API GET request to find every order that is open and is currently unfulfilled or partially fulfilled. When I run this search under the order page within the Shopify store I get ~420 results. My current endpoint is: 'orders.json?...