Shopify App Setup

Use this page to copy the URLs needed in Shopify Dev Dashboard.

App URL

https://linkopm.website/public/auth/start.php

Allowed redirection URL

https://linkopm.website/public/auth/callback.php

Webhook callback URL

https://linkopm.website/public/webhook.php

Required config values

'shopify_app' => [
  'client_id' => 'YOUR_CLIENT_ID',
  'client_secret' => 'YOUR_CLIENT_SECRET',
  'scopes' => 'read_products,write_products,read_inventory,write_inventory,read_locations,read_orders,read_fulfillments',
  'redirect_uri' => 'https://linkopm.website/public/auth/callback.php',
],
'app' => [
  'base_url' => 'https://linkopm.website/public',
]

Install stores

After the Dev Dashboard app is configured, install it on every Shopify store that will be cloned/synced.