At the order list page of shop admin `/admin/orders` you can search by location at the upper right corner. The filtering is using the location that it's selected in an order page at the top right ...
I have a reporting app (EXPORT OrderPro) that read through the store orders and generate a custom report. Lately I have witnessed an increase of 500 response status while calling /admin/orders.jso...
Mar 11, 2015
Hi, I have created an application that lists orders and filter them using the fulfilment status of the order. It work fine since I use the rest API filter 'fulfillment_status=...' and this way ...
Aug 28, 2014
I am developing an app and I want to automatically edit product page metatags (Title,Description,Keywords) but I cannot find them in the http://docs.shopify.com/api/product#show produ...
Jun 10, 2014
Hi, I have created three applications and I think it's time to make them more user friendly. The first annoying thing I want to clear is the login process. Whenever a shop owner want to access my s...
Jun 4, 2014
Hi, I have used the billing API for my applications and I am wandering how the trial field works. If I activate the payment as soon as the user installs the application he will be charged from the ...
May 3, 2014
Hello Everyone, I have just published an app and I am wondering if anyone can help me by providing some feedback, the app has 7 days trial so it is without any charge. The application exports the or...
Mar 5, 2014
I would like to send an automated e-mail from my application using the shop email address. I know I can send an e-mail covering the address with the desired one but I would prefer to send it using a...
Feb 20, 2014
Hello, I want to provide my application users in-app purchases but I don't want to use the shopify purchase api for this because I cannot afford the 20% margin of shopify. I can use bank transfer an...
Feb 19, 2014
I have created an api that fulfills the shopify orders and if the e-shop owner want it send an email to the client at the moment of the fulfillment. This api has broke when the shopify included the o...
Nov 26, 2013
The new application of Geniki Taxidromiki is now live! Basically, it's an application which gives you the ability to incorporate with Customer Online of Geniki Metaforiki Courier. If you are running...
No content to show
User Activity
05-29-2024
This seems to be a bug at the Shopify Rest API.Location Id is no longer populated in POS purchases
The problem started because I changed the API version. This information is stored at the customer API now. You have to make extra calls to get it.
I am using the rest API to get the orders using the call described here: https://shopify.dev/api/admin-rest/2022-07/resources/order#get-orders?status=any Unfortunately, the past 10 days or so some data are missing from the customer object contained ...
09-11-2021
Some countries require the Resident's ID Number for imported goods. China, Brazil are some of them.How to get this information using the Rest API?
02-14-2019
We need this field in the Variant too, we have a reporting system that will benefit from lowering the calls to the API.