Skip to content

feat: eBay Item is_ended + sold end_time#13

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

feat: eBay Item is_ended + sold end_time#13
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: boolean — 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 null for active fixed-price listings.
  • Tests: item mock + assertions updated
  • CHANGELOG: extended the unreleased 0.21.0 entry (no version bump — rides along)

Test plan

  • npm test — 242 passed
  • npm run build — clean

is_ended: boolean - 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 null for active fixed-price listings. Rides along with unreleased 0.21.0.
@0xGhostCasper
0xGhostCasper merged commit 33abbdb into main Jul 17, 2026
4 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