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.

Configure the app version
In the Create a version section, fill in the following fields:
Scroll down and click Select Scopes.
Search for and enable the following scopes:



Click Done to save the configuration.
- App name — same as the one you chose above.
- App URL —
http://nocnocstore.com - Uncheck Embed app in Shopify admin.
- Webhooks API Version — select the latest available version.


| Scope | Required |
|---|---|
read_products | Required |
read_orders | Required |
write_orders | Required |
read_customer | Required |
write_customers | Required |
read_inventory | Required |
read_locations | Optional — only if stock is managed across multiple locations |



Set the Redirect URL and release
Confirm all required scopes are selected, then set the Redirect URL to:
No action is required for the POS or App proxy sections.Click Release to create the version.

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

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

Confirm permissions
Review the access permissions requested and click Install.

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.
Navigate to Webhooks
Close the Dev Dashboard and return to Settings in your Shopify Admin panel.Navigate to Notifications → Webhooks.

Create two webhooks
Create the following two webhooks:Webhook 1 — Product updates

Webhook 2 — Fulfillment creation

| Field | Value |
|---|---|
| Event | Product Update |
| Format | JSON |
| URL | https://live.nocnocstore.com/shopify/webhooks/products |
| Version | Latest |

| Field | Value |
|---|---|
| Event | Fulfillment Creation |
| Format | JSON |
| URL | https://live.nocnocstore.com/shopify/webhooks/orders/fulfillments |
| Version | Latest |

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)





