product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3RCJJEZ26SH0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_042AN8WTV6J0 | Volume 2 PRD_3RCJJEZ26SH0 | content | 1 | 83a7842e-c76a-42d0-b081-178153ebba64 | |
| PID_0095R4Z9JA50 | Volume 2 PRD_3RCJJEZ26SH0 | product | 3 | 9798888432730 | |
| PID_0MDGQNG54680 | Volume 2 PRD_3RCJJEZ26SH0 | product | 7 | 9798888432730 | |
| PID_2A8WEBJ7QFVG | Volume 2 PRD_3RCJJEZ26SH0 | product | 2 | bwg_migration.1556088 | |
| PID_2YFF5X4K98EG | Volume 2 PRD_3RCJJEZ26SH0 | product | 4 | 88843273C00001711543 |
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);