product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0B5PFFASF1AG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0WBAE0DH8N60 | Volume 2 PRD_0B5PFFASF1AG | content | 1 | f2937572-a322-4f8b-9fda-ca9780b67b87 | |
| PID_0SRM2HAYP870 | Volume 2 PRD_0B5PFFASF1AG | product | 3 | 9798855400229 | |
| PID_1DZ6Y23A84A0 | Volume 2 PRD_0B5PFFASF1AG | product | 7 | 9798855400229 | |
| PID_23TJGRXMVDXG | Volume 2 PRD_0B5PFFASF1AG | product | 2 | bwg_migration.2614688 | |
| PID_2QYXC9P0D60G | Volume 2 PRD_0B5PFFASF1AG | product | 4 | 85540022C00002640029 |
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);