With the Shopify Integration Where I can put my Access Token?

Hi I have installed the shopify integration but I have the error : Access token or Shopify URL missing…

Where I can put this Access Token, it don’t have this option in Shopify Setting

Thanks

Oh sorry my bad I’ve found but I have this error now

    Traceback (innermost last):
  File "/home/phil/frappe-bench/apps/frappe/frappe/desk/form/save.py", line 18, in savedocs
    doc.save()
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 239, in save
    self.run_before_save_methods()
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 589, in run_before_save_methods
    self.run_method("validate")
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 551, in run_method
    return Document.hook(fn)(self, *args, **kwargs)
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 706, in composer
    return composed(self, method, *args, **kwargs)
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 689, in runner
    add_to_return_value(self, fn(self, *args, **kwargs))
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 545, in 
    fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
  File "/home/phil/frappe-bench/apps/erpnext_shopify/erpnext_shopify/erpnext_shopify/doctype/shopify_settings/shopify_settings.py", line 16, in validate
    self.validate_access()
  File "/home/phil/frappe-bench/apps/erpnext_shopify/erpnext_shopify/erpnext_shopify/doctype/shopify_settings/shopify_settings.py", line 31, in validate_access
    "access_token": self.access_token, "app_type": self.app_type})
  File "/home/phil/frappe-bench/apps/erpnext_shopify/erpnext_shopify/shopify_requests.py", line 29, in get_request
    s = get_request_session()
  File "/home/phil/frappe-bench/apps/frappe/frappe/utils/__init__.py", line 420, in get_request_session
    from requests.packages.urllib3.util import Retry
 ImportError: cannot import name Retry

Traceback (innermost last):
  File "/home/phil/frappe-bench/apps/frappe/frappe/app.py", line 69, in application
    response = frappe.handler.handle()
  File "/home/phil/frappe-bench/apps/frappe/frappe/handler.py", line 77, in handle
    execute_cmd(cmd)
  File "/home/phil/frappe-bench/apps/frappe/frappe/handler.py", line 94, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/home/phil/frappe-bench/apps/frappe/frappe/__init__.py", line 798, in call
    return fn(*args, **newargs)
  File "/home/phil/frappe-bench/apps/frappe/frappe/desk/form/save.py", line 18, in savedocs
    doc.save()
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 239, in save
    self.run_before_save_methods()
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 589, in run_before_save_methods
    self.run_method("validate")
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 551, in run_method
    return Document.hook(fn)(self, *args, **kwargs)
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 706, in composer
    return composed(self, method, *args, **kwargs)
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 689, in runner
    add_to_return_value(self, fn(self, *args, **kwargs))
  File "/home/phil/frappe-bench/apps/frappe/frappe/model/document.py", line 545, in 
    fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
  File "/home/phil/frappe-bench/apps/erpnext_shopify/erpnext_shopify/erpnext_shopify/doctype/shopify_settings/shopify_settings.py", line 16, in validate
    self.validate_access()
  File "/home/phil/frappe-bench/apps/erpnext_shopify/erpnext_shopify/erpnext_shopify/doctype/shopify_settings/shopify_settings.py", line 31, in validate_access
    "access_token": self.access_token, "app_type": self.app_type})
  File "/home/phil/frappe-bench/apps/erpnext_shopify/erpnext_shopify/shopify_requests.py", line 29, in get_request
    s = get_request_session()
  File "/home/phil/frappe-bench/apps/frappe/frappe/utils/__init__.py", line 420, in get_request_session
    from requests.packages.urllib3.util import Retry