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