Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3417 Представления
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
5060
2
окт. 17
8313
3
февр. 25
3271
0
мая 24
46
1
апр. 24
3213