product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2EPMKPQN53RG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0329VKZ91BSG | Pokémon: Arceus and the Jewel of Life PRD_2EPMKPQN53RG | content | 1 | a617841a-40cb-4c2d-9f72-79e3e4184831 | |
| PID_0QKARZ9QMJ30 | Pokémon: Arceus and the Jewel of Life PRD_2EPMKPQN53RG | product | 3 | 9781974709137 | |
| PID_1VQNM023EEP0 | Pokémon: Arceus and the Jewel of Life PRD_2EPMKPQN53RG | product | 7 | 9781974709137 | |
| PID_2SD1F6WDSQSG | Pokémon: Arceus and the Jewel of Life PRD_2EPMKPQN53RG | product | 2 | bwg_migration.2442738 | |
| PID_3DHCAQPSKGCG | Pokémon: Arceus and the Jewel of Life PRD_2EPMKPQN53RG | product | 4 | 97470913C00002481638 |
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);