Skip to Content
Menú
This question has been flagged
3471 Vistes
How to find the customers from shopify with the particular range of date i.e importing the customers with the date filter ?

Please refer the code below for importing customers without filter:

shop_url = "https://%s:%s@%s.myshopify.com/admin/" % (self.api_key_shopify, 
                                                    self.password_shopify, self.name)

shopify.ShopifyResource.set_site(shop_url)
customer_list = shopify.Customer.find()


Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de jul. 15
5113
2
d’oct. 17
8384
3
de febr. 25
3479
0
de maig 24
46
1
d’abr. 24
3322