product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3TY602K6ZPBG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_10MNRZWP1AA0 | Volume 3 PRD_3TY602K6ZPBG | content | 1 | 4278f2b3-94f0-4ada-a687-bb77d319fa6f | |
| PID_08WMVDNR8K80 | Volume 3 PRD_3TY602K6ZPBG | product | 4 | 85540145C00002686918 | |
| PID_1JYK9N8PDNEG | Volume 3 PRD_3TY602K6ZPBG | product | 3 | 9798855401455 | |
| PID_272Y56127HNG | Volume 3 PRD_3TY602K6ZPBG | product | 7 | 9798855401455 | |
| PID_34R9ZW3CPQ50 | Volume 3 PRD_3TY602K6ZPBG | product | 2 | bwg_migration.2668808 |
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);