Skip to main content
1

Access Shopify Admin Settings

Go to the Settings section inside your Shopify Admin panel.Shopify Admin Settings
2

Open App Development

Inside Settings, navigate to Apps → Develop Apps.Save your store’s domain URL (visible in the upper left corner) — you’ll need to share it with nocnoc later.Apps and Develop Apps
3

Open the Dev Dashboard

Click on Build apps from Dev Dashboard.Build apps from Dev Dashboard
4

Create a new app

Inside the Dev Dashboard, go to the Apps section and click Create App.Create App
5

Name your app

Fill in the App name (we suggest using nocnoc) and click Create.Name your app
6

Configure the app version

In the Create a version section, fill in the following fields:
  • App name — same as the one you chose above.
  • App URLhttp://nocnocstore.com
  • Uncheck Embed app in Shopify admin.
  • Webhooks API Version — select the latest available version.
Configure app versionScroll down and click Select Scopes.Select Scopes buttonSearch for and enable the following scopes:
ScopeRequired
read_productsRequired
read_ordersRequired
write_ordersRequired
read_customerRequired
write_customersRequired
read_inventoryRequired
read_locationsOptional — only if stock is managed across multiple locations
Scopes selection 1Scopes selection 2Scopes selection 3Click Done to save the configuration.
7

Set the Redirect URL and release

Confirm all required scopes are selected, then set the Redirect URL to:
https://live.nocnocstore.com/shopify/oauth/callback
Redirect URLNo action is required for the POS or App proxy sections.Click Release to create the version.
8

Name and release the version

Set the Version name to onboarding_version and click Release.Release version
9

Save your Client ID and Secret

In the Settings section of the nocnoc app, save the following — you’ll need to share them with your Account Manager:
  • Client ID
  • Secret
Client ID and Secret
10

Install the app

Go to the Home section of the nocnoc app and click Install app.Install app button
11

Select your store

In the window that opens, select the active Shopify store you want to connect to nocnoc.Select store
12

Confirm permissions

Review the access permissions requested and click Install.Confirm permissions
After clicking Install, you’ll be redirected to nocnoc’s website — no action is needed there. Close that page and return to your Shopify Admin to continue.
13

Navigate to Webhooks

Close the Dev Dashboard and return to Settings in your Shopify Admin panel.Navigate to Notifications → Webhooks.Notifications and Webhooks
14

Create two webhooks

Create the following two webhooks:Webhook 1 — Product updates
FieldValue
EventProduct Update
FormatJSON
URLhttps://live.nocnocstore.com/shopify/webhooks/products
VersionLatest
Webhook 1 - Product UpdateWebhook 2 — Fulfillment creation
FieldValue
EventFulfillment Creation
FormatJSON
URLhttps://live.nocnocstore.com/shopify/webhooks/orders/fulfillments
VersionLatest
Webhook 2 - Fulfillment Creation
15

Send configuration details to your Account Manager

Once all previous steps are complete, email your Account Manager with the following information to finish the integration setup:
  • Store domain URL (from Step 2) — the URL ending in .myshopify.com (e.g. yourstore.myshopify.com). Find it in Settings → Domains.
  • Client ID (from Step 9)
  • Secret (from Step 9)
Send your .myshopify.com URL, not your public website URL (e.g. www.mystore.com) — the public URL cannot be used for the integration.