product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3DPYA1GTYNEG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3W1AV3F8645G | Digital Bonus Booklet PRD_3DPYA1GTYNEG | content | 1 | 88668128-dea9-46ff-8be4-e70cd3eec05c | |
| PID_0R8V3FZF0D20 | Digital Bonus Booklet PRD_3DPYA1GTYNEG | product | 4 | 42156393C00002999259 | |
| PID_22AHHPJ55ERG | Digital Bonus Booklet PRD_3DPYA1GTYNEG | product | 3 | 9781421563930 | |
| PID_2PEWCR4PZBFG | Digital Bonus Booklet PRD_3DPYA1GTYNEG | product | 7 | 9781421563930 | |
| PID_3M487Y6KEGZ0 | Digital Bonus Booklet PRD_3DPYA1GTYNEG | product | 2 | bwg_migration.3022101 |
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);