Ir al contenido
Menú
Se marcó esta pregunta
3786 Vistas
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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jul 15
5440
2
oct 17
8697
2
ago 25
2883
3
feb 25
4107
0
may 24
46