Skip to content

feat: eBay Item is_ended + sold end_time#16

Merged
0xGhostCasper merged 1 commit into
mainfrom
feat/ebay-item-is-ended
Jul 17, 2026
Merged

feat: eBay Item is_ended + sold end_time#16
0xGhostCasper merged 1 commit into
mainfrom
feat/ebay-item-is-ended

Conversation

@0xGhostCasper

Copy link
Copy Markdown
Member

Follow-up to the eBay sold_date work (SCR-122, monorepo PR #502).

Changes

  • Item.is_ended: bool = False — listing has closed (sold / ended), any buying format
  • end_time_utc / end_time_at semantics broadened: previously absolute auction end only; now also set for ended/sold listings of ANY format (the exact sold time). Still None for active fixed-price listings.
  • Tests: item fixture + assertions updated, new test_item_ended
  • CHANGELOG: extended the unreleased 0.21.0 entry (no version bump — rides along)

Test plan

  • uv run pytest — 642 passed
  • uv run ruff check — clean
  • uv run mypy src — clean

is_ended: bool (default False) - listing has closed (sold / ended), any buying format. end_time_utc/end_time_at now also set for ended/sold listings of any format (the exact sold time), not just active auctions; still None for active fixed-price listings. Rides along with unreleased 0.21.0.
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@0xGhostCasper
0xGhostCasper merged commit 76cefd2 into main Jul 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants