product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_2AT9AYP2Z0B0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3G9YVBQFRPC0 | Chapter 3 PRD_2AT9AYP2Z0B0 | content | 1 | 92e4e030-dba8-4b69-b03a-d200767d54e1 | |
| PID_0AAS79NHDXFG | Chapter 3 PRD_2AT9AYP2Z0B0 | product | 4 | 04000000C00002863845 | |
| PID_1T12YHFB5YDG | Chapter 3 PRD_2AT9AYP2Z0B0 | product | 8 | 6810000012831 | |
| PID_1W4QNH8FPZ20 | Chapter 3 PRD_2AT9AYP2Z0B0 | product | 2 | bwg_migration.2869956 | |
| PID_20B2H22V8V90 | Chapter 3 PRD_2AT9AYP2Z0B0 | product | 7 | 6810000012831 | |
| PID_3C0SCR219000 | Chapter 3 PRD_2AT9AYP2Z0B0 | product | 9 | 6810000012831 |
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);