MCP AI-UI Component Gallery
Canonical preview route for BidDirect MCP UI surfaces. All 21 components are rendered with deterministic mock data across 7 theme variants (default + 6 auction themes).
Goose prompts are shown in the Default theme sections. Auth-required prompts assume your Goose MCP config includes a valid x-session-id. Seller prompts require a seller-approved account.
Theme: Default
AuctionCard
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the AuctionCard output.
1) Call biddirect.buyer.auction.list_public with {"limit":1,"status":"live"}.
2) Take first auction id (id or auctionId).
3) Call biddirect.buyer.auction.get with {"auctionId":"<id>"}.
4) Render the resulting AuctionCard only.Vintage Rolex Submariner 1968
🟢 live$4,500.00
12
$8,000.00
1d 23h
BidConfirmation
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the BidConfirmation output.
Ask for my explicit confirmation before writing.
1) Call biddirect.buyer.auction.list_public with {"limit":1,"status":"live"}.
2) Take first auction id.
3) Call biddirect.buyer.bid.place with {"auctionId":"<id>","amount":<current+increment>,"confirm":true,"confirmedAmount":<same amount>,"idempotencyKey":"goose-bidconfirm-<timestamp>"}.
4) Render BidConfirmation only.Bid Confirmation
PaymentStatus
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the PaymentStatus output.
1) Call biddirect.buyer.payment.list with {"limit":1}.
2) From first payment, take auctionId.
3) Call biddirect.buyer.payment.status with {"auctionId":"<auctionId>"}.
4) Render PaymentStatus only.Payment Status
AuctionCreated
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the AuctionCreated output.
Use seller account (approved seller).
1) Call biddirect.seller.auction.list_my with {"limit":1}.
2) Take first auction id.
3) Call biddirect.seller.auction.duplicate with {"auctionId":"<id>"}.
4) Render AuctionCreated only.Auction Created
StreamingStatus
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the StreamingStatus output.
1) Call biddirect.buyer.streaming.list with {"limit":1}.
2) Take first auction id.
3) Call biddirect.buyer.streaming.get with {"auctionId":"<id>"}.
4) Render StreamingStatus only.📡 Live Jewelry Auction
🟢 live$320.00
8
10 min
WatchlistSummary
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the WatchlistSummary output.
1) Call biddirect.buyer.watchlist.list with {}.
2) Render WatchlistSummary only.👁 Watchlist (2)
| # | Title | Status | Price | Ends |
|---|---|---|---|---|
| 1 | Vintage Rolex Submariner 1968 | 🟢 live | $4,500.00 | 23h 59m |
| 2 | Antique Silver Tea Set | 🟢 live | $800.00 | 4h 59m |
BidHistory
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the BidHistory output.
1) Call biddirect.buyer.auction.list_public with {"limit":1,"status":"live"}.
2) Take first auction id.
3) Call biddirect.buyer.auction.get_bids with {"auctionId":"<id>"}.
4) Render BidHistory only.📊 Bid History (3)auc_001
| # | Amount | Status | Bidder | Time |
|---|---|---|---|---|
| 1 | $4,500.00 | ✅ accepted | Alice | 2026-03-06T10:27:18 |
| 2 | $4,200.00 | ↩️ outbid | Bob | 2026-03-06T09:27:18 |
| 3 | $3,800.00 | ↩️ outbid | Charlie | 2026-03-06T08:27:18 |
NotificationList
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the NotificationList output.
1) Call biddirect.buyer.notification.list with {"limit":10}.
2) Render NotificationList only.🔔 Notifications
2 unreadYou have been outbid on Vintage Rolex Submariner
2026-03-06T10:27:18auc_001
Congratulations! You won the Antique Silver Tea Set
2026-03-05T10:27:18auc_004
Payment of $800.00 confirmed
2026-03-04T10:27:18
NotificationPreferences
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the NotificationPreferences output.
1) Call biddirect.buyer.notification.preferences with {}.
2) Render NotificationPreferences only.⚙️ Notification Preferences
Channels
Triggers
DisputeCard
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the DisputeCard output.
1) Call biddirect.buyer.dispute.list with {"limit":1}.
2) If a dispute exists, call biddirect.buyer.dispute.get with {"disputeId":"<id>"}.
3) Render DisputeCard only.⚖️ Dispute
🟡 openitem not as described
1
auc_005
2026-03-03
The item received does not match the description. The listing showed a pristine condition but the item has significan…
ID: disp_001
DisputeList
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the DisputeList output.
1) Call biddirect.buyer.dispute.list with {"limit":20}.
2) Render DisputeList only.⚖️ Disputes (2)
| ID | Auction | Type | Status | Opened |
|---|---|---|---|---|
| disp_001 | auc_005 | item not as described | 🟡 open | 2026-03-03 |
| disp_002 | auc_006 | non delivery | 🟢 resolved | 2026-02-24 |
UserProfile
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the UserProfile output.
1) Call biddirect.buyer.profile.get with {}.
2) Render UserProfile only.Jane Collector
jane@example.com
Member since 2025-06-15
SCOCard
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the SCOCard output.
Use seller account and ask for confirmation before writing.
1) Call biddirect.seller.auction.list_my with {"limit":20}.
2) Pick an ended auction eligible for SCO.
3) Call biddirect.seller.sco.issue with {"auctionId":"<id>","idempotencyKey":"goose-sco-<timestamp>"}.
4) Render SCOCard only.🎫 Second Chance Offer
🟡 pendingOffer Price
$3,200.00
23h 59m
2026-03-06
Auction: auc_007
AuctionCanceled
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the AuctionCanceled output.
Use seller account and ask for confirmation before writing.
1) Call biddirect.seller.auction.list_my with {"limit":20}.
2) Pick a cancelable auction id.
3) Call biddirect.seller.auction.cancel with {"auctionId":"<id>","reason":"Gallery test cancel","idempotencyKey":"goose-cancel-<timestamp>"}.
4) Render AuctionCanceled only.Auction Canceled
auc_008
SellerListing
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the SellerListing output.
Use seller account.
1) Call biddirect.seller.whoami with {}.
2) If listing username is known, call biddirect.seller.listing.get with {"username":"<username>"}.
3) Otherwise call biddirect.seller.listing.create with {"username":"gallery-<timestamp>","title":"Gallery Test Store","bio":"Prompt-driven MCP listing test","idempotencyKey":"goose-listing-<timestamp>"}.
4) Render SellerListing only.Vintage Vault
@vintage-vault
Premium vintage watches and collectibles since 2020.
Since 2024-01-10
TransactionReceipt
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the TransactionReceipt output.
1) Call biddirect.buyer.transaction.list with {"limit":1}.
2) Take first transaction id.
3) Call biddirect.buyer.transaction.receipt with {"transactionId":"<id>"}.
4) Render TransactionReceipt only.🧾 Receipt
completedVintage Rolex Submariner 1968
$4,500.00
$135.00
$4,635.00
Visa •••• 4242
SellerVerification
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the SellerVerification output.
1) Call biddirect.seller.verification.status with {}.
2) Render SellerVerification only.🏪 Seller Verification
approvedapproved
verified
active
✅ Yes
Vintage Vault
PaymentMethods
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the PaymentMethods output.
1) Call biddirect.buyer.payment.methods with {}.
2) Render PaymentMethods only.💳 Payment Methods
FollowFeed
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the FollowFeed output.
1) Call biddirect.buyer.feed with {"limit":10}.
2) Render FollowFeed only.📰 Activity Feed
Price dropped to $4,200
2 hours ago
Listed 3 new items
5 hours ago
New bid placed: $850
1 day ago
SellerEarnings
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the SellerEarnings output.
Use seller account.
1) Call biddirect.seller.earnings with {}.
2) Render SellerEarnings only.💰 Seller Earnings
$28,750.00
$4,200.00
BidList
Goose Prompt (copy into agent chat)
Use BidDirect MCP and return ONLY the BidList output.
1) Call biddirect.buyer.bids.list with {"limit":20}.
2) Render BidList only.🎯 My Bids (3)
Vintage Rolex Submariner
$4,600.00
Antique Silver Tea Set
$850.00
Limited Edition Sneakers
$280.00
Theme: coral
AuctionCard
Vintage Rolex Submariner 1968
🟢 live$4,500.00
12
$8,000.00
1d 23h
BidConfirmation
Bid Confirmation
PaymentStatus
Payment Status
AuctionCreated
Auction Created
StreamingStatus
📡 Live Jewelry Auction
🟢 live$320.00
8
10 min
WatchlistSummary
👁 Watchlist (2)
| # | Title | Status | Price | Ends |
|---|---|---|---|---|
| 1 | Vintage Rolex Submariner 1968 | 🟢 live | $4,500.00 | 23h 59m |
| 2 | Antique Silver Tea Set | 🟢 live | $800.00 | 4h 59m |
BidHistory
📊 Bid History (3)auc_001
| # | Amount | Status | Bidder | Time |
|---|---|---|---|---|
| 1 | $4,500.00 | ✅ accepted | Alice | 2026-03-06T10:27:18 |
| 2 | $4,200.00 | ↩️ outbid | Bob | 2026-03-06T09:27:18 |
| 3 | $3,800.00 | ↩️ outbid | Charlie | 2026-03-06T08:27:18 |
NotificationList
🔔 Notifications
2 unreadYou have been outbid on Vintage Rolex Submariner
2026-03-06T10:27:18auc_001
Congratulations! You won the Antique Silver Tea Set
2026-03-05T10:27:18auc_004
Payment of $800.00 confirmed
2026-03-04T10:27:18
NotificationPreferences
⚙️ Notification Preferences
Channels
Triggers
DisputeCard
⚖️ Dispute
🟡 openitem not as described
1
auc_005
2026-03-03
The item received does not match the description. The listing showed a pristine condition but the item has significan…
ID: disp_001
DisputeList
⚖️ Disputes (2)
| ID | Auction | Type | Status | Opened |
|---|---|---|---|---|
| disp_001 | auc_005 | item not as described | 🟡 open | 2026-03-03 |
| disp_002 | auc_006 | non delivery | 🟢 resolved | 2026-02-24 |
UserProfile
Jane Collector
jane@example.com
Member since 2025-06-15
SCOCard
🎫 Second Chance Offer
🟡 pendingOffer Price
$3,200.00
23h 59m
2026-03-06
Auction: auc_007
AuctionCanceled
Auction Canceled
auc_008
SellerListing
Vintage Vault
@vintage-vault
Premium vintage watches and collectibles since 2020.
Since 2024-01-10
TransactionReceipt
🧾 Receipt
completedVintage Rolex Submariner 1968
$4,500.00
$135.00
$4,635.00
Visa •••• 4242
SellerVerification
🏪 Seller Verification
approvedapproved
verified
active
✅ Yes
Vintage Vault
PaymentMethods
💳 Payment Methods
FollowFeed
📰 Activity Feed
Price dropped to $4,200
2 hours ago
Listed 3 new items
5 hours ago
New bid placed: $850
1 day ago
SellerEarnings
💰 Seller Earnings
$28,750.00
$4,200.00
BidList
🎯 My Bids (3)
Vintage Rolex Submariner
$4,600.00
Antique Silver Tea Set
$850.00
Limited Edition Sneakers
$280.00
Theme: sky
AuctionCard
Vintage Rolex Submariner 1968
🟢 live$4,500.00
12
$8,000.00
1d 23h
BidConfirmation
Bid Confirmation
PaymentStatus
Payment Status
AuctionCreated
Auction Created
StreamingStatus
📡 Live Jewelry Auction
🟢 live$320.00
8
10 min
WatchlistSummary
👁 Watchlist (2)
| # | Title | Status | Price | Ends |
|---|---|---|---|---|
| 1 | Vintage Rolex Submariner 1968 | 🟢 live | $4,500.00 | 23h 59m |
| 2 | Antique Silver Tea Set | 🟢 live | $800.00 | 4h 59m |
BidHistory
📊 Bid History (3)auc_001
| # | Amount | Status | Bidder | Time |
|---|---|---|---|---|
| 1 | $4,500.00 | ✅ accepted | Alice | 2026-03-06T10:27:18 |
| 2 | $4,200.00 | ↩️ outbid | Bob | 2026-03-06T09:27:18 |
| 3 | $3,800.00 | ↩️ outbid | Charlie | 2026-03-06T08:27:18 |
NotificationList
🔔 Notifications
2 unreadYou have been outbid on Vintage Rolex Submariner
2026-03-06T10:27:18auc_001
Congratulations! You won the Antique Silver Tea Set
2026-03-05T10:27:18auc_004
Payment of $800.00 confirmed
2026-03-04T10:27:18
NotificationPreferences
⚙️ Notification Preferences
Channels
Triggers
DisputeCard
⚖️ Dispute
🟡 openitem not as described
1
auc_005
2026-03-03
The item received does not match the description. The listing showed a pristine condition but the item has significan…
ID: disp_001
DisputeList
⚖️ Disputes (2)
| ID | Auction | Type | Status | Opened |
|---|---|---|---|---|
| disp_001 | auc_005 | item not as described | 🟡 open | 2026-03-03 |
| disp_002 | auc_006 | non delivery | 🟢 resolved | 2026-02-24 |
UserProfile
Jane Collector
jane@example.com
Member since 2025-06-15
SCOCard
🎫 Second Chance Offer
🟡 pendingOffer Price
$3,200.00
23h 59m
2026-03-06
Auction: auc_007
AuctionCanceled
Auction Canceled
auc_008
SellerListing
Vintage Vault
@vintage-vault
Premium vintage watches and collectibles since 2020.
Since 2024-01-10
TransactionReceipt
🧾 Receipt
completedVintage Rolex Submariner 1968
$4,500.00
$135.00
$4,635.00
Visa •••• 4242
SellerVerification
🏪 Seller Verification
approvedapproved
verified
active
✅ Yes
Vintage Vault
PaymentMethods
💳 Payment Methods
FollowFeed
📰 Activity Feed
Price dropped to $4,200
2 hours ago
Listed 3 new items
5 hours ago
New bid placed: $850
1 day ago
SellerEarnings
💰 Seller Earnings
$28,750.00
$4,200.00
BidList
🎯 My Bids (3)
Vintage Rolex Submariner
$4,600.00
Antique Silver Tea Set
$850.00
Limited Edition Sneakers
$280.00
Theme: mint
AuctionCard
Vintage Rolex Submariner 1968
🟢 live$4,500.00
12
$8,000.00
1d 23h
BidConfirmation
Bid Confirmation
PaymentStatus
Payment Status
AuctionCreated
Auction Created
StreamingStatus
📡 Live Jewelry Auction
🟢 live$320.00
8
10 min
WatchlistSummary
👁 Watchlist (2)
| # | Title | Status | Price | Ends |
|---|---|---|---|---|
| 1 | Vintage Rolex Submariner 1968 | 🟢 live | $4,500.00 | 23h 59m |
| 2 | Antique Silver Tea Set | 🟢 live | $800.00 | 4h 59m |
BidHistory
📊 Bid History (3)auc_001
| # | Amount | Status | Bidder | Time |
|---|---|---|---|---|
| 1 | $4,500.00 | ✅ accepted | Alice | 2026-03-06T10:27:18 |
| 2 | $4,200.00 | ↩️ outbid | Bob | 2026-03-06T09:27:18 |
| 3 | $3,800.00 | ↩️ outbid | Charlie | 2026-03-06T08:27:18 |
NotificationList
🔔 Notifications
2 unreadYou have been outbid on Vintage Rolex Submariner
2026-03-06T10:27:18auc_001
Congratulations! You won the Antique Silver Tea Set
2026-03-05T10:27:18auc_004
Payment of $800.00 confirmed
2026-03-04T10:27:18
NotificationPreferences
⚙️ Notification Preferences
Channels
Triggers
DisputeCard
⚖️ Dispute
🟡 openitem not as described
1
auc_005
2026-03-03
The item received does not match the description. The listing showed a pristine condition but the item has significan…
ID: disp_001
DisputeList
⚖️ Disputes (2)
| ID | Auction | Type | Status | Opened |
|---|---|---|---|---|
| disp_001 | auc_005 | item not as described | 🟡 open | 2026-03-03 |
| disp_002 | auc_006 | non delivery | 🟢 resolved | 2026-02-24 |
UserProfile
Jane Collector
jane@example.com
Member since 2025-06-15
SCOCard
🎫 Second Chance Offer
🟡 pendingOffer Price
$3,200.00
23h 59m
2026-03-06
Auction: auc_007
AuctionCanceled
Auction Canceled
auc_008
SellerListing
Vintage Vault
@vintage-vault
Premium vintage watches and collectibles since 2020.
Since 2024-01-10
TransactionReceipt
🧾 Receipt
completedVintage Rolex Submariner 1968
$4,500.00
$135.00
$4,635.00
Visa •••• 4242
SellerVerification
🏪 Seller Verification
approvedapproved
verified
active
✅ Yes
Vintage Vault
PaymentMethods
💳 Payment Methods
FollowFeed
📰 Activity Feed
Price dropped to $4,200
2 hours ago
Listed 3 new items
5 hours ago
New bid placed: $850
1 day ago
SellerEarnings
💰 Seller Earnings
$28,750.00
$4,200.00
BidList
🎯 My Bids (3)
Vintage Rolex Submariner
$4,600.00
Antique Silver Tea Set
$850.00
Limited Edition Sneakers
$280.00
Theme: gold
AuctionCard
Vintage Rolex Submariner 1968
🟢 live$4,500.00
12
$8,000.00
1d 23h
BidConfirmation
Bid Confirmation
PaymentStatus
Payment Status
AuctionCreated
Auction Created
StreamingStatus
📡 Live Jewelry Auction
🟢 live$320.00
8
10 min
WatchlistSummary
👁 Watchlist (2)
| # | Title | Status | Price | Ends |
|---|---|---|---|---|
| 1 | Vintage Rolex Submariner 1968 | 🟢 live | $4,500.00 | 23h 59m |
| 2 | Antique Silver Tea Set | 🟢 live | $800.00 | 4h 59m |
BidHistory
📊 Bid History (3)auc_001
| # | Amount | Status | Bidder | Time |
|---|---|---|---|---|
| 1 | $4,500.00 | ✅ accepted | Alice | 2026-03-06T10:27:18 |
| 2 | $4,200.00 | ↩️ outbid | Bob | 2026-03-06T09:27:18 |
| 3 | $3,800.00 | ↩️ outbid | Charlie | 2026-03-06T08:27:18 |
NotificationList
🔔 Notifications
2 unreadYou have been outbid on Vintage Rolex Submariner
2026-03-06T10:27:18auc_001
Congratulations! You won the Antique Silver Tea Set
2026-03-05T10:27:18auc_004
Payment of $800.00 confirmed
2026-03-04T10:27:18
NotificationPreferences
⚙️ Notification Preferences
Channels
Triggers
DisputeCard
⚖️ Dispute
🟡 openitem not as described
1
auc_005
2026-03-03
The item received does not match the description. The listing showed a pristine condition but the item has significan…
ID: disp_001
DisputeList
⚖️ Disputes (2)
| ID | Auction | Type | Status | Opened |
|---|---|---|---|---|
| disp_001 | auc_005 | item not as described | 🟡 open | 2026-03-03 |
| disp_002 | auc_006 | non delivery | 🟢 resolved | 2026-02-24 |
UserProfile
Jane Collector
jane@example.com
Member since 2025-06-15
SCOCard
🎫 Second Chance Offer
🟡 pendingOffer Price
$3,200.00
23h 59m
2026-03-06
Auction: auc_007
AuctionCanceled
Auction Canceled
auc_008
SellerListing
Vintage Vault
@vintage-vault
Premium vintage watches and collectibles since 2020.
Since 2024-01-10
TransactionReceipt
🧾 Receipt
completedVintage Rolex Submariner 1968
$4,500.00
$135.00
$4,635.00
Visa •••• 4242
SellerVerification
🏪 Seller Verification
approvedapproved
verified
active
✅ Yes
Vintage Vault
PaymentMethods
💳 Payment Methods
FollowFeed
📰 Activity Feed
Price dropped to $4,200
2 hours ago
Listed 3 new items
5 hours ago
New bid placed: $850
1 day ago
SellerEarnings
💰 Seller Earnings
$28,750.00
$4,200.00
BidList
🎯 My Bids (3)
Vintage Rolex Submariner
$4,600.00
Antique Silver Tea Set
$850.00
Limited Edition Sneakers
$280.00
Theme: purple
AuctionCard
Vintage Rolex Submariner 1968
🟢 live$4,500.00
12
$8,000.00
1d 23h
BidConfirmation
Bid Confirmation
PaymentStatus
Payment Status
AuctionCreated
Auction Created
StreamingStatus
📡 Live Jewelry Auction
🟢 live$320.00
8
10 min
WatchlistSummary
👁 Watchlist (2)
| # | Title | Status | Price | Ends |
|---|---|---|---|---|
| 1 | Vintage Rolex Submariner 1968 | 🟢 live | $4,500.00 | 23h 59m |
| 2 | Antique Silver Tea Set | 🟢 live | $800.00 | 4h 59m |
BidHistory
📊 Bid History (3)auc_001
| # | Amount | Status | Bidder | Time |
|---|---|---|---|---|
| 1 | $4,500.00 | ✅ accepted | Alice | 2026-03-06T10:27:18 |
| 2 | $4,200.00 | ↩️ outbid | Bob | 2026-03-06T09:27:18 |
| 3 | $3,800.00 | ↩️ outbid | Charlie | 2026-03-06T08:27:18 |
NotificationList
🔔 Notifications
2 unreadYou have been outbid on Vintage Rolex Submariner
2026-03-06T10:27:18auc_001
Congratulations! You won the Antique Silver Tea Set
2026-03-05T10:27:18auc_004
Payment of $800.00 confirmed
2026-03-04T10:27:18
NotificationPreferences
⚙️ Notification Preferences
Channels
Triggers
DisputeCard
⚖️ Dispute
🟡 openitem not as described
1
auc_005
2026-03-03
The item received does not match the description. The listing showed a pristine condition but the item has significan…
ID: disp_001
DisputeList
⚖️ Disputes (2)
| ID | Auction | Type | Status | Opened |
|---|---|---|---|---|
| disp_001 | auc_005 | item not as described | 🟡 open | 2026-03-03 |
| disp_002 | auc_006 | non delivery | 🟢 resolved | 2026-02-24 |
UserProfile
Jane Collector
jane@example.com
Member since 2025-06-15
SCOCard
🎫 Second Chance Offer
🟡 pendingOffer Price
$3,200.00
23h 59m
2026-03-06
Auction: auc_007
AuctionCanceled
Auction Canceled
auc_008
SellerListing
Vintage Vault
@vintage-vault
Premium vintage watches and collectibles since 2020.
Since 2024-01-10
TransactionReceipt
🧾 Receipt
completedVintage Rolex Submariner 1968
$4,500.00
$135.00
$4,635.00
Visa •••• 4242
SellerVerification
🏪 Seller Verification
approvedapproved
verified
active
✅ Yes
Vintage Vault
PaymentMethods
💳 Payment Methods
FollowFeed
📰 Activity Feed
Price dropped to $4,200
2 hours ago
Listed 3 new items
5 hours ago
New bid placed: $850
1 day ago
SellerEarnings
💰 Seller Earnings
$28,750.00
$4,200.00
BidList
🎯 My Bids (3)
Vintage Rolex Submariner
$4,600.00
Antique Silver Tea Set
$850.00
Limited Edition Sneakers
$280.00
Theme: pink
AuctionCard
Vintage Rolex Submariner 1968
🟢 live$4,500.00
12
$8,000.00
1d 23h
BidConfirmation
Bid Confirmation
PaymentStatus
Payment Status
AuctionCreated
Auction Created
StreamingStatus
📡 Live Jewelry Auction
🟢 live$320.00
8
10 min
WatchlistSummary
👁 Watchlist (2)
| # | Title | Status | Price | Ends |
|---|---|---|---|---|
| 1 | Vintage Rolex Submariner 1968 | 🟢 live | $4,500.00 | 23h 59m |
| 2 | Antique Silver Tea Set | 🟢 live | $800.00 | 4h 59m |
BidHistory
📊 Bid History (3)auc_001
| # | Amount | Status | Bidder | Time |
|---|---|---|---|---|
| 1 | $4,500.00 | ✅ accepted | Alice | 2026-03-06T10:27:18 |
| 2 | $4,200.00 | ↩️ outbid | Bob | 2026-03-06T09:27:18 |
| 3 | $3,800.00 | ↩️ outbid | Charlie | 2026-03-06T08:27:18 |
NotificationList
🔔 Notifications
2 unreadYou have been outbid on Vintage Rolex Submariner
2026-03-06T10:27:18auc_001
Congratulations! You won the Antique Silver Tea Set
2026-03-05T10:27:18auc_004
Payment of $800.00 confirmed
2026-03-04T10:27:18
NotificationPreferences
⚙️ Notification Preferences
Channels
Triggers
DisputeCard
⚖️ Dispute
🟡 openitem not as described
1
auc_005
2026-03-03
The item received does not match the description. The listing showed a pristine condition but the item has significan…
ID: disp_001
DisputeList
⚖️ Disputes (2)
| ID | Auction | Type | Status | Opened |
|---|---|---|---|---|
| disp_001 | auc_005 | item not as described | 🟡 open | 2026-03-03 |
| disp_002 | auc_006 | non delivery | 🟢 resolved | 2026-02-24 |
UserProfile
Jane Collector
jane@example.com
Member since 2025-06-15
SCOCard
🎫 Second Chance Offer
🟡 pendingOffer Price
$3,200.00
23h 59m
2026-03-06
Auction: auc_007
AuctionCanceled
Auction Canceled
auc_008
SellerListing
Vintage Vault
@vintage-vault
Premium vintage watches and collectibles since 2020.
Since 2024-01-10
TransactionReceipt
🧾 Receipt
completedVintage Rolex Submariner 1968
$4,500.00
$135.00
$4,635.00
Visa •••• 4242
SellerVerification
🏪 Seller Verification
approvedapproved
verified
active
✅ Yes
Vintage Vault
PaymentMethods
💳 Payment Methods
FollowFeed
📰 Activity Feed
Price dropped to $4,200
2 hours ago
Listed 3 new items
5 hours ago
New bid placed: $850
1 day ago
SellerEarnings
💰 Seller Earnings
$28,750.00
$4,200.00
BidList
🎯 My Bids (3)
Vintage Rolex Submariner
$4,600.00
Antique Silver Tea Set
$850.00
Limited Edition Sneakers
$280.00
