products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_3EWRKKZ63DKG"
This data as json, CSV (advanced)
Suggested facets: listed_at (date), on_sale_at (date)
| id ▼ | content_id | series_id | parent_content_id | level | content_type | product_type | title | alt_titles | subtitle | display_title | display_title_short | description | description_short | image_id | display_order | listed_at | label_id | geoblock_id | display_name | copyright | on_presale_at | on_sale_at | off_sale_at | add_on | add_on_campaign_only |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PRD_0MW0P052A1V0 | CNT_00YY82E9PFJG | Rosabelle CNT_3EWRKKZ63DKG | CNT_3EWRKKZ63DKG | 2 | 1 | 1 | Volume 1 | [] | Rosabelle 1 | Rosabelle had to leave her beloved family when she married and moved to London. When her husband dies, she's exhausted and in need of much R and R, but is only allowed a short visit to her dear family home. That's when her twin sister, Annabelle, proposes an incredible scheme. "It'll be all right. We're identical. Nobody will notice." And so the two women switch places! That way, Rosabelle's able to rest and recuperate at home...until she meets the young man next door, Phillip Winbolt. What will Rosabelle do now that she's fallen in love with this man...all while under the guise of her sister, Annabelle? | 01KGBZ2SD57TTBF68T7827JG6K | 1.0 | 2025-10-10T07:00:00.000Z | Harlequin LAB_0X8RR7JMBCBG | GEO_1PQM5BDYSMG0 | Rosabelle 1 | ©CHIEKO HARA/SYLVIA ANDREW | 2025-10-01T07:00:00.000Z | 0 | 0 | |||||
| PRD_3AT6WMJ9T5Q0 | CNT_0FNAE9Q83KPG | Rosabelle CNT_3EWRKKZ63DKG | CNT_3EWRKKZ63DKG | 2 | 1 | 1 | Volume 2 | [] | Rosabelle 2 | Rosabelle and Annabelle's scheme of switching places is figured out! "Why has Rosabelle taken Annabelle's name...?" Rosabelle's crush, the landowner next door, Phillip, declares that he loves her with all his heart, even if she lied to him. But when he goes to Rosabelle's late husband's home in London to find out more about the situation, he encounters a suspicious man named Falkirk. He, too, seems to be in search of Rosabelle...but why? | 01KGBZS86DT6B9HNEVE36RPEWB | 2.0 | 2025-10-10T07:00:00.000Z | Harlequin LAB_0X8RR7JMBCBG | GEO_1PQM5BDYSMG0 | Rosabelle 2 | ©CHIEKO HARA/SYLVIA ANDREW | 2025-10-01T07:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products (
id TEXT PRIMARY KEY,
content_id TEXT NOT NULL,
series_id TEXT NOT NULL,
parent_content_id TEXT,
level INTEGER NOT NULL,
content_type INTEGER NOT NULL,
product_type INTEGER NOT NULL,
title TEXT NOT NULL,
alt_titles TEXT NOT NULL,
subtitle TEXT NOT NULL,
display_title TEXT NOT NULL,
display_title_short TEXT NOT NULL,
description TEXT NOT NULL,
description_short TEXT NOT NULL,
image_id TEXT NOT NULL,
display_order REAL NOT NULL,
listed_at TEXT NOT NULL,
label_id TEXT NOT NULL,
geoblock_id TEXT,
display_name TEXT NOT NULL,
copyright TEXT,
on_presale_at TEXT,
on_sale_at TEXT NOT NULL,
off_sale_at TEXT,
add_on INTEGER NOT NULL,
add_on_campaign_only INTEGER NOT NULL,
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (label_id) REFERENCES labels(id),
FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
);
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);