product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3WZ94S5WWVF0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0CQAPKZP53B0 | Under the Spaniard's Lock and Key PRD_3WZ94S5WWVF0 | content | 1 | d289949c-4dcc-4324-8ecf-cafcc441ced5 | |
| PID_0EXV0P2KE1CG | Under the Spaniard's Lock and Key PRD_3WZ94S5WWVF0 | product | 4 | 59668793C00002942659 | |
| PID_1GZHPXN9K330 | Under the Spaniard's Lock and Key PRD_3WZ94S5WWVF0 | product | 3 | 9784596687937 | |
| PID_253WJFE5AZP0 | Under the Spaniard's Lock and Key PRD_3WZ94S5WWVF0 | product | 7 | 9784596687937 | |
| PID_3TS85587M4SG | Under the Spaniard's Lock and Key PRD_3WZ94S5WWVF0 | product | 2 | bwg_migration.2962731 |
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);