search_box

How to create a custom app

Enable custom app development from the Shopify control panel.

Before you can create a custom app for your store, you must enable custom app development. You must be the store owner or a staff member with the Enable App Development permission to enable custom app development.

  1. From your Shopify dashboard, click on Settings > Apps & Sales Channels.
  2. Click on Develop Applications.
  3. Click on Allow custom application development.

Create and install a custom application

The steps to create a custom application are easy and simple. See the steps below with pictures:

  • From your Shopify dashboard, click on Settings > Apps & Sales Channels.

custom app apps and sales channels

  • Click on Develop Apps.

custom app develop apps

  • Click on the Create an App button.
  • custom app create an app
    In the modal window, enter the name of the application and click the Create App button.

custom app create app button

  • Then click on Configure Management API Scopes.

custom app admin api integration
Check the permissions for the following API scopes.

    1. read_products
    2. read_products_listings
    3. write_orders
    4. write_resource_feedbacks
    5. read_locations
    6. read_inventory
    7. read_fulfillments
    8. write_fulfillments
    9. write_merchant_managed_fulfillment_orders
    10. read_merchant_managed_fulfillment_orders
  • Click Save and then click Install App.
  • Once this is done, you will get the access token, the API key, and the secret key. Copy and save the access token, as it can only be revealed once.

custom app api tokens

However, if the access token is lost, click on Uninstall App and reinstall it. This way, you will get the new token.

Yes No Suggest edit
Suggest Edit