/
var
/
www
/
html
/
plugin-techloyce
/
Modules
/
Webstores
/
Config
/
Upload File
HOME
<?php return [ 'name' => 'Webstores', 'origins:allowed' => [ 'sources' => ['SubscriptionFlow','Zoho','SugarCRM'], 'destinations' => ['Shopify'], ], 'sync:allowed' => [ 'Shopify' => 'SubscriptionFlow' // sync data from shopify to subscriptionflow ], 'service:Shopify' => [ 'shop_url' => '', 'api_key' => '7ce12bc9df46645547f637f8ac324cd6', 'api_secret' => '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', 'redirect_url' => config('app.url').'/webstores/authorize-callback', 'scopes' => 'read_products,read_product_listings,read_orders,read_customers,read_inventory,read_fulfillments,read_assigned_fulfillment_orders,read_shipping,read_checkouts,read_shopify_payments_payouts,read_shopify_payments_disputes', 'authorization_type' => 'Partner', ], ];