@extends('layouts.app') @section('content')

Connect to {{ $integration->marketplace_name }}

{{ $website->name }} - Simplified connection setup

Back to Integration
1 2 3

Step 1: Authorize Connection

Connect your {{ $integration->marketplace_name }} seller account securely


Secure OAuth 2.0 - Your login details are never stored
Secure Login
You'll be redirected to {{ $integration->marketplace_name }} to login securely
Grant Permission
Authorize Neosolvix to manage your products and orders
Start Syncing
Return here to sync your products automatically
Requirements
What You Need:
    @if($integration->marketplace === 'tiktok_shop')
  • Active TikTok Shop Seller account
  • Approved seller status
  • Access to seller dashboard
  • @elseif($integration->marketplace === 'lazada')
  • Active Lazada Seller account
  • Verified seller profile
  • Access to Seller Center
  • @elseif($integration->marketplace === 'shopee')
  • Active Shopee Seller account
  • Verified shop status
  • Access to Seller Centre
  • @endif
What We Can Do:
  • Sync product information
  • Update inventory levels
  • Manage product listings
  • Track order updates
@if($integration->marketplace === 'tiktok_shop')
First time setup? If you see "This service does not exist" error, you need to register your app in TikTok Shop Partner Center first.
View Setup Guide
@endif
Having trouble with automatic connection? Try manual setup instead
@push('scripts') @endpush @endsection