Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3413 Переглядів
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()


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 15
5055
2
жовт. 17
8308
3
лют. 25
3261
0
трав. 24
46
1
квіт. 24
3205