Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
3407 Visualizações
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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
jul. 15
5051
2
out. 17
8308
3
fev. 25
3255
0
mai. 24
46
1
abr. 24
3203