product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_26F3JG7GDGE0"
This data as json, CSV (advanced)
Suggested facets: external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| PID_0CMF7DPYMF6G | The King's Beloved Bride - Marrying the Lady of the Attic PRD_26F3JG7GDGE0 | product | 8 | 29141_The_Kings_Beloved_Bride_Marrying_001 | |
| PID_12KTY3GV7MP0 | The King's Beloved Bride - Marrying the Lady of the Attic PRD_26F3JG7GDGE0 | product | 2 | xl.29141-25 | |
| PID_1PP5NN9MSGX0 | The King's Beloved Bride - Marrying the Lady of the Attic PRD_26F3JG7GDGE0 | product | 9 | 29141_The_Kings_Beloved_Bride_Marrying_001 | |
| PID_3RHWBWWD2JKG | The King's Beloved Bride - Marrying the Lady of the Attic PRD_26F3JG7GDGE0 | product | 7 | 29141-25 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product_external_ids (
id TEXT PRIMARY KEY,
product_id TEXT NOT NULL,
source TEXT NOT NULL,
type INTEGER NOT NULL,
external_id TEXT NOT NULL,
external_id_original TEXT NOT NULL,
FOREIGN KEY (product_id) REFERENCES products(id)
);
CREATE INDEX idx_product_external_ids_product ON product_external_ids(product_id);