Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3481 Prikazi
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
jul. 15
5118
2
okt. 17
8387
3
feb. 25
3493
0
maj 24
46
1
apr. 24
3328