コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3490 ビュー
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()


アバター
破棄
関連投稿 返信 ビュー 活動
1
7月 15
5122
2
10月 17
8394
3
2月 25
3511
0
5月 24
46
1
4月 24
3337