Skip to Content
Menu
This question has been flagged
4109 Zobrazenia
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
júl 15
5827
2
okt 17
9070
3
okt 25
28157
2
aug 25
3264
3
feb 25
4683