{{-- Connection card --}}
{{-- Header --}}

Amazon Seller Account

Connect via SP-API to sync your orders

{{-- Body --}}
@if($account && $account->isConnected()) {{-- Connected state --}}
Connected
Seller ID: {{ $account->seller_id }}
@if($account->marketplace_name)
Marketplace: {{ $account->marketplace_name }}
@endif @if($account->last_synced_at)
Last synced {{ $account->last_synced_at->diffForHumans() }}
@endif
Sync Orders Now
@csrf @method('DELETE')
@else {{-- Disconnected state --}}

Connect your Amazon Seller account to automatically sync orders, inventory, and financial data. You'll be redirected to Amazon Seller Central to authorize access.

@foreach(['Read-only access to your order data', 'Automatic order sync every hour', 'Secure OAuth — we never store your password'] as $item)
{{ $item }}
@endforeach
Connect Amazon Account @if($account && $account->status === 'error')
Last error: {{ $account->error_message }}
@endif @endif
{{-- Footer: SP-API info --}}

Uses Amazon Selling Partner API (SP-API). Your tokens are encrypted and stored securely. Learn more →