product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3TYCA6K7WSAG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0GVSSAVXA4VG | Volume 7: Mysterious Journey to the North Sea, Part One PRD_3TYCA6K7WSAG | content | 1 | f94bb9ba-40ff-4897-bc73-06ee29f15572 | |
| PID_044D8BK560V0 | Volume 7: Mysterious Journey to the North Sea, Part One PRD_3TYCA6K7WSAG | product | 7 | 9781621154938 | |
| PID_1T3S32D7H6AG | Volume 7: Mysterious Journey to the North Sea, Part One PRD_3TYCA6K7WSAG | product | 2 | bwg_migration.3174722 | |
| PID_2E6BYK7KB2HG | Volume 7: Mysterious Journey to the North Sea, Part One PRD_3TYCA6K7WSAG | product | 4 | 62115493C00003132954 | |
| PID_3G02CTT9C4M0 | Volume 7: Mysterious Journey to the North Sea, Part One PRD_3TYCA6K7WSAG | product | 3 | 9781621154938 |
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);