How to get a token in Shopify

  1. In the Shopify administration, go to  Settings > Apps & Sales Channels > App Development
  2. Click on the Create App button
  3. Enter a name for the app, e.g. LOCO
  4. Now you have created the app and now you need to set it up
  5. In the "Configuration" tab you need to enable what rights the application will have (section "Administrator API Integration")
    1. Set the following rights
      1. for the source e-shop (source)
        1. read_apps, read_metaobject_definitions, read_product_listings, read_metaobjects, read_products, write_translations, read_translations, read_inventory
      2. For the destination e-shop (destination)
        1. read_apps, write_metaobject_definitions, read_metaobject_definitions, write_product_listings, read_product_listings, write_metaobjects, read_metaobjects, write_products, read_products, write_translations, read_translations, write_inventory, read_inventory
  6. In the "API login" section, click on the "Install application" button and confirm with the "Install" button.
  7. Your application is now installed in your store. To view the token, click on "View token once".
  8. The token will be required in Loco when creating an export or import connection