product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1ZHP9ZK3PGZG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3F7HRS3V0FTG | Volume 4: Four-Leaf Clovers PRD_1ZHP9ZK3PGZG | content | 1 | 9e03488d-cdf9-41e5-8f34-2e8aa40b681a | |
| PID_14JT1R94465G | Volume 4: Four-Leaf Clovers PRD_1ZHP9ZK3PGZG | product | 3 | 9798893732375 | |
| PID_28H4X93HY28G | Volume 4: Four-Leaf Clovers PRD_1ZHP9ZK3PGZG | product | 7 | 9798893732375 | |
| PID_3ECGMFXJ9BR0 | Volume 4: Four-Leaf Clovers PRD_1ZHP9ZK3PGZG | product | 2 | bwg_migration.2170357 | |
| PID_3JK3KGPE34F0 | Volume 4: Four-Leaf Clovers PRD_1ZHP9ZK3PGZG | product | 4 | 89373237C00002246081 |
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);