@mohasinac/appkit 3.5.2 → 3.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/features/homepage/components/CustomCardsSection.js +1 -1
- package/dist/features/homepage/components/SectionCarousel.js +1 -1
- package/dist/features/seller/components/CategoryInlineSelect.d.ts +1 -1
- package/dist/features/seller/components/CategoryInlineSelect.js +1 -1
- package/dist/react/hooks/useBulkSelection.js +12 -3
- package/dist/react/hooks/useGesture.js +48 -4
- package/dist/react/hooks/useLongPress.d.ts +1 -0
- package/dist/react/hooks/useLongPress.js +5 -0
- package/dist/react/hooks/usePullToRefresh.js +12 -1
- package/dist/react/hooks/useRealtimeEvent.js +18 -1
- package/dist/react/hooks/useSwipe.js +14 -0
- package/dist/seed/addresses-seed-data.js +8 -99
- package/dist/seed/categories-seed-data.js +103 -2082
- package/dist/seed/homepage-sections-seed-data.js +9 -9
- package/dist/seed/products-art-seed-data.d.ts +1 -10
- package/dist/seed/products-art-seed-data.js +13 -122
- package/dist/seed/products-auctions-seed-data.js +39 -747
- package/dist/seed/products-classifieds-seed-data.d.ts +1 -9
- package/dist/seed/products-classifieds-seed-data.js +13 -195
- package/dist/seed/products-digital-codes-seed-data.d.ts +1 -9
- package/dist/seed/products-digital-codes-seed-data.js +13 -202
- package/dist/seed/products-live-items-seed-data.d.ts +1 -12
- package/dist/seed/products-live-items-seed-data.js +13 -188
- package/dist/seed/products-preorders-seed-data.js +18 -149
- package/dist/seed/products-prize-draws-seed-data.d.ts +1 -16
- package/dist/seed/products-prize-draws-seed-data.js +13 -385
- package/dist/seed/products-standard-seed-data.js +152 -1331
- package/dist/seed/products-stickers-seed-data.d.ts +1 -10
- package/dist/seed/products-stickers-seed-data.js +13 -122
- package/dist/seed/site-settings-seed-data.js +106 -108
- package/dist/seed/store-addresses-seed-data.js +14 -46
- package/dist/seed/stores-seed-data.js +13 -205
- package/dist/styles.css +19 -18
- package/dist/tailwind-utilities.css +1 -1
- package/dist/ui/components/BaseListingCard.d.ts +2 -1
- package/dist/ui/components/BaseListingCard.js +4 -5
- package/dist/ui/components/BulkActionBar.style.css +4 -4
- package/dist/ui/components/Button.js +52 -22
- package/dist/ui/components/Button.style.css +14 -13
- package/dist/ui/components/DateInput.js +1 -0
- package/dist/ui/components/DynamicBgDiv.js +8 -6
- package/dist/ui/components/FormField.js +1 -1
- package/dist/ui/components/HorizontalScroller.js +35 -16
- package/dist/ui/components/Iframe.d.ts +8 -1
- package/dist/ui/components/Layout.d.ts +4 -4
- package/dist/ui/components/Layout.js +8 -8
- package/dist/ui/components/ListingToolbar.js +4 -4
- package/dist/ui/components/Motion.js +4 -1
- package/dist/ui/components/OtpInput.js +1 -1
- package/dist/ui/components/PaginatedSelect.js +29 -3
- package/dist/ui/components/Pagination.js +10 -5
- package/dist/ui/components/RichTextEditor.js +64 -3
- package/dist/ui/components/Select.js +1 -0
- package/dist/ui/components/Semantic.d.ts +10 -10
- package/dist/ui/components/Semantic.js +25 -25
- package/dist/ui/components/SideDrawer.js +13 -11
- package/dist/ui/components/SideModal.js +9 -7
- package/dist/ui/components/SlottedListingView.d.ts +13 -2
- package/dist/ui/components/StickyToolbar.js +9 -5
- package/dist/ui/components/TagInput.js +15 -2
- package/dist/ui/components/Textarea.js +1 -0
- package/dist/ui/components/Toggle.js +8 -1
- package/dist/ui/components/UnsavedChangesModal.js +12 -1
- package/dist/ui/forms/ColorPickerField.js +7 -0
- package/dist/ui/forms/FieldCheckbox.js +1 -1
- package/dist/utils/id-generators.d.ts +7 -4
- package/dist/utils/id-generators.js +53 -31
- package/dist/utils/number.formatter.js +19 -6
- package/dist/utils/string.formatter.js +4 -1
- package/package.json +1 -1
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* WHY: Seeds
|
|
3
|
-
*
|
|
2
|
+
* WHY: Seeds a minimal, Beyblade-focused catalog of standard product listings — 2 products per
|
|
3
|
+
* generation (Original, Metal Fight, Burst, X), all from the Beyblade Arena store.
|
|
4
|
+
* WHAT: Exports 8 standard products with listingType:"standard", covering all 4 generation
|
|
5
|
+
* leaf categories (tagged with both leaf + root category slugs).
|
|
4
6
|
*
|
|
5
7
|
* EXPORTS:
|
|
6
|
-
* productsStandardSeedData — Array of
|
|
8
|
+
* productsStandardSeedData — Array of 8 standard products with listingType:"standard"
|
|
7
9
|
*
|
|
8
10
|
* @tag domain:products,catalog
|
|
9
11
|
* @tag layer:seed
|
|
@@ -20,1374 +22,209 @@ function withTokens(p) {
|
|
|
20
22
|
tags: [],
|
|
21
23
|
featured: false,
|
|
22
24
|
...p,
|
|
23
|
-
searchTokens: buildSearchTokens(p.title, p.description, p.brand, p.brandSlug, p.categoryNames, p.tags, p.features, p.condition, p.
|
|
25
|
+
searchTokens: buildSearchTokens(p.title, p.description, p.brand, p.brandSlug, p.categoryNames, p.tags, p.features, p.condition, p.specifications?.map((s) => `${s.name} ${s.value}`)),
|
|
24
26
|
};
|
|
25
27
|
}
|
|
26
|
-
// Card ID mappings for YGOPRODECK image API (no auth required)
|
|
27
|
-
const CARD_IDS = {
|
|
28
|
-
// Monsters
|
|
29
|
-
darkMagician: 46986414,
|
|
30
|
-
blueEyesWhiteDragon: 89631139,
|
|
31
|
-
busterBlader: 78193831,
|
|
32
|
-
jinzo: 77585513,
|
|
33
|
-
kuriboh: 40640057,
|
|
34
|
-
gaiaFierceKnight: 6368038,
|
|
35
|
-
gateGuardian: 25833572,
|
|
36
|
-
darkMagicianGirl: 38033121,
|
|
37
|
-
chaosEmperorDragon: 82301904,
|
|
38
|
-
blackLusterSoldier: 5405694,
|
|
39
|
-
cyberDragon: 70095154,
|
|
40
|
-
elementalHeroNeos: 89943723,
|
|
41
|
-
elementalHeroSparkman: 20721928,
|
|
42
|
-
neoSpacianGrandMole: 80344569,
|
|
43
|
-
destinyHeroDoomLord: 41613948,
|
|
44
|
-
// Spells/Traps
|
|
45
|
-
monsterReborn: 83764718,
|
|
46
|
-
potOfGreed: 55144522,
|
|
47
|
-
raigeki: 12580477,
|
|
48
|
-
darkHole: 53129443,
|
|
49
|
-
changeOfHeart: 4031928,
|
|
50
|
-
mirrorForce: 44095762,
|
|
51
|
-
mysticalSpaceTyphoon: 5318639,
|
|
52
|
-
// Extra Deck
|
|
53
|
-
blueEyesUltimateDragon: 23995346,
|
|
54
|
-
elementalHeroFlameWingman: 35809262,
|
|
55
|
-
rainbowDragon: 79105217,
|
|
56
|
-
// Promos & Starter Decks
|
|
57
|
-
exodiaHead: 33396948,
|
|
58
|
-
obeliskTheTormentor: 10000015,
|
|
59
|
-
wingedDragonOfRa: 10000000,
|
|
60
|
-
sliferTheSkyDragon: 10000050,
|
|
61
|
-
};
|
|
62
28
|
const _rawProductsStandardSeedData = [
|
|
63
|
-
// =====
|
|
64
|
-
{
|
|
65
|
-
id: "product-
|
|
66
|
-
slug: "product-
|
|
67
|
-
barcodeId: "LIR-
|
|
68
|
-
title: "
|
|
69
|
-
description: "
|
|
70
|
-
categorySlugs: ["category-
|
|
71
|
-
categoryNames: ["
|
|
72
|
-
brandSlug: "brand-
|
|
73
|
-
brand: "
|
|
74
|
-
price: 349900, // ₹3,499
|
|
75
|
-
currency: "INR",
|
|
76
|
-
stockQuantity: 3,
|
|
77
|
-
availableQuantity: 3,
|
|
78
|
-
isSold: false,
|
|
79
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`),
|
|
80
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`)],
|
|
81
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
82
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
83
|
-
storeId: "store-letitrip-official",
|
|
84
|
-
storeName: "LetItRip Official",
|
|
85
|
-
createdAt: new Date("2026-04-15"),
|
|
86
|
-
updatedAt: new Date("2026-05-10"),
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
id: "product-topper-tin-2005",
|
|
90
|
-
slug: "product-topper-tin-2005",
|
|
91
|
-
barcodeId: "LIR-TIN20002",
|
|
92
|
-
title: "2005 Collector Tin",
|
|
93
|
-
description: "2005 edition tin with premium foil cards.",
|
|
94
|
-
categorySlugs: ["category-sealed-products", "category-collector-tins"],
|
|
95
|
-
categoryNames: ["Sealed Products", "Collector Tins"],
|
|
96
|
-
brandSlug: "brand-toei-animation",
|
|
97
|
-
brand: "Toei Animation",
|
|
98
|
-
price: 399900, // ₹3,999
|
|
99
|
-
currency: "INR",
|
|
100
|
-
stockQuantity: 2,
|
|
101
|
-
availableQuantity: 2,
|
|
102
|
-
isSold: false,
|
|
103
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.obeliskTheTormentor}.jpg`),
|
|
104
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.obeliskTheTormentor}.jpg`)],
|
|
105
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
106
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
107
|
-
storeId: "store-letitrip-official",
|
|
108
|
-
storeName: "LetItRip Official",
|
|
109
|
-
createdAt: new Date("2026-04-20"),
|
|
110
|
-
updatedAt: new Date("2026-05-10"),
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
id: "product-duel-disk-replica",
|
|
114
|
-
slug: "product-duel-disk-replica",
|
|
115
|
-
barcodeId: "LIR-DUAL0001",
|
|
116
|
-
title: "Duel Disk Replica (Premium)",
|
|
117
|
-
description: "Deluxe replica of the iconic Duel Disk from the anime with light-up features.",
|
|
118
|
-
categorySlugs: ["category-sealed-products"],
|
|
119
|
-
categoryNames: ["Sealed Products"],
|
|
120
|
-
brandSlug: "brand-toei-animation",
|
|
121
|
-
brand: "Toei Animation",
|
|
122
|
-
price: 499900, // ₹4,999
|
|
123
|
-
currency: "INR",
|
|
124
|
-
stockQuantity: 1,
|
|
125
|
-
availableQuantity: 1,
|
|
126
|
-
isSold: false,
|
|
127
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`),
|
|
128
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`)],
|
|
129
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
130
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
131
|
-
storeId: "store-letitrip-official",
|
|
132
|
-
storeName: "LetItRip Official",
|
|
133
|
-
createdAt: new Date("2026-04-25"),
|
|
134
|
-
updatedAt: new Date("2026-05-10"),
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
id: "product-millennium-puzzle-model",
|
|
138
|
-
slug: "product-millennium-puzzle-model",
|
|
139
|
-
barcodeId: "LIR-MILP0001",
|
|
140
|
-
title: "Millennium Puzzle Model Kit",
|
|
141
|
-
description: "Detailed model kit of Yugi's iconic Millennium Puzzle. Requires assembly.",
|
|
142
|
-
categorySlugs: ["category-sealed-products"],
|
|
143
|
-
categoryNames: ["Sealed Products"],
|
|
144
|
-
brandSlug: "brand-toei-animation",
|
|
145
|
-
brand: "Toei Animation",
|
|
146
|
-
price: 329900, // ₹3,299
|
|
147
|
-
currency: "INR",
|
|
148
|
-
stockQuantity: 5,
|
|
149
|
-
availableQuantity: 5,
|
|
150
|
-
isSold: false,
|
|
151
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
152
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
153
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
154
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
155
|
-
storeId: "store-letitrip-official",
|
|
156
|
-
storeName: "LetItRip Official",
|
|
157
|
-
createdAt: new Date("2026-05-01"),
|
|
158
|
-
updatedAt: new Date("2026-05-10"),
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
id: "product-yugi-plush-20cm",
|
|
162
|
-
slug: "product-yugi-plush-20cm",
|
|
163
|
-
barcodeId: "LIR-YUGI0001",
|
|
164
|
-
title: "Yugi Muto Plush (20cm)",
|
|
165
|
-
description: "Soft plush toy of Yugi Muto. Perfect for collectors.",
|
|
166
|
-
categorySlugs: ["category-sealed-products"],
|
|
167
|
-
categoryNames: ["Sealed Products"],
|
|
168
|
-
brandSlug: "brand-toei-animation",
|
|
169
|
-
brand: "Toei Animation",
|
|
170
|
-
price: 149900, // ₹1,499
|
|
171
|
-
currency: "INR",
|
|
172
|
-
stockQuantity: 8,
|
|
173
|
-
availableQuantity: 8,
|
|
174
|
-
isSold: false,
|
|
175
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
176
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
177
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
178
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
179
|
-
storeId: "store-letitrip-official",
|
|
180
|
-
storeName: "LetItRip Official",
|
|
181
|
-
createdAt: new Date("2026-05-02"),
|
|
182
|
-
updatedAt: new Date("2026-05-10"),
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
id: "product-kaiba-figure-15cm",
|
|
186
|
-
slug: "product-kaiba-figure-15cm",
|
|
187
|
-
barcodeId: "LIR-KAIB0001",
|
|
188
|
-
title: "Seto Kaiba Figure (15cm)",
|
|
189
|
-
description: "Detailed PVC figure of Seto Kaiba in his classic suit.",
|
|
190
|
-
categorySlugs: ["category-sealed-products"],
|
|
191
|
-
categoryNames: ["Sealed Products"],
|
|
192
|
-
brandSlug: "brand-toei-animation",
|
|
193
|
-
brand: "Toei Animation",
|
|
194
|
-
price: 199900, // ₹1,999
|
|
195
|
-
currency: "INR",
|
|
196
|
-
stockQuantity: 6,
|
|
197
|
-
availableQuantity: 6,
|
|
198
|
-
isSold: false,
|
|
199
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`),
|
|
200
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`)],
|
|
201
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
202
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
203
|
-
storeId: "store-letitrip-official",
|
|
204
|
-
storeName: "LetItRip Official",
|
|
205
|
-
createdAt: new Date("2026-05-03"),
|
|
206
|
-
updatedAt: new Date("2026-05-10"),
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
id: "product-dark-magician-figure",
|
|
210
|
-
slug: "product-dark-magician-figure",
|
|
211
|
-
barcodeId: "LIR-DARK0001",
|
|
212
|
-
title: "Dark Magician Figure (Deluxe)",
|
|
213
|
-
description: "Premium figure of the Dark Magician with intricate details and base display.",
|
|
214
|
-
categorySlugs: ["category-sealed-products"],
|
|
215
|
-
categoryNames: ["Sealed Products"],
|
|
216
|
-
brandSlug: "brand-toei-animation",
|
|
217
|
-
brand: "Toei Animation",
|
|
218
|
-
price: 349900, // ₹3,499
|
|
219
|
-
currency: "INR",
|
|
220
|
-
stockQuantity: 4,
|
|
221
|
-
availableQuantity: 4,
|
|
222
|
-
isSold: false,
|
|
223
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
224
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
225
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
226
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
227
|
-
storeId: "store-letitrip-official",
|
|
228
|
-
storeName: "LetItRip Official",
|
|
229
|
-
createdAt: new Date("2026-05-04"),
|
|
230
|
-
updatedAt: new Date("2026-05-10"),
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
id: "product-exodia-art-print",
|
|
234
|
-
slug: "product-exodia-art-print",
|
|
235
|
-
barcodeId: "LIR-EXOD0001",
|
|
236
|
-
title: "Exodia Art Print (A3)",
|
|
237
|
-
description: "High-quality A3 art print of the complete Exodia set.",
|
|
238
|
-
categorySlugs: ["category-sealed-products"],
|
|
239
|
-
categoryNames: ["Sealed Products"],
|
|
240
|
-
brandSlug: "brand-toei-animation",
|
|
241
|
-
brand: "Toei Animation",
|
|
242
|
-
price: 79900, // ₹799
|
|
243
|
-
currency: "INR",
|
|
244
|
-
stockQuantity: 12,
|
|
245
|
-
availableQuantity: 12,
|
|
246
|
-
isSold: false,
|
|
247
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`),
|
|
248
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`)],
|
|
249
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
250
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
251
|
-
storeId: "store-letitrip-official",
|
|
252
|
-
storeName: "LetItRip Official",
|
|
253
|
-
createdAt: new Date("2026-05-05"),
|
|
254
|
-
updatedAt: new Date("2026-05-10"),
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
id: "product-ygo-card-case-100",
|
|
258
|
-
slug: "product-ygo-card-case-100",
|
|
259
|
-
title: "Card Case 100ct",
|
|
260
|
-
description: "Protective storage case for 100 cards with dividers.",
|
|
261
|
-
categorySlugs: ["category-sealed-products"],
|
|
262
|
-
categoryNames: ["Sealed Products"],
|
|
263
|
-
brandSlug: "brand-konami",
|
|
264
|
-
brand: "Konami",
|
|
265
|
-
price: 29900, // ₹299
|
|
266
|
-
currency: "INR",
|
|
267
|
-
stockQuantity: 20,
|
|
268
|
-
availableQuantity: 20,
|
|
269
|
-
isSold: false,
|
|
270
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
271
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
272
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
273
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
274
|
-
storeId: "store-letitrip-official",
|
|
275
|
-
storeName: "LetItRip Official",
|
|
276
|
-
createdAt: new Date("2026-05-06"),
|
|
277
|
-
updatedAt: new Date("2026-05-10"),
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
id: "product-duelist-kingdom-playmat",
|
|
281
|
-
slug: "product-duelist-kingdom-playmat",
|
|
282
|
-
title: "Duelist Kingdom Playmat",
|
|
283
|
-
description: "Premium cloth playmat featuring the iconic Duelist Kingdom design.",
|
|
284
|
-
categorySlugs: ["category-sealed-products"],
|
|
285
|
-
categoryNames: ["Sealed Products"],
|
|
286
|
-
brandSlug: "brand-konami",
|
|
287
|
-
brand: "Konami",
|
|
288
|
-
price: 129900, // ₹1,299
|
|
289
|
-
currency: "INR",
|
|
290
|
-
stockQuantity: 2,
|
|
291
|
-
availableQuantity: 2,
|
|
292
|
-
isSold: false,
|
|
293
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
294
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
295
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
296
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
297
|
-
storeId: "store-letitrip-official",
|
|
298
|
-
storeName: "LetItRip Official",
|
|
299
|
-
createdAt: new Date("2026-05-07"),
|
|
300
|
-
updatedAt: new Date("2026-05-10"),
|
|
301
|
-
},
|
|
302
|
-
];
|
|
303
|
-
// Kaiba store base products (will be exported with listingType added)
|
|
304
|
-
const _kaibaSinglesSeedData = [
|
|
305
|
-
{
|
|
306
|
-
id: "product-dark-magician-lob-1st",
|
|
307
|
-
slug: "product-dark-magician-lob-1st",
|
|
308
|
-
title: "Dark Magician (LOB 1st Edition)",
|
|
309
|
-
description: "Classic first edition Dark Magician from Legend of Blue Eyes. Iconic card.",
|
|
310
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
311
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
312
|
-
brandSlug: "brand-konami",
|
|
313
|
-
brand: "Konami",
|
|
314
|
-
price: 499900,
|
|
315
|
-
currency: "INR",
|
|
316
|
-
stockQuantity: 1,
|
|
317
|
-
availableQuantity: 1,
|
|
318
|
-
isSold: false,
|
|
319
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`),
|
|
320
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`)],
|
|
321
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
322
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
323
|
-
storeId: "store-kaiba-corp-cards",
|
|
324
|
-
storeName: "Kaiba Corp Card Vault",
|
|
325
|
-
createdAt: new Date("2026-04-01"),
|
|
326
|
-
updatedAt: new Date("2026-05-10"),
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
id: "product-blue-eyes-white-dragon-sdk",
|
|
330
|
-
slug: "product-blue-eyes-white-dragon-sdk",
|
|
331
|
-
title: "Blue-Eyes White Dragon (SDK Reprint)",
|
|
332
|
-
description: "SDK reprint of the legendary Blue-Eyes White Dragon.",
|
|
333
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
334
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
335
|
-
brandSlug: "brand-konami",
|
|
336
|
-
brand: "Konami",
|
|
337
|
-
price: 799900,
|
|
338
|
-
currency: "INR",
|
|
339
|
-
stockQuantity: 3,
|
|
340
|
-
availableQuantity: 3,
|
|
341
|
-
isSold: false,
|
|
342
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.blueEyesWhiteDragon}.jpg`),
|
|
343
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.blueEyesWhiteDragon}.jpg`)],
|
|
344
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
345
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
346
|
-
storeId: "store-kaiba-corp-cards",
|
|
347
|
-
storeName: "Kaiba Corp Card Vault",
|
|
348
|
-
createdAt: new Date("2026-04-02"),
|
|
349
|
-
updatedAt: new Date("2026-05-10"),
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
id: "product-buster-blader-ioc",
|
|
353
|
-
slug: "product-buster-blader-ioc",
|
|
354
|
-
title: "Buster Blader (Invasion of Chaos)",
|
|
355
|
-
description: "Buster Blader from the Invasion of Chaos set. Dragon-type warrior.",
|
|
356
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
357
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
358
|
-
brandSlug: "brand-konami",
|
|
359
|
-
brand: "Konami",
|
|
29
|
+
// ===== Beyblade Original =====
|
|
30
|
+
{
|
|
31
|
+
id: "product-beyblade-original-dranzer-s",
|
|
32
|
+
slug: "product-beyblade-original-dranzer-s",
|
|
33
|
+
barcodeId: "LIR-BEY-ORIG-001",
|
|
34
|
+
title: "Beyblade Original — Dranzer S",
|
|
35
|
+
description: "Plastic Generation era Dranzer S with launcher and ripcord. A classic from the original 1999-2003 Beyblade series.",
|
|
36
|
+
categorySlugs: ["category-beyblade-original", "category-spinning-tops"],
|
|
37
|
+
categoryNames: ["Beyblade Original", "Spinning Tops"],
|
|
38
|
+
brandSlug: "brand-beyblade",
|
|
39
|
+
brand: "Beyblade",
|
|
360
40
|
price: 149900,
|
|
361
41
|
currency: "INR",
|
|
362
|
-
stockQuantity: 2,
|
|
363
|
-
availableQuantity: 2,
|
|
364
|
-
isSold: false,
|
|
365
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.busterBlader}.jpg`),
|
|
366
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.busterBlader}.jpg`)],
|
|
367
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
368
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
369
|
-
storeId: "store-kaiba-corp-cards",
|
|
370
|
-
storeName: "Kaiba Corp Card Vault",
|
|
371
|
-
createdAt: new Date("2026-04-03"),
|
|
372
|
-
updatedAt: new Date("2026-05-10"),
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
id: "product-jinzo-psx",
|
|
376
|
-
slug: "product-jinzo-psx",
|
|
377
|
-
title: "Jinzo (PSV 1st Edition)",
|
|
378
|
-
description: "First edition Jinzo from Pharaoh's Servant. Powerful trap-blocking machine.",
|
|
379
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
380
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
381
|
-
brandSlug: "brand-konami",
|
|
382
|
-
brand: "Konami",
|
|
383
|
-
price: 599900,
|
|
384
|
-
currency: "INR",
|
|
385
|
-
stockQuantity: 1,
|
|
386
|
-
availableQuantity: 1,
|
|
387
|
-
isSold: false,
|
|
388
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.jinzo}.jpg`),
|
|
389
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.jinzo}.jpg`)],
|
|
390
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
391
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
392
|
-
storeId: "store-kaiba-corp-cards",
|
|
393
|
-
storeName: "Kaiba Corp Card Vault",
|
|
394
|
-
createdAt: new Date("2026-04-04"),
|
|
395
|
-
updatedAt: new Date("2026-05-10"),
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
id: "product-kuriboh-mrd",
|
|
399
|
-
slug: "product-kuriboh-mrd",
|
|
400
|
-
title: "Kuriboh (Metal Raiders)",
|
|
401
|
-
description: "Cute Kuriboh from Metal Raiders. Classic defensive monster.",
|
|
402
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
403
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
404
|
-
brandSlug: "brand-konami",
|
|
405
|
-
brand: "Konami",
|
|
406
|
-
price: 29900,
|
|
407
|
-
currency: "INR",
|
|
408
|
-
stockQuantity: 5,
|
|
409
|
-
availableQuantity: 5,
|
|
410
|
-
isSold: false,
|
|
411
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.kuriboh}.jpg`),
|
|
412
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.kuriboh}.jpg`)],
|
|
413
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
414
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
415
|
-
storeId: "store-kaiba-corp-cards",
|
|
416
|
-
storeName: "Kaiba Corp Card Vault",
|
|
417
|
-
createdAt: new Date("2026-04-05"),
|
|
418
|
-
updatedAt: new Date("2026-05-10"),
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
id: "product-gaia-fierce-knight-lob",
|
|
422
|
-
slug: "product-gaia-fierce-knight-lob",
|
|
423
|
-
title: "Gaia the Fierce Knight (LOB)",
|
|
424
|
-
description: "Gaia the Fierce Knight from Legend of Blue Eyes.",
|
|
425
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
426
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
427
|
-
brandSlug: "brand-konami",
|
|
428
|
-
brand: "Konami",
|
|
429
|
-
price: 69900,
|
|
430
|
-
currency: "INR",
|
|
431
42
|
stockQuantity: 4,
|
|
432
43
|
availableQuantity: 4,
|
|
433
44
|
isSold: false,
|
|
434
|
-
mainImage: seedExtMedia(
|
|
435
|
-
images: [seedExtMedia(
|
|
436
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
437
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
438
|
-
storeId: "store-kaiba-corp-cards",
|
|
439
|
-
storeName: "Kaiba Corp Card Vault",
|
|
440
|
-
createdAt: new Date("2026-04-06"),
|
|
441
|
-
updatedAt: new Date("2026-05-10"),
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
id: "product-gate-guardian-mrd",
|
|
445
|
-
slug: "product-gate-guardian-mrd",
|
|
446
|
-
title: "Gate Guardian (Metal Raiders)",
|
|
447
|
-
description: "Fusion monster from Metal Raiders. Strong defensive card.",
|
|
448
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
449
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
450
|
-
brandSlug: "brand-konami",
|
|
451
|
-
brand: "Konami",
|
|
452
|
-
price: 129900,
|
|
453
|
-
currency: "INR",
|
|
454
|
-
stockQuantity: 2,
|
|
455
|
-
availableQuantity: 2,
|
|
456
|
-
isSold: false,
|
|
457
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.gateGuardian}.jpg`),
|
|
458
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.gateGuardian}.jpg`)],
|
|
459
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
460
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
461
|
-
storeId: "store-kaiba-corp-cards",
|
|
462
|
-
storeName: "Kaiba Corp Card Vault",
|
|
463
|
-
createdAt: new Date("2026-04-07"),
|
|
464
|
-
updatedAt: new Date("2026-05-10"),
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
id: "product-dark-magician-girl-ioc",
|
|
468
|
-
slug: "product-dark-magician-girl-ioc",
|
|
469
|
-
title: "Dark Magician Girl (Invasion of Chaos)",
|
|
470
|
-
description: "Dark Magician Girl from Invasion of Chaos. Beautiful spellcaster.",
|
|
471
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
472
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
473
|
-
brandSlug: "brand-konami",
|
|
474
|
-
brand: "Konami",
|
|
475
|
-
price: 899900,
|
|
476
|
-
currency: "INR",
|
|
477
|
-
stockQuantity: 3,
|
|
478
|
-
availableQuantity: 3,
|
|
479
|
-
isSold: false,
|
|
480
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagicianGirl}.jpg`),
|
|
481
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagicianGirl}.jpg`)],
|
|
482
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
483
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
484
|
-
storeId: "store-kaiba-corp-cards",
|
|
485
|
-
storeName: "Kaiba Corp Card Vault",
|
|
486
|
-
createdAt: new Date("2026-04-08"),
|
|
487
|
-
updatedAt: new Date("2026-05-10"),
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
id: "product-chaos-emperor-dragon",
|
|
491
|
-
slug: "product-chaos-emperor-dragon",
|
|
492
|
-
title: "Chaos Emperor Dragon - Envoy of the End",
|
|
493
|
-
description: "Powerful chaos dragon. Out of stock.",
|
|
494
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
495
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
496
|
-
brandSlug: "brand-konami",
|
|
497
|
-
brand: "Konami",
|
|
498
|
-
price: 1299900,
|
|
499
|
-
currency: "INR",
|
|
500
|
-
stockQuantity: 5,
|
|
501
|
-
availableQuantity: 5,
|
|
502
|
-
isSold: false,
|
|
503
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.chaosEmperorDragon}.jpg`),
|
|
504
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.chaosEmperorDragon}.jpg`)],
|
|
505
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
506
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
507
|
-
storeId: "store-kaiba-corp-cards",
|
|
508
|
-
storeName: "Kaiba Corp Card Vault",
|
|
509
|
-
createdAt: new Date("2026-04-09"),
|
|
510
|
-
updatedAt: new Date("2026-05-10"),
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
id: "product-black-luster-soldier",
|
|
514
|
-
slug: "product-black-luster-soldier",
|
|
515
|
-
title: "Black Luster Soldier (Ritual)",
|
|
516
|
-
description: "Black Luster Soldier ritual summon. Powerful fusion-like card.",
|
|
517
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
518
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
519
|
-
brandSlug: "brand-konami",
|
|
520
|
-
brand: "Konami",
|
|
521
|
-
price: 999900,
|
|
522
|
-
currency: "INR",
|
|
523
|
-
stockQuantity: 2,
|
|
524
|
-
availableQuantity: 2,
|
|
525
|
-
isSold: false,
|
|
526
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.blackLusterSoldier}.jpg`),
|
|
527
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.blackLusterSoldier}.jpg`)],
|
|
45
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/product-image-beyblade-original-dranzer-s-1-20260101/900/900"),
|
|
46
|
+
images: [seedExtMedia("https://picsum.photos/seed/product-image-beyblade-original-dranzer-s-1-20260101/900/900")],
|
|
528
47
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
529
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.
|
|
530
|
-
|
|
531
|
-
|
|
48
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.LIKE_NEW,
|
|
49
|
+
featured: true,
|
|
50
|
+
storeId: "store-beyblade-arena",
|
|
51
|
+
storeName: "Beyblade Arena",
|
|
532
52
|
createdAt: new Date("2026-04-10"),
|
|
533
|
-
updatedAt: new Date("2026-05-
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
id: "product-
|
|
537
|
-
slug: "product-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
stockQuantity: 3,
|
|
547
|
-
availableQuantity: 3,
|
|
548
|
-
isSold: false,
|
|
549
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.cyberDragon}.jpg`),
|
|
550
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.cyberDragon}.jpg`)],
|
|
551
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
552
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
553
|
-
storeId: "store-kaiba-corp-cards",
|
|
554
|
-
storeName: "Kaiba Corp Card Vault",
|
|
555
|
-
createdAt: new Date("2026-04-11"),
|
|
556
|
-
updatedAt: new Date("2026-05-10"),
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
id: "product-elemental-hero-neos",
|
|
560
|
-
slug: "product-elemental-hero-neos",
|
|
561
|
-
title: "Elemental HERO Neos (Power of the Duelist)",
|
|
562
|
-
description: "E-HERO Neos from GX era. Iconic GX protagonist card.",
|
|
563
|
-
categorySlugs: ["category-gx-era", "category-singles"],
|
|
564
|
-
categoryNames: ["GX Era", "Singles"],
|
|
565
|
-
brandSlug: "brand-konami",
|
|
566
|
-
brand: "Konami",
|
|
567
|
-
price: 349900,
|
|
53
|
+
updatedAt: new Date("2026-05-01"),
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
id: "product-beyblade-original-driger-v",
|
|
57
|
+
slug: "product-beyblade-original-driger-v",
|
|
58
|
+
barcodeId: "LIR-BEY-ORIG-002",
|
|
59
|
+
title: "Beyblade Original — Driger V",
|
|
60
|
+
description: "Vintage Driger V attack-type top from the original series, complete with launcher grip.",
|
|
61
|
+
categorySlugs: ["category-beyblade-original", "category-spinning-tops"],
|
|
62
|
+
categoryNames: ["Beyblade Original", "Spinning Tops"],
|
|
63
|
+
brandSlug: "brand-beyblade",
|
|
64
|
+
brand: "Beyblade",
|
|
65
|
+
price: 179900,
|
|
568
66
|
currency: "INR",
|
|
569
67
|
stockQuantity: 2,
|
|
570
68
|
availableQuantity: 2,
|
|
571
69
|
isSold: false,
|
|
572
|
-
mainImage: seedExtMedia(
|
|
573
|
-
images: [seedExtMedia(
|
|
70
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/product-image-beyblade-original-driger-v-1-20260101/900/900"),
|
|
71
|
+
images: [seedExtMedia("https://picsum.photos/seed/product-image-beyblade-original-driger-v-1-20260101/900/900")],
|
|
574
72
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
575
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.
|
|
576
|
-
storeId: "store-
|
|
577
|
-
storeName: "
|
|
73
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.GOOD,
|
|
74
|
+
storeId: "store-beyblade-arena",
|
|
75
|
+
storeName: "Beyblade Arena",
|
|
578
76
|
createdAt: new Date("2026-04-12"),
|
|
579
|
-
updatedAt: new Date("2026-05-
|
|
580
|
-
},
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
availableQuantity: 4,
|
|
594
|
-
isSold: false,
|
|
595
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.elementalHeroSparkman}.jpg`),
|
|
596
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.elementalHeroSparkman}.jpg`)],
|
|
597
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
598
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
599
|
-
storeId: "store-kaiba-corp-cards",
|
|
600
|
-
storeName: "Kaiba Corp Card Vault",
|
|
601
|
-
createdAt: new Date("2026-04-13"),
|
|
602
|
-
updatedAt: new Date("2026-05-10"),
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
id: "product-neo-spacian-grand-mole",
|
|
606
|
-
slug: "product-neo-spacian-grand-mole",
|
|
607
|
-
title: "Neo-Spacian Grand Mole (Power of the Duelist)",
|
|
608
|
-
description: "Neo-Spacian Grand Mole from POTD. Useful utility monster.",
|
|
609
|
-
categorySlugs: ["category-gx-era", "category-singles"],
|
|
610
|
-
categoryNames: ["GX Era", "Singles"],
|
|
611
|
-
brandSlug: "brand-konami",
|
|
612
|
-
brand: "Konami",
|
|
613
|
-
price: 189900,
|
|
614
|
-
currency: "INR",
|
|
615
|
-
stockQuantity: 3,
|
|
616
|
-
availableQuantity: 3,
|
|
617
|
-
isSold: false,
|
|
618
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.neoSpacianGrandMole}.jpg`),
|
|
619
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.neoSpacianGrandMole}.jpg`)],
|
|
620
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
621
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
622
|
-
storeId: "store-kaiba-corp-cards",
|
|
623
|
-
storeName: "Kaiba Corp Card Vault",
|
|
624
|
-
createdAt: new Date("2026-04-14"),
|
|
625
|
-
updatedAt: new Date("2026-05-10"),
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
id: "product-destiny-hero-doom-lord",
|
|
629
|
-
slug: "product-destiny-hero-doom-lord",
|
|
630
|
-
title: "Destiny HERO Doom Lord (Duelist Pack)",
|
|
631
|
-
description: "Destiny HERO Doom Lord. Control-focused warrior.",
|
|
632
|
-
categorySlugs: ["category-gx-era", "category-singles"],
|
|
633
|
-
categoryNames: ["GX Era", "Singles"],
|
|
634
|
-
brandSlug: "brand-konami",
|
|
635
|
-
brand: "Konami",
|
|
636
|
-
price: 119900,
|
|
637
|
-
currency: "INR",
|
|
638
|
-
stockQuantity: 5,
|
|
639
|
-
availableQuantity: 5,
|
|
640
|
-
isSold: false,
|
|
641
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.destinyHeroDoomLord}.jpg`),
|
|
642
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.destinyHeroDoomLord}.jpg`)],
|
|
643
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
644
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
645
|
-
storeId: "store-kaiba-corp-cards",
|
|
646
|
-
storeName: "Kaiba Corp Card Vault",
|
|
647
|
-
createdAt: new Date("2026-04-15"),
|
|
648
|
-
updatedAt: new Date("2026-05-10"),
|
|
649
|
-
},
|
|
650
|
-
];
|
|
651
|
-
const _kaibaTrapSpellsSeedData = [
|
|
652
|
-
{
|
|
653
|
-
id: "product-monster-reborn-lob",
|
|
654
|
-
slug: "product-monster-reborn-lob",
|
|
655
|
-
title: "Monster Reborn (Legend of Blue Eyes)",
|
|
656
|
-
description: "Classic Monster Reborn spell. Iconic summoning spell.",
|
|
657
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
658
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
659
|
-
brandSlug: "brand-konami",
|
|
660
|
-
brand: "Konami",
|
|
661
|
-
price: 699900,
|
|
662
|
-
currency: "INR",
|
|
663
|
-
stockQuantity: 1,
|
|
664
|
-
availableQuantity: 1,
|
|
665
|
-
isSold: false,
|
|
666
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.monsterReborn}.jpg`),
|
|
667
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.monsterReborn}.jpg`)],
|
|
668
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
669
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
670
|
-
storeId: "store-kaiba-corp-cards",
|
|
671
|
-
storeName: "Kaiba Corp Card Vault",
|
|
672
|
-
createdAt: new Date("2026-04-16"),
|
|
673
|
-
updatedAt: new Date("2026-05-10"),
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
id: "product-pot-of-greed-lob",
|
|
677
|
-
slug: "product-pot-of-greed-lob",
|
|
678
|
-
title: "Pot of Greed (Legend of Blue Eyes)",
|
|
679
|
-
description: "Pot of Greed from LOB. Draw 2 cards.",
|
|
680
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
681
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
682
|
-
brandSlug: "brand-konami",
|
|
683
|
-
brand: "Konami",
|
|
684
|
-
price: 1499900,
|
|
685
|
-
currency: "INR",
|
|
686
|
-
stockQuantity: 1,
|
|
687
|
-
availableQuantity: 1,
|
|
688
|
-
isSold: false,
|
|
689
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.potOfGreed}.jpg`),
|
|
690
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.potOfGreed}.jpg`)],
|
|
691
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
692
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
693
|
-
storeId: "store-kaiba-corp-cards",
|
|
694
|
-
storeName: "Kaiba Corp Card Vault",
|
|
695
|
-
createdAt: new Date("2026-04-17"),
|
|
696
|
-
updatedAt: new Date("2026-05-10"),
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
id: "product-raigeki-lob",
|
|
700
|
-
slug: "product-raigeki-lob",
|
|
701
|
-
title: "Raigeki (Legend of Blue Eyes)",
|
|
702
|
-
description: "Raigeki. Destroy all opponent monsters.",
|
|
703
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
704
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
705
|
-
brandSlug: "brand-konami",
|
|
706
|
-
brand: "Konami",
|
|
707
|
-
price: 899900,
|
|
708
|
-
currency: "INR",
|
|
709
|
-
stockQuantity: 1,
|
|
710
|
-
availableQuantity: 1,
|
|
711
|
-
isSold: false,
|
|
712
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.raigeki}.jpg`),
|
|
713
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.raigeki}.jpg`)],
|
|
714
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
715
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
716
|
-
storeId: "store-kaiba-corp-cards",
|
|
717
|
-
storeName: "Kaiba Corp Card Vault",
|
|
718
|
-
createdAt: new Date("2026-04-18"),
|
|
719
|
-
updatedAt: new Date("2026-05-10"),
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
id: "product-dark-hole-lob",
|
|
723
|
-
slug: "product-dark-hole-lob",
|
|
724
|
-
title: "Dark Hole (Legend of Blue Eyes)",
|
|
725
|
-
description: "Dark Hole from LOB. Destroy all monsters.",
|
|
726
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
727
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
728
|
-
brandSlug: "brand-konami",
|
|
729
|
-
brand: "Konami",
|
|
730
|
-
price: 349900,
|
|
731
|
-
currency: "INR",
|
|
732
|
-
stockQuantity: 2,
|
|
733
|
-
availableQuantity: 2,
|
|
734
|
-
isSold: false,
|
|
735
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkHole}.jpg`),
|
|
736
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkHole}.jpg`)],
|
|
737
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
738
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
739
|
-
storeId: "store-kaiba-corp-cards",
|
|
740
|
-
storeName: "Kaiba Corp Card Vault",
|
|
741
|
-
createdAt: new Date("2026-04-19"),
|
|
742
|
-
updatedAt: new Date("2026-05-10"),
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
id: "product-change-of-heart-mrd",
|
|
746
|
-
slug: "product-change-of-heart-mrd",
|
|
747
|
-
title: "Change of Heart (Metal Raiders 1st Ed)",
|
|
748
|
-
description: "Change of Heart MRD 1st edition. Control opponent monster.",
|
|
749
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
750
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
751
|
-
brandSlug: "brand-konami",
|
|
752
|
-
brand: "Konami",
|
|
753
|
-
price: 899900,
|
|
754
|
-
currency: "INR",
|
|
755
|
-
stockQuantity: 1,
|
|
756
|
-
availableQuantity: 1,
|
|
757
|
-
isSold: false,
|
|
758
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.changeOfHeart}.jpg`),
|
|
759
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.changeOfHeart}.jpg`)],
|
|
760
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
761
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
762
|
-
storeId: "store-kaiba-corp-cards",
|
|
763
|
-
storeName: "Kaiba Corp Card Vault",
|
|
764
|
-
createdAt: new Date("2026-04-20"),
|
|
765
|
-
updatedAt: new Date("2026-05-10"),
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
id: "product-mirror-force-mrd",
|
|
769
|
-
slug: "product-mirror-force-mrd",
|
|
770
|
-
title: "Mirror Force (Metal Raiders Ultra Rare)",
|
|
771
|
-
description: "Mirror Force MRD Ultra Rare. Reflect attack damage.",
|
|
772
|
-
categorySlugs: ["category-trap-cards", "category-singles"],
|
|
773
|
-
categoryNames: ["Trap Cards", "Singles"],
|
|
774
|
-
brandSlug: "brand-konami",
|
|
775
|
-
brand: "Konami",
|
|
776
|
-
price: 999900,
|
|
777
|
-
currency: "INR",
|
|
778
|
-
stockQuantity: 3,
|
|
779
|
-
availableQuantity: 3,
|
|
780
|
-
isSold: false,
|
|
781
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.mirrorForce}.jpg`),
|
|
782
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.mirrorForce}.jpg`)],
|
|
783
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
784
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
785
|
-
storeId: "store-kaiba-corp-cards",
|
|
786
|
-
storeName: "Kaiba Corp Card Vault",
|
|
787
|
-
createdAt: new Date("2026-04-21"),
|
|
788
|
-
updatedAt: new Date("2026-05-10"),
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
id: "product-mst-mrl",
|
|
792
|
-
slug: "product-mst-mrl",
|
|
793
|
-
title: "Mystical Space Typhoon (Metal Raiders Limited)",
|
|
794
|
-
description: "Mystical Space Typhoon MRL. Destroy spell/trap.",
|
|
795
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
796
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
797
|
-
brandSlug: "brand-konami",
|
|
798
|
-
brand: "Konami",
|
|
799
|
-
price: 299900,
|
|
800
|
-
currency: "INR",
|
|
801
|
-
stockQuantity: 2,
|
|
802
|
-
availableQuantity: 2,
|
|
803
|
-
isSold: false,
|
|
804
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.mysticalSpaceTyphoon}.jpg`),
|
|
805
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.mysticalSpaceTyphoon}.jpg`)],
|
|
806
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
807
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
808
|
-
storeId: "store-kaiba-corp-cards",
|
|
809
|
-
storeName: "Kaiba Corp Card Vault",
|
|
810
|
-
createdAt: new Date("2026-04-22"),
|
|
811
|
-
updatedAt: new Date("2026-05-10"),
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
id: "product-mirror-force-sdj",
|
|
815
|
-
slug: "product-mirror-force-sdj",
|
|
816
|
-
title: "Mirror Force (Starter Deck Jaden)",
|
|
817
|
-
description: "Mirror Force from Starter Deck Jaden. Budget copy.",
|
|
818
|
-
categorySlugs: ["category-trap-cards", "category-singles"],
|
|
819
|
-
categoryNames: ["Trap Cards", "Singles"],
|
|
820
|
-
brandSlug: "brand-konami",
|
|
821
|
-
brand: "Konami",
|
|
822
|
-
price: 49900,
|
|
77
|
+
updatedAt: new Date("2026-05-01"),
|
|
78
|
+
},
|
|
79
|
+
// ===== Beyblade Metal Fight =====
|
|
80
|
+
{
|
|
81
|
+
id: "product-beyblade-metal-storm-pegasus",
|
|
82
|
+
slug: "product-beyblade-metal-storm-pegasus",
|
|
83
|
+
barcodeId: "LIR-BEY-META-001",
|
|
84
|
+
title: "Metal Fight Beyblade BB-28 Storm Pegasus",
|
|
85
|
+
description: "Storm Pegasus 105RF from the Metal Fusion era — one of the most iconic Metal Fight tops.",
|
|
86
|
+
categorySlugs: ["category-beyblade-metal", "category-spinning-tops"],
|
|
87
|
+
categoryNames: ["Beyblade Metal Fight", "Spinning Tops"],
|
|
88
|
+
brandSlug: "brand-takara-tomy",
|
|
89
|
+
brand: "Takara-Tomy",
|
|
90
|
+
price: 129900,
|
|
823
91
|
currency: "INR",
|
|
824
92
|
stockQuantity: 6,
|
|
825
93
|
availableQuantity: 6,
|
|
826
94
|
isSold: false,
|
|
827
|
-
mainImage: seedExtMedia(
|
|
828
|
-
images: [seedExtMedia(
|
|
829
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
830
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
831
|
-
storeId: "store-kaiba-corp-cards",
|
|
832
|
-
storeName: "Kaiba Corp Card Vault",
|
|
833
|
-
createdAt: new Date("2026-04-23"),
|
|
834
|
-
updatedAt: new Date("2026-05-10"),
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
id: "product-premature-burial-psv",
|
|
838
|
-
slug: "product-premature-burial-psv",
|
|
839
|
-
title: "Premature Burial (Pharaoh's Servant)",
|
|
840
|
-
description: "Premature Burial PSV. Revive 1 monster.",
|
|
841
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
842
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
843
|
-
brandSlug: "brand-konami",
|
|
844
|
-
brand: "Konami",
|
|
845
|
-
price: 249900,
|
|
846
|
-
currency: "INR",
|
|
847
|
-
stockQuantity: 2,
|
|
848
|
-
availableQuantity: 2,
|
|
849
|
-
isSold: false,
|
|
850
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`),
|
|
851
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`)],
|
|
852
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
853
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
854
|
-
storeId: "store-kaiba-corp-cards",
|
|
855
|
-
storeName: "Kaiba Corp Card Vault",
|
|
856
|
-
createdAt: new Date("2026-04-24"),
|
|
857
|
-
updatedAt: new Date("2026-05-10"),
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
id: "product-call-of-haunted-mrd",
|
|
861
|
-
slug: "product-call-of-haunted-mrd",
|
|
862
|
-
title: "Call of the Haunted (Metal Raiders)",
|
|
863
|
-
description: "Call of the Haunted MRD. Trap-based revival.",
|
|
864
|
-
categorySlugs: ["category-trap-cards", "category-singles"],
|
|
865
|
-
categoryNames: ["Trap Cards", "Singles"],
|
|
866
|
-
brandSlug: "brand-konami",
|
|
867
|
-
brand: "Konami",
|
|
868
|
-
price: 179900,
|
|
869
|
-
currency: "INR",
|
|
870
|
-
stockQuantity: 3,
|
|
871
|
-
availableQuantity: 3,
|
|
872
|
-
isSold: false,
|
|
873
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`),
|
|
874
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`)],
|
|
875
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
876
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
877
|
-
storeId: "store-kaiba-corp-cards",
|
|
878
|
-
storeName: "Kaiba Corp Card Vault",
|
|
879
|
-
createdAt: new Date("2026-04-25"),
|
|
880
|
-
updatedAt: new Date("2026-05-10"),
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
id: "product-torrential-tribute-lod",
|
|
884
|
-
slug: "product-torrential-tribute-lod",
|
|
885
|
-
title: "Torrential Tribute (Labyrinth of Nightmare)",
|
|
886
|
-
description: "Torrential Tribute LON. Board wipe trap.",
|
|
887
|
-
categorySlugs: ["category-trap-cards", "category-singles"],
|
|
888
|
-
categoryNames: ["Trap Cards", "Singles"],
|
|
889
|
-
brandSlug: "brand-konami",
|
|
890
|
-
brand: "Konami",
|
|
891
|
-
price: 329900,
|
|
892
|
-
currency: "INR",
|
|
893
|
-
stockQuantity: 1,
|
|
894
|
-
availableQuantity: 1,
|
|
895
|
-
isSold: false,
|
|
896
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`),
|
|
897
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`)],
|
|
898
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
899
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
900
|
-
storeId: "store-kaiba-corp-cards",
|
|
901
|
-
storeName: "Kaiba Corp Card Vault",
|
|
902
|
-
createdAt: new Date("2026-04-26"),
|
|
903
|
-
updatedAt: new Date("2026-05-10"),
|
|
904
|
-
},
|
|
905
|
-
];
|
|
906
|
-
const _kaibaSealedExtraDeckSeedData = [
|
|
907
|
-
{
|
|
908
|
-
id: "product-blue-eyes-ultimate-dragon",
|
|
909
|
-
slug: "product-blue-eyes-ultimate-dragon",
|
|
910
|
-
title: "Blue-Eyes Ultimate Dragon (LOB Fusion)",
|
|
911
|
-
description: "Blue-Eyes Ultimate Dragon fusion summon. Iconic ultimate dragon.",
|
|
912
|
-
categorySlugs: ["category-extra-deck-cards", "category-singles"],
|
|
913
|
-
categoryNames: ["Fusion / Synchro / XYZ", "Singles"],
|
|
914
|
-
brandSlug: "brand-konami",
|
|
915
|
-
brand: "Konami",
|
|
916
|
-
price: 1999900,
|
|
917
|
-
currency: "INR",
|
|
918
|
-
stockQuantity: 1,
|
|
919
|
-
availableQuantity: 1,
|
|
920
|
-
isSold: false,
|
|
921
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.blueEyesUltimateDragon}.jpg`),
|
|
922
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.blueEyesUltimateDragon}.jpg`)],
|
|
923
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
924
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
925
|
-
storeId: "store-kaiba-corp-cards",
|
|
926
|
-
storeName: "Kaiba Corp Card Vault",
|
|
927
|
-
createdAt: new Date("2026-04-27"),
|
|
928
|
-
updatedAt: new Date("2026-05-10"),
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
id: "product-elemental-hero-flame-wingman",
|
|
932
|
-
slug: "product-elemental-hero-flame-wingman",
|
|
933
|
-
title: "Elemental HERO Flame Wingman (Elemental Energy)",
|
|
934
|
-
description: "E-HERO Flame Wingman fusion. Balanced support.",
|
|
935
|
-
categorySlugs: ["category-extra-deck-cards", "category-gx-era"],
|
|
936
|
-
categoryNames: ["Fusion / Synchro / XYZ", "GX Era"],
|
|
937
|
-
brandSlug: "brand-konami",
|
|
938
|
-
brand: "Konami",
|
|
939
|
-
price: 499900,
|
|
940
|
-
currency: "INR",
|
|
941
|
-
stockQuantity: 2,
|
|
942
|
-
availableQuantity: 2,
|
|
943
|
-
isSold: false,
|
|
944
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.elementalHeroFlameWingman}.jpg`),
|
|
945
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.elementalHeroFlameWingman}.jpg`)],
|
|
946
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
947
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
948
|
-
storeId: "store-kaiba-corp-cards",
|
|
949
|
-
storeName: "Kaiba Corp Card Vault",
|
|
950
|
-
createdAt: new Date("2026-04-28"),
|
|
951
|
-
updatedAt: new Date("2026-05-10"),
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
id: "product-rainbow-dragon",
|
|
955
|
-
slug: "product-rainbow-dragon",
|
|
956
|
-
title: "Rainbow Dragon (Power of the Duelist)",
|
|
957
|
-
description: "Rainbow Dragon POTD. Requires 7 crystal beast tributes.",
|
|
958
|
-
categorySlugs: ["category-extra-deck-cards", "category-gx-era"],
|
|
959
|
-
categoryNames: ["Fusion / Synchro / XYZ", "GX Era"],
|
|
960
|
-
brandSlug: "brand-konami",
|
|
961
|
-
brand: "Konami",
|
|
962
|
-
price: 799900,
|
|
963
|
-
currency: "INR",
|
|
964
|
-
stockQuantity: 1,
|
|
965
|
-
availableQuantity: 1,
|
|
966
|
-
isSold: false,
|
|
967
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.rainbowDragon}.jpg`),
|
|
968
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.rainbowDragon}.jpg`)],
|
|
969
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
970
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
971
|
-
storeId: "store-kaiba-corp-cards",
|
|
972
|
-
storeName: "Kaiba Corp Card Vault",
|
|
973
|
-
createdAt: new Date("2026-04-29"),
|
|
974
|
-
updatedAt: new Date("2026-05-10"),
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
id: "product-five-headed-dragon",
|
|
978
|
-
slug: "product-five-headed-dragon",
|
|
979
|
-
title: "Five-Headed Dragon (Elemental Energy)",
|
|
980
|
-
description: "Five-Headed Dragon EEN. Powerful 5-material fusion.",
|
|
981
|
-
categorySlugs: ["category-extra-deck-cards", "category-gx-era"],
|
|
982
|
-
categoryNames: ["Fusion / Synchro / XYZ", "GX Era"],
|
|
983
|
-
brandSlug: "brand-konami",
|
|
984
|
-
brand: "Konami",
|
|
985
|
-
price: 999900,
|
|
986
|
-
currency: "INR",
|
|
987
|
-
stockQuantity: 5,
|
|
988
|
-
availableQuantity: 5,
|
|
989
|
-
isSold: false,
|
|
990
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.sliferTheSkyDragon}.jpg`),
|
|
991
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.sliferTheSkyDragon}.jpg`)],
|
|
992
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
993
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
994
|
-
storeId: "store-kaiba-corp-cards",
|
|
995
|
-
storeName: "Kaiba Corp Card Vault",
|
|
996
|
-
createdAt: new Date("2026-04-30"),
|
|
997
|
-
updatedAt: new Date("2026-05-10"),
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
id: "product-elemental-hero-thundergiant",
|
|
1001
|
-
slug: "product-elemental-hero-thundergiant",
|
|
1002
|
-
title: "Elemental HERO Thunder Giant (Elemental Energy)",
|
|
1003
|
-
description: "E-HERO Thunder Giant. Lightning fusion.",
|
|
1004
|
-
categorySlugs: ["category-extra-deck-cards", "category-gx-era"],
|
|
1005
|
-
categoryNames: ["Fusion / Synchro / XYZ", "GX Era"],
|
|
1006
|
-
brandSlug: "brand-konami",
|
|
1007
|
-
brand: "Konami",
|
|
1008
|
-
price: 299900,
|
|
1009
|
-
currency: "INR",
|
|
1010
|
-
stockQuantity: 2,
|
|
1011
|
-
availableQuantity: 2,
|
|
1012
|
-
isSold: false,
|
|
1013
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroSparkman}.jpg`),
|
|
1014
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroSparkman}.jpg`)],
|
|
1015
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1016
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1017
|
-
storeId: "store-kaiba-corp-cards",
|
|
1018
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1019
|
-
createdAt: new Date("2026-05-01"),
|
|
1020
|
-
updatedAt: new Date("2026-05-10"),
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
id: "product-lob-booster-pack",
|
|
1024
|
-
slug: "product-lob-booster-pack",
|
|
1025
|
-
title: "LOB Booster Pack (Legend of Blue Eyes)",
|
|
1026
|
-
description: "Single booster pack of Legend of Blue Eyes. 9 cards per pack.",
|
|
1027
|
-
categorySlugs: ["category-sealed-products", "category-booster-packs"],
|
|
1028
|
-
categoryNames: ["Sealed Products", "Single Packs"],
|
|
1029
|
-
brandSlug: "brand-konami",
|
|
1030
|
-
brand: "Konami",
|
|
1031
|
-
price: 149900,
|
|
1032
|
-
currency: "INR",
|
|
1033
|
-
stockQuantity: 5,
|
|
1034
|
-
availableQuantity: 5,
|
|
1035
|
-
isSold: false,
|
|
1036
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
1037
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
1038
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1039
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1040
|
-
storeId: "store-kaiba-corp-cards",
|
|
1041
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1042
|
-
createdAt: new Date("2026-05-02"),
|
|
1043
|
-
updatedAt: new Date("2026-05-10"),
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
id: "product-mrd-booster-pack",
|
|
1047
|
-
slug: "product-mrd-booster-pack",
|
|
1048
|
-
title: "MRD Booster Pack (Metal Raiders)",
|
|
1049
|
-
description: "Single Metal Raiders booster. Classic set.",
|
|
1050
|
-
categorySlugs: ["category-sealed-products", "category-booster-packs"],
|
|
1051
|
-
categoryNames: ["Sealed Products", "Single Packs"],
|
|
1052
|
-
brandSlug: "brand-konami",
|
|
1053
|
-
brand: "Konami",
|
|
1054
|
-
price: 129900,
|
|
1055
|
-
currency: "INR",
|
|
1056
|
-
stockQuantity: 3,
|
|
1057
|
-
availableQuantity: 3,
|
|
1058
|
-
isSold: false,
|
|
1059
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.jinzo}.jpg`),
|
|
1060
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.jinzo}.jpg`)],
|
|
1061
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1062
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1063
|
-
storeId: "store-kaiba-corp-cards",
|
|
1064
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1065
|
-
createdAt: new Date("2026-05-03"),
|
|
1066
|
-
updatedAt: new Date("2026-05-10"),
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
id: "product-potd-booster-box",
|
|
1070
|
-
slug: "product-potd-booster-box",
|
|
1071
|
-
title: "POTD Booster Box (Power of the Duelist)",
|
|
1072
|
-
description: "Full 24-pack booster box. Sealed.",
|
|
1073
|
-
categorySlugs: ["category-sealed-products", "category-booster-boxes"],
|
|
1074
|
-
categoryNames: ["Sealed Products", "Booster Boxes 24-pack"],
|
|
1075
|
-
brandSlug: "brand-konami",
|
|
1076
|
-
brand: "Konami",
|
|
1077
|
-
price: 899900,
|
|
1078
|
-
currency: "INR",
|
|
1079
|
-
stockQuantity: 1,
|
|
1080
|
-
availableQuantity: 1,
|
|
1081
|
-
isSold: false,
|
|
1082
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroNeos}.jpg`),
|
|
1083
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroNeos}.jpg`)],
|
|
1084
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1085
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1086
|
-
storeId: "store-kaiba-corp-cards",
|
|
1087
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1088
|
-
createdAt: new Date("2026-05-04"),
|
|
1089
|
-
updatedAt: new Date("2026-05-10"),
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
id: "product-cdip-booster-box",
|
|
1093
|
-
slug: "product-cdip-booster-box",
|
|
1094
|
-
title: "Cyberdark Impact Booster Box",
|
|
1095
|
-
description: "Cyberdark Impact 24-pack box. Sealed.",
|
|
1096
|
-
categorySlugs: ["category-sealed-products", "category-booster-boxes"],
|
|
1097
|
-
categoryNames: ["Sealed Products", "Booster Boxes 24-pack"],
|
|
1098
|
-
brandSlug: "brand-konami",
|
|
1099
|
-
brand: "Konami",
|
|
1100
|
-
price: 799900,
|
|
1101
|
-
currency: "INR",
|
|
1102
|
-
stockQuantity: 2,
|
|
1103
|
-
availableQuantity: 2,
|
|
1104
|
-
isSold: false,
|
|
1105
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.cyberDragon}.jpg`),
|
|
1106
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.cyberDragon}.jpg`)],
|
|
1107
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1108
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1109
|
-
storeId: "store-kaiba-corp-cards",
|
|
1110
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1111
|
-
createdAt: new Date("2026-05-05"),
|
|
1112
|
-
updatedAt: new Date("2026-05-10"),
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
id: "product-een-booster-box",
|
|
1116
|
-
slug: "product-een-booster-box",
|
|
1117
|
-
title: "Elemental Energy Booster Box",
|
|
1118
|
-
description: "Elemental Energy 24-pack. Sealed.",
|
|
1119
|
-
categorySlugs: ["category-sealed-products", "category-booster-boxes"],
|
|
1120
|
-
categoryNames: ["Sealed Products", "Booster Boxes 24-pack"],
|
|
1121
|
-
brandSlug: "brand-konami",
|
|
1122
|
-
brand: "Konami",
|
|
1123
|
-
price: 999900,
|
|
1124
|
-
currency: "INR",
|
|
1125
|
-
stockQuantity: 1,
|
|
1126
|
-
availableQuantity: 1,
|
|
1127
|
-
isSold: false,
|
|
1128
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroSparkman}.jpg`),
|
|
1129
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroSparkman}.jpg`)],
|
|
1130
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1131
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1132
|
-
storeId: "store-kaiba-corp-cards",
|
|
1133
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1134
|
-
createdAt: new Date("2026-05-06"),
|
|
1135
|
-
updatedAt: new Date("2026-05-10"),
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
id: "product-yugi-starter-deck",
|
|
1139
|
-
slug: "product-yugi-starter-deck",
|
|
1140
|
-
title: "Starter Deck: Yugi",
|
|
1141
|
-
description: "Yugi's starter deck with 40 cards + booster.",
|
|
1142
|
-
categorySlugs: ["category-sealed-products", "category-starter-structure"],
|
|
1143
|
-
categoryNames: ["Sealed Products", "Starters & Structure Decks"],
|
|
1144
|
-
brandSlug: "brand-konami",
|
|
1145
|
-
brand: "Konami",
|
|
1146
|
-
price: 199900,
|
|
1147
|
-
currency: "INR",
|
|
1148
|
-
stockQuantity: 4,
|
|
1149
|
-
availableQuantity: 4,
|
|
1150
|
-
isSold: false,
|
|
1151
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
1152
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
95
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/product-image-beyblade-metal-storm-pegasus-1-20260101/900/900"),
|
|
96
|
+
images: [seedExtMedia("https://picsum.photos/seed/product-image-beyblade-metal-storm-pegasus-1-20260101/900/900")],
|
|
1153
97
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1154
98
|
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
availableQuantity: 5,
|
|
1173
|
-
isSold: false,
|
|
1174
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`),
|
|
1175
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`)],
|
|
1176
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1177
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1178
|
-
storeId: "store-kaiba-corp-cards",
|
|
1179
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1180
|
-
createdAt: new Date("2026-05-08"),
|
|
1181
|
-
updatedAt: new Date("2026-05-10"),
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
id: "product-joey-starter-deck",
|
|
1185
|
-
slug: "product-joey-starter-deck",
|
|
1186
|
-
title: "Starter Deck: Joey",
|
|
1187
|
-
description: "Joey's starter deck. Red-Eyes focused.",
|
|
1188
|
-
categorySlugs: ["category-sealed-products", "category-starter-structure"],
|
|
1189
|
-
categoryNames: ["Sealed Products", "Starters & Structure Decks"],
|
|
1190
|
-
brandSlug: "brand-konami",
|
|
1191
|
-
brand: "Konami",
|
|
1192
|
-
price: 199900,
|
|
1193
|
-
currency: "INR",
|
|
1194
|
-
stockQuantity: 3,
|
|
1195
|
-
availableQuantity: 3,
|
|
1196
|
-
isSold: false,
|
|
1197
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
1198
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
1199
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1200
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1201
|
-
storeId: "store-kaiba-corp-cards",
|
|
1202
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1203
|
-
createdAt: new Date("2026-05-09"),
|
|
1204
|
-
updatedAt: new Date("2026-05-10"),
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
id: "product-jaden-yuki-starter",
|
|
1208
|
-
slug: "product-jaden-yuki-starter",
|
|
1209
|
-
title: "Starter Deck: Jaden Yuki (GX Era)",
|
|
1210
|
-
description: "Jaden's GX era starter. E-HERO focused.",
|
|
1211
|
-
categorySlugs: ["category-sealed-products", "category-gx-era"],
|
|
1212
|
-
categoryNames: ["Sealed Products", "GX Era"],
|
|
1213
|
-
brandSlug: "brand-konami",
|
|
1214
|
-
brand: "Konami",
|
|
1215
|
-
price: 249900,
|
|
1216
|
-
currency: "INR",
|
|
1217
|
-
stockQuantity: 2,
|
|
1218
|
-
availableQuantity: 2,
|
|
1219
|
-
isSold: false,
|
|
1220
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroNeos}.jpg`),
|
|
1221
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroNeos}.jpg`)],
|
|
1222
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1223
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1224
|
-
storeId: "store-kaiba-corp-cards",
|
|
1225
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1226
|
-
createdAt: new Date("2026-05-09"),
|
|
1227
|
-
updatedAt: new Date("2026-05-10"),
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
id: "product-syrus-truesdale-starter",
|
|
1231
|
-
slug: "product-syrus-truesdale-starter",
|
|
1232
|
-
title: "Starter Deck: Syrus Truesdale (GX Era)",
|
|
1233
|
-
description: "Syrus's GX starter. Cyber Dragon focused.",
|
|
1234
|
-
categorySlugs: ["category-sealed-products", "category-gx-era"],
|
|
1235
|
-
categoryNames: ["Sealed Products", "GX Era"],
|
|
1236
|
-
brandSlug: "brand-konami",
|
|
1237
|
-
brand: "Konami",
|
|
1238
|
-
price: 249900,
|
|
99
|
+
featured: true,
|
|
100
|
+
storeId: "store-beyblade-arena",
|
|
101
|
+
storeName: "Beyblade Arena",
|
|
102
|
+
createdAt: new Date("2026-04-14"),
|
|
103
|
+
updatedAt: new Date("2026-05-02"),
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
id: "product-beyblade-metal-flame-sagittario",
|
|
107
|
+
slug: "product-beyblade-metal-flame-sagittario",
|
|
108
|
+
barcodeId: "LIR-BEY-META-002",
|
|
109
|
+
title: "Metal Fight Beyblade BB-43 Flame Sagittario",
|
|
110
|
+
description: "Flame Sagittario C145S, a balance-type top from the Metal Masters generation.",
|
|
111
|
+
categorySlugs: ["category-beyblade-metal", "category-spinning-tops"],
|
|
112
|
+
categoryNames: ["Beyblade Metal Fight", "Spinning Tops"],
|
|
113
|
+
brandSlug: "brand-takara-tomy",
|
|
114
|
+
brand: "Takara-Tomy",
|
|
115
|
+
price: 119900,
|
|
1239
116
|
currency: "INR",
|
|
1240
117
|
stockQuantity: 3,
|
|
1241
118
|
availableQuantity: 3,
|
|
1242
119
|
isSold: false,
|
|
1243
|
-
mainImage: seedExtMedia(
|
|
1244
|
-
images: [seedExtMedia(
|
|
120
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/product-image-beyblade-metal-flame-sagittario-1-20260101/900/900"),
|
|
121
|
+
images: [seedExtMedia("https://picsum.photos/seed/product-image-beyblade-metal-flame-sagittario-1-20260101/900/900")],
|
|
1245
122
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1246
123
|
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1247
|
-
storeId: "store-
|
|
1248
|
-
storeName: "
|
|
1249
|
-
createdAt: new Date("2026-
|
|
1250
|
-
updatedAt: new Date("2026-05-
|
|
124
|
+
storeId: "store-beyblade-arena",
|
|
125
|
+
storeName: "Beyblade Arena",
|
|
126
|
+
createdAt: new Date("2026-04-16"),
|
|
127
|
+
updatedAt: new Date("2026-05-02"),
|
|
1251
128
|
},
|
|
1252
|
-
|
|
1253
|
-
const _accessoriesSeedData = [
|
|
129
|
+
// ===== Beyblade Burst =====
|
|
1254
130
|
{
|
|
1255
|
-
id: "product-
|
|
1256
|
-
slug: "product-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
131
|
+
id: "product-beyblade-burst-valkyrie",
|
|
132
|
+
slug: "product-beyblade-burst-valkyrie",
|
|
133
|
+
barcodeId: "LIR-BEY-BURS-001",
|
|
134
|
+
title: "Beyblade Burst B-01 Valkyrie",
|
|
135
|
+
description: "Starter set Valkyrie Wing Accel with launcher and grip — the top that launched the Burst generation.",
|
|
136
|
+
categorySlugs: ["category-beyblade-burst", "category-spinning-tops"],
|
|
137
|
+
categoryNames: ["Beyblade Burst", "Spinning Tops"],
|
|
138
|
+
brandSlug: "brand-beyblade",
|
|
139
|
+
brand: "Beyblade",
|
|
140
|
+
price: 99900,
|
|
1264
141
|
currency: "INR",
|
|
1265
142
|
stockQuantity: 10,
|
|
1266
143
|
availableQuantity: 10,
|
|
1267
144
|
isSold: false,
|
|
1268
|
-
mainImage: seedExtMedia(
|
|
1269
|
-
images: [seedExtMedia(
|
|
145
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/product-image-beyblade-burst-valkyrie-1-20260101/900/900"),
|
|
146
|
+
images: [seedExtMedia("https://picsum.photos/seed/product-image-beyblade-burst-valkyrie-1-20260101/900/900")],
|
|
1270
147
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1271
148
|
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
{
|
|
1278
|
-
id: "product-dark-magician-sleeves-50pk",
|
|
1279
|
-
slug: "product-dark-magician-sleeves-50pk",
|
|
1280
|
-
title: "Dark Magician Sleeves 50pk",
|
|
1281
|
-
description: "Premium sleeves featuring Dark Magician.",
|
|
1282
|
-
categorySlugs: ["category-sealed-products"],
|
|
1283
|
-
categoryNames: ["Sealed Products"],
|
|
1284
|
-
brandSlug: "brand-konami",
|
|
1285
|
-
brand: "Konami",
|
|
1286
|
-
price: 59900,
|
|
1287
|
-
currency: "INR",
|
|
1288
|
-
stockQuantity: 8,
|
|
1289
|
-
availableQuantity: 8,
|
|
1290
|
-
isSold: false,
|
|
1291
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
1292
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
1293
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1294
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1295
|
-
storeId: "store-kaiba-corp-cards",
|
|
1296
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1297
|
-
createdAt: new Date("2026-05-06"),
|
|
1298
|
-
updatedAt: new Date("2026-05-10"),
|
|
149
|
+
featured: true,
|
|
150
|
+
storeId: "store-beyblade-arena",
|
|
151
|
+
storeName: "Beyblade Arena",
|
|
152
|
+
createdAt: new Date("2026-04-18"),
|
|
153
|
+
updatedAt: new Date("2026-05-03"),
|
|
1299
154
|
},
|
|
1300
155
|
{
|
|
1301
|
-
id: "product-
|
|
1302
|
-
slug: "product-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
156
|
+
id: "product-beyblade-burst-regalia-genesis",
|
|
157
|
+
slug: "product-beyblade-burst-regalia-genesis",
|
|
158
|
+
barcodeId: "LIR-BEY-BURS-002",
|
|
159
|
+
title: "Beyblade Burst B-59 Regalia Genesis",
|
|
160
|
+
description: "Regalia Genesis.Zt with switch launcher — Burst Rise generation attack-type top.",
|
|
161
|
+
categorySlugs: ["category-beyblade-burst", "category-spinning-tops"],
|
|
162
|
+
categoryNames: ["Beyblade Burst", "Spinning Tops"],
|
|
163
|
+
brandSlug: "brand-beyblade",
|
|
164
|
+
brand: "Beyblade",
|
|
165
|
+
price: 139900,
|
|
1310
166
|
currency: "INR",
|
|
1311
|
-
stockQuantity:
|
|
1312
|
-
availableQuantity:
|
|
167
|
+
stockQuantity: 5,
|
|
168
|
+
availableQuantity: 5,
|
|
1313
169
|
isSold: false,
|
|
1314
|
-
mainImage: seedExtMedia(
|
|
1315
|
-
images: [seedExtMedia(
|
|
170
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/product-image-beyblade-burst-regalia-genesis-1-20260101/900/900"),
|
|
171
|
+
images: [seedExtMedia("https://picsum.photos/seed/product-image-beyblade-burst-regalia-genesis-1-20260101/900/900")],
|
|
1316
172
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1317
173
|
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1318
|
-
storeId: "store-
|
|
1319
|
-
storeName: "
|
|
1320
|
-
createdAt: new Date("2026-
|
|
1321
|
-
updatedAt: new Date("2026-05-
|
|
1322
|
-
},
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
174
|
+
storeId: "store-beyblade-arena",
|
|
175
|
+
storeName: "Beyblade Arena",
|
|
176
|
+
createdAt: new Date("2026-04-20"),
|
|
177
|
+
updatedAt: new Date("2026-05-03"),
|
|
178
|
+
},
|
|
179
|
+
// ===== Beyblade X =====
|
|
180
|
+
{
|
|
181
|
+
id: "product-beyblade-x-wizard-arrow",
|
|
182
|
+
slug: "product-beyblade-x-wizard-arrow",
|
|
183
|
+
barcodeId: "LIR-BEY-X-001",
|
|
184
|
+
title: "Beyblade X BX-01 Wizard Arrow",
|
|
185
|
+
description: "Wizard Arrow 4-60F, a starter top from the Beyblade X Xtreme Gear generation.",
|
|
186
|
+
categorySlugs: ["category-beyblade-x", "category-spinning-tops"],
|
|
187
|
+
categoryNames: ["Beyblade X", "Spinning Tops"],
|
|
188
|
+
brandSlug: "brand-takara-tomy",
|
|
189
|
+
brand: "Takara-Tomy",
|
|
190
|
+
price: 89900,
|
|
1333
191
|
currency: "INR",
|
|
1334
192
|
stockQuantity: 12,
|
|
1335
193
|
availableQuantity: 12,
|
|
1336
194
|
isSold: false,
|
|
1337
|
-
mainImage: seedExtMedia(
|
|
1338
|
-
images: [seedExtMedia(
|
|
1339
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1340
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1341
|
-
storeId: "store-kaiba-corp-cards",
|
|
1342
|
-
storeName: "Kaiba Corp Card Vault",
|
|
1343
|
-
createdAt: new Date("2026-05-07"),
|
|
1344
|
-
updatedAt: new Date("2026-05-10"),
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
id: "product-deck-box-dark-magician",
|
|
1348
|
-
slug: "product-deck-box-dark-magician",
|
|
1349
|
-
title: "Dark Magician Deck Box",
|
|
1350
|
-
description: "Dark Magician themed deck storage.",
|
|
1351
|
-
categorySlugs: ["category-sealed-products"],
|
|
1352
|
-
categoryNames: ["Sealed Products"],
|
|
1353
|
-
brandSlug: "brand-konami",
|
|
1354
|
-
brand: "Konami",
|
|
1355
|
-
price: 39900,
|
|
1356
|
-
currency: "INR",
|
|
1357
|
-
stockQuantity: 10,
|
|
1358
|
-
availableQuantity: 10,
|
|
1359
|
-
isSold: false,
|
|
1360
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
1361
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
195
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/product-image-beyblade-x-wizard-arrow-1-20260101/900/900"),
|
|
196
|
+
images: [seedExtMedia("https://picsum.photos/seed/product-image-beyblade-x-wizard-arrow-1-20260101/900/900")],
|
|
1362
197
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1363
198
|
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
199
|
+
featured: true,
|
|
200
|
+
storeId: "store-beyblade-arena",
|
|
201
|
+
storeName: "Beyblade Arena",
|
|
202
|
+
createdAt: new Date("2026-04-22"),
|
|
203
|
+
updatedAt: new Date("2026-05-04"),
|
|
1368
204
|
},
|
|
1369
205
|
{
|
|
1370
|
-
id: "product-
|
|
1371
|
-
slug: "product-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
206
|
+
id: "product-beyblade-x-knife-shinobi",
|
|
207
|
+
slug: "product-beyblade-x-knife-shinobi",
|
|
208
|
+
barcodeId: "LIR-BEY-X-002",
|
|
209
|
+
title: "Beyblade X BX-05 Knife Shinobi",
|
|
210
|
+
description: "Knife Shinobi 3-60GF, a balance-type top with tournament-grade stamina parts.",
|
|
211
|
+
categorySlugs: ["category-beyblade-x", "category-spinning-tops"],
|
|
212
|
+
categoryNames: ["Beyblade X", "Spinning Tops"],
|
|
213
|
+
brandSlug: "brand-takara-tomy",
|
|
214
|
+
brand: "Takara-Tomy",
|
|
215
|
+
price: 94900,
|
|
1379
216
|
currency: "INR",
|
|
1380
217
|
stockQuantity: 7,
|
|
1381
218
|
availableQuantity: 7,
|
|
1382
219
|
isSold: false,
|
|
1383
|
-
mainImage: seedExtMedia(
|
|
1384
|
-
images: [seedExtMedia(
|
|
220
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/product-image-beyblade-x-knife-shinobi-1-20260101/900/900"),
|
|
221
|
+
images: [seedExtMedia("https://picsum.photos/seed/product-image-beyblade-x-knife-shinobi-1-20260101/900/900")],
|
|
1385
222
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1386
223
|
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1387
|
-
storeId: "store-
|
|
1388
|
-
storeName: "
|
|
1389
|
-
createdAt: new Date("2026-
|
|
1390
|
-
updatedAt: new Date("2026-05-
|
|
224
|
+
storeId: "store-beyblade-arena",
|
|
225
|
+
storeName: "Beyblade Arena",
|
|
226
|
+
createdAt: new Date("2026-04-24"),
|
|
227
|
+
updatedAt: new Date("2026-05-04"),
|
|
1391
228
|
},
|
|
1392
229
|
];
|
|
1393
230
|
export const productsStandardSeedData = [
|
|
@@ -1395,20 +232,4 @@ export const productsStandardSeedData = [
|
|
|
1395
232
|
...p,
|
|
1396
233
|
listingType: PRODUCT_FIELDS.LISTING_TYPE_VALUES.STANDARD,
|
|
1397
234
|
})),
|
|
1398
|
-
..._kaibaSinglesSeedData.map((p) => withTokens({
|
|
1399
|
-
...p,
|
|
1400
|
-
listingType: PRODUCT_FIELDS.LISTING_TYPE_VALUES.STANDARD,
|
|
1401
|
-
})),
|
|
1402
|
-
..._kaibaTrapSpellsSeedData.map((p) => withTokens({
|
|
1403
|
-
...p,
|
|
1404
|
-
listingType: PRODUCT_FIELDS.LISTING_TYPE_VALUES.STANDARD,
|
|
1405
|
-
})),
|
|
1406
|
-
..._kaibaSealedExtraDeckSeedData.map((p) => withTokens({
|
|
1407
|
-
...p,
|
|
1408
|
-
listingType: PRODUCT_FIELDS.LISTING_TYPE_VALUES.STANDARD,
|
|
1409
|
-
})),
|
|
1410
|
-
..._accessoriesSeedData.map((p) => withTokens({
|
|
1411
|
-
...p,
|
|
1412
|
-
listingType: PRODUCT_FIELDS.LISTING_TYPE_VALUES.STANDARD,
|
|
1413
|
-
})),
|
|
1414
235
|
];
|