@mohasinac/appkit 2.7.10 → 2.7.12
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/_internal/server/jobs/core/assignSpinPrize.js +8 -7
- package/dist/_internal/server/jobs/core/bundleStockSync.js +11 -6
- package/dist/_internal/server/jobs/core/countersReconcile.js +3 -2
- package/dist/_internal/server/jobs/core/onProductStockChange.js +12 -7
- package/dist/_internal/server/jobs/core/onProductWrite.js +3 -2
- package/dist/_internal/server/jobs/core/prizeRevealClose.js +7 -5
- package/dist/_internal/server/jobs/core/prizeRevealExpiry.js +11 -6
- package/dist/_internal/server/jobs/core/prizeRevealOpen.js +13 -7
- package/dist/_internal/server/jobs/core/prizeRevealReminder.js +9 -4
- package/dist/_internal/server/jobs/core/triggerEventRaffle.js +3 -2
- package/dist/_internal/shared/features/blog/schema.d.ts +4 -4
- package/dist/_internal/shared/features/categories/bundle-schemas.d.ts +32 -32
- package/dist/_internal/shared/features/events/schema.d.ts +4 -4
- package/dist/_internal/shared/features/products/schema.d.ts +20 -20
- package/dist/_internal/shared/features/promotions/schema.d.ts +2 -2
- package/dist/_internal/shared/features/reviews/schema.d.ts +1 -1
- package/dist/configs/next.js +17 -1
- package/dist/constants/field-names.d.ts +813 -0
- package/dist/constants/field-names.js +918 -0
- package/dist/constants/sort.d.ts +7 -0
- package/dist/constants/sort.js +5 -0
- package/dist/constants/table-keys.d.ts +48 -0
- package/dist/constants/table-keys.js +46 -0
- package/dist/features/account/components/AddressesIndexListing.js +9 -6
- package/dist/features/admin/components/AdminAllEventEntriesView.js +4 -1
- package/dist/features/admin/components/AdminBidsView.js +4 -1
- package/dist/features/admin/components/AdminBlogView.js +9 -2
- package/dist/features/admin/components/AdminBrandsView.js +9 -2
- package/dist/features/admin/components/AdminCarouselView.js +4 -1
- package/dist/features/admin/components/AdminCartsView.js +4 -1
- package/dist/features/admin/components/AdminCategoriesView.js +9 -2
- package/dist/features/admin/components/AdminContactView.js +4 -1
- package/dist/features/admin/components/AdminCouponsView.js +4 -1
- package/dist/features/admin/components/AdminFaqsView.js +5 -1
- package/dist/features/admin/components/AdminFeaturesView.js +5 -2
- package/dist/features/admin/components/AdminHistoryView.js +5 -1
- package/dist/features/admin/components/AdminNewsletterView.js +4 -1
- package/dist/features/admin/components/AdminNotificationsView.js +4 -1
- package/dist/features/admin/components/AdminOrdersView.js +14 -12
- package/dist/features/admin/components/AdminPayoutsView.js +4 -1
- package/dist/features/admin/components/AdminPrizeDrawsView.js +4 -1
- package/dist/features/admin/components/AdminProductsView.js +14 -3
- package/dist/features/admin/components/AdminReturnRequestsView.js +4 -1
- package/dist/features/admin/components/AdminReviewsView.js +4 -1
- package/dist/features/admin/components/AdminScammersView.js +4 -1
- package/dist/features/admin/components/AdminSessionsView.js +4 -1
- package/dist/features/admin/components/AdminStoreAddressesView.js +5 -1
- package/dist/features/admin/components/AdminStoresView.js +10 -3
- package/dist/features/admin/components/AdminSublistingCategoriesView.js +4 -1
- package/dist/features/admin/components/AdminSupportTicketsView.js +4 -1
- package/dist/features/admin/components/AdminTeamView.js +4 -1
- package/dist/features/admin/components/AdminUsersView.js +9 -12
- package/dist/features/admin/components/AdminViewCards.d.ts +12 -0
- package/dist/features/admin/components/AdminViewCards.js +53 -0
- package/dist/features/admin/components/AdminWishlistsView.js +4 -1
- package/dist/features/auctions/repository/bid.repository.js +1 -6
- package/dist/features/auctions/schemas/index.d.ts +4 -4
- package/dist/features/blog/actions/blog-actions.d.ts +16 -16
- package/dist/features/blog/components/BlogFilters.d.ts +28 -28
- package/dist/features/blog/components/BlogFilters.js +18 -15
- package/dist/features/blog/components/BlogIndexListing.js +24 -13
- package/dist/features/blog/schemas/index.d.ts +10 -10
- package/dist/features/categories/components/CategoriesIndexListing.js +30 -19
- package/dist/features/categories/schemas/index.d.ts +2 -2
- package/dist/features/events/components/AdminEventsView.js +5 -1
- package/dist/features/events/components/EventFilters.d.ts +24 -24
- package/dist/features/events/components/EventFilters.js +16 -13
- package/dist/features/events/components/EventStatusBadge.js +1 -0
- package/dist/features/events/components/EventsIndexListing.js +36 -24
- package/dist/features/events/components/EventsListPageView.js +13 -10
- package/dist/features/events/schemas/firestore.d.ts +1 -0
- package/dist/features/events/schemas/firestore.js +1 -0
- package/dist/features/events/schemas/index.d.ts +1 -1
- package/dist/features/events/types/index.d.ts +1 -1
- package/dist/features/faq/actions/faq-actions.d.ts +10 -10
- package/dist/features/faq/schemas/index.d.ts +4 -4
- package/dist/features/layout/TitleBarLayout.js +1 -1
- package/dist/features/orders/components/OrderFilters.d.ts +20 -20
- package/dist/features/orders/components/OrderFilters.js +33 -30
- package/dist/features/orders/repository/orders.repository.js +1 -15
- package/dist/features/orders/schemas/index.d.ts +2 -2
- package/dist/features/pre-orders/components/PreOrdersIndexListing.js +44 -36
- package/dist/features/pre-orders/schemas/index.d.ts +3 -3
- package/dist/features/products/components/AuctionsIndexListing.js +63 -30
- package/dist/features/products/components/BidHistory.d.ts +0 -1
- package/dist/features/products/components/BidHistory.js +1 -1
- package/dist/features/products/components/PrizeDrawsIndexListing.js +44 -37
- package/dist/features/products/components/ProductDetailPageView.js +1 -1
- package/dist/features/products/components/ProductFilters.d.ts +20 -20
- package/dist/features/products/components/ProductFilters.js +62 -59
- package/dist/features/products/components/ProductsIndexListing.js +37 -29
- package/dist/features/products/components/ProductsIndexPageView.js +18 -10
- package/dist/features/products/hooks/useProducts.js +2 -0
- package/dist/features/products/repository/products.repository.js +2 -22
- package/dist/features/products/schemas/index.d.ts +28 -28
- package/dist/features/products/schemas/product-features.validators.d.ts +12 -12
- package/dist/features/products/types/index.d.ts +2 -0
- package/dist/features/promotions/components/CouponsIndexListing.js +21 -17
- package/dist/features/promotions/schemas/index.d.ts +4 -4
- package/dist/features/reviews/components/ReviewDetailShell.js +6 -5
- package/dist/features/reviews/components/ReviewFilters.d.ts +16 -16
- package/dist/features/reviews/components/ReviewFilters.js +10 -7
- package/dist/features/reviews/components/ReviewsIndexListing.js +25 -14
- package/dist/features/reviews/components/ReviewsList.d.ts +5 -2
- package/dist/features/reviews/components/ReviewsList.js +11 -5
- package/dist/features/reviews/schemas/firestore.d.ts +1 -0
- package/dist/features/reviews/schemas/index.d.ts +8 -8
- package/dist/features/reviews/types/index.d.ts +1 -0
- package/dist/features/search/schemas/index.d.ts +2 -2
- package/dist/features/seller/components/SellerAuctionsView.js +5 -1
- package/dist/features/seller/components/SellerBidsView.js +4 -1
- package/dist/features/seller/components/SellerCouponsView.js +4 -1
- package/dist/features/seller/components/SellerOffersView.js +5 -1
- package/dist/features/seller/components/SellerOrdersView.js +4 -1
- package/dist/features/seller/components/SellerPayoutsView.js +5 -1
- package/dist/features/seller/components/SellerPreOrdersView.js +4 -1
- package/dist/features/seller/components/SellerPrizeDrawsView.js +4 -1
- package/dist/features/seller/components/SellerProductsView.js +4 -1
- package/dist/features/seller/schemas/index.d.ts +10 -10
- package/dist/features/stores/api/route.js +10 -1
- package/dist/features/stores/components/StoreAuctionsListing.js +2 -1
- package/dist/features/stores/components/StorePreOrdersListing.js +2 -1
- package/dist/features/stores/components/StoreReviewsListing.js +1 -1
- package/dist/features/stores/components/StoresIndexListing.js +45 -27
- package/dist/features/stores/schemas/firestore.d.ts +1 -0
- package/dist/features/stores/schemas/index.d.ts +4 -4
- package/dist/index.d.ts +8 -1
- package/dist/index.js +12 -1
- package/dist/react/hooks/useUrlTable.js +2 -1
- package/dist/seed/bids-seed-data.js +45 -44
- package/dist/seed/categories-seed-data.js +41 -40
- package/dist/seed/coupons-seed-data.js +41 -40
- package/dist/seed/products-auctions-seed-data.js +54 -53
- package/dist/seed/products-preorders-seed-data.js +25 -24
- package/dist/seed/products-prize-draws-seed-data.js +24 -23
- package/dist/seed/products-standard-seed-data.js +294 -293
- package/dist/seed/reviews-seed-data.js +61 -60
- package/dist/seed/scammers-seed-data.js +3 -2
- package/dist/seed/stores-seed-data.js +9 -8
- package/dist/seed/support-tickets-seed-data.js +13 -12
- package/dist/seed/users-seed-data.js +28 -27
- package/dist/tailwind-utilities.css +1 -1
- package/dist/ui/components/ListingToolbar.d.ts +7 -4
- package/dist/ui/components/ListingToolbar.js +4 -3
- package/dist/ui/components/SiteLogo.js +1 -1
- package/dist/utils/sieve-builder.d.ts +41 -0
- package/dist/utils/sieve-builder.js +66 -0
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* id === slug convention enforced throughout.
|
|
5
5
|
* Prices in INR paise (₹1 = 100 paise).
|
|
6
6
|
*/
|
|
7
|
+
import { PRODUCT_FIELDS, SCHEMA_DEFAULTS } from "../constants/field-names";
|
|
7
8
|
const NOW = new Date();
|
|
8
9
|
const daysAgo = (n) => new Date(NOW.getTime() - n * 86400000);
|
|
9
10
|
const _rawProductsStandardSeedData = [
|
|
@@ -19,7 +20,7 @@ const _rawProductsStandardSeedData = [
|
|
|
19
20
|
brand: "The Pokémon Company",
|
|
20
21
|
brandSlug: "brand-pokemon-company",
|
|
21
22
|
price: 449900,
|
|
22
|
-
currency:
|
|
23
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
23
24
|
stockQuantity: 15,
|
|
24
25
|
availableQuantity: 15,
|
|
25
26
|
mainImage: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
@@ -28,7 +29,7 @@ const _rawProductsStandardSeedData = [
|
|
|
28
29
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
29
30
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
30
31
|
],
|
|
31
|
-
status:
|
|
32
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
32
33
|
storeName: "Pokémon Palace",
|
|
33
34
|
storeId: "store-pokemon-palace",
|
|
34
35
|
featured: false,
|
|
@@ -41,7 +42,7 @@ const _rawProductsStandardSeedData = [
|
|
|
41
42
|
"sealed",
|
|
42
43
|
"shiny",
|
|
43
44
|
],
|
|
44
|
-
condition:
|
|
45
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
45
46
|
specifications: [
|
|
46
47
|
{ name: "Set", value: "Scarlet & Violet — Paldean Fates" },
|
|
47
48
|
{ name: "Language", value: "English" },
|
|
@@ -73,7 +74,7 @@ const _rawProductsStandardSeedData = [
|
|
|
73
74
|
brand: "The Pokémon Company",
|
|
74
75
|
brandSlug: "brand-pokemon-company",
|
|
75
76
|
price: 1499900,
|
|
76
|
-
currency:
|
|
77
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
77
78
|
stockQuantity: 5,
|
|
78
79
|
availableQuantity: 5,
|
|
79
80
|
mainImage: "https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
@@ -82,7 +83,7 @@ const _rawProductsStandardSeedData = [
|
|
|
82
83
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
83
84
|
"https://images.unsplash.com/photo-1578301978162-7aae4d755744?w=800&h=800&fit=crop",
|
|
84
85
|
],
|
|
85
|
-
status:
|
|
86
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
86
87
|
storeName: "Pokémon Palace",
|
|
87
88
|
storeId: "store-pokemon-palace",
|
|
88
89
|
featured: true,
|
|
@@ -95,7 +96,7 @@ const _rawProductsStandardSeedData = [
|
|
|
95
96
|
"sealed",
|
|
96
97
|
"investment",
|
|
97
98
|
],
|
|
98
|
-
condition:
|
|
99
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
99
100
|
specifications: [
|
|
100
101
|
{ name: "Set", value: "Scarlet & Violet — 151" },
|
|
101
102
|
{ name: "Packs per Box", value: "36" },
|
|
@@ -128,7 +129,7 @@ const _rawProductsStandardSeedData = [
|
|
|
128
129
|
brand: "The Pokémon Company",
|
|
129
130
|
brandSlug: "brand-pokemon-company",
|
|
130
131
|
price: 129900,
|
|
131
|
-
currency:
|
|
132
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
132
133
|
stockQuantity: 25,
|
|
133
134
|
availableQuantity: 25,
|
|
134
135
|
mainImage: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
@@ -137,13 +138,13 @@ const _rawProductsStandardSeedData = [
|
|
|
137
138
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
138
139
|
"https://images.unsplash.com/photo-1559128010-7c1ad6e1b6a5?w=800&h=800&fit=crop",
|
|
139
140
|
],
|
|
140
|
-
status:
|
|
141
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
141
142
|
storeName: "Pokémon Palace",
|
|
142
143
|
storeId: "store-pokemon-palace",
|
|
143
144
|
featured: false,
|
|
144
145
|
isPromoted: false,
|
|
145
146
|
tags: ["pokemon", "pikachu", "plush", "pokemon-center", "official", "gift"],
|
|
146
|
-
condition:
|
|
147
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
147
148
|
specifications: [
|
|
148
149
|
{ name: "Size", value: "8 inches", unit: "inches" },
|
|
149
150
|
{ name: "Material", value: "Polyester plush" },
|
|
@@ -174,7 +175,7 @@ const _rawProductsStandardSeedData = [
|
|
|
174
175
|
brand: "The Pokémon Company",
|
|
175
176
|
brandSlug: "brand-pokemon-company",
|
|
176
177
|
price: 149900,
|
|
177
|
-
currency:
|
|
178
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
178
179
|
stockQuantity: 12,
|
|
179
180
|
availableQuantity: 12,
|
|
180
181
|
mainImage: "https://images.unsplash.com/photo-1559128010-7c1ad6e1b6a5?w=800&h=800&fit=crop",
|
|
@@ -183,7 +184,7 @@ const _rawProductsStandardSeedData = [
|
|
|
183
184
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
184
185
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
185
186
|
],
|
|
186
|
-
status:
|
|
187
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
187
188
|
storeName: "Pokémon Palace",
|
|
188
189
|
storeId: "store-pokemon-palace",
|
|
189
190
|
featured: false,
|
|
@@ -196,7 +197,7 @@ const _rawProductsStandardSeedData = [
|
|
|
196
197
|
"ghost-type",
|
|
197
198
|
"official",
|
|
198
199
|
],
|
|
199
|
-
condition:
|
|
200
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
200
201
|
specifications: [
|
|
201
202
|
{ name: "Size", value: "12 inches", unit: "inches" },
|
|
202
203
|
{ name: "Material", value: "Polyester plush" },
|
|
@@ -227,7 +228,7 @@ const _rawProductsStandardSeedData = [
|
|
|
227
228
|
brand: "The Pokémon Company",
|
|
228
229
|
brandSlug: "brand-pokemon-company",
|
|
229
230
|
price: 8999900,
|
|
230
|
-
currency:
|
|
231
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
231
232
|
stockQuantity: 1,
|
|
232
233
|
availableQuantity: 1,
|
|
233
234
|
mainImage: "https://images.unsplash.com/photo-1578301978162-7aae4d755744?w=800&h=800&fit=crop",
|
|
@@ -236,7 +237,7 @@ const _rawProductsStandardSeedData = [
|
|
|
236
237
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
237
238
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
238
239
|
],
|
|
239
|
-
status:
|
|
240
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
240
241
|
storeName: "Pokémon Palace",
|
|
241
242
|
storeId: "store-pokemon-palace",
|
|
242
243
|
featured: true,
|
|
@@ -251,7 +252,7 @@ const _rawProductsStandardSeedData = [
|
|
|
251
252
|
"investment",
|
|
252
253
|
"rare",
|
|
253
254
|
],
|
|
254
|
-
condition:
|
|
255
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
255
256
|
specifications: [
|
|
256
257
|
{ name: "Set", value: "Base Set — Shadowless" },
|
|
257
258
|
{ name: "Print Run", value: "1st Print (Shadowless)" },
|
|
@@ -288,7 +289,7 @@ const _rawProductsStandardSeedData = [
|
|
|
288
289
|
brand: "Konami",
|
|
289
290
|
brandSlug: "brand-konami",
|
|
290
291
|
price: 299900,
|
|
291
|
-
currency:
|
|
292
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
292
293
|
stockQuantity: 8,
|
|
293
294
|
availableQuantity: 8,
|
|
294
295
|
mainImage: "https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=800&h=800&fit=crop",
|
|
@@ -297,7 +298,7 @@ const _rawProductsStandardSeedData = [
|
|
|
297
298
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
298
299
|
"https://images.unsplash.com/photo-1578301978162-7aae4d755744?w=800&h=800&fit=crop",
|
|
299
300
|
],
|
|
300
|
-
status:
|
|
301
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
301
302
|
storeName: "CardGame Hub",
|
|
302
303
|
storeId: "store-cardgame-hub",
|
|
303
304
|
featured: true,
|
|
@@ -310,7 +311,7 @@ const _rawProductsStandardSeedData = [
|
|
|
310
311
|
"ghost-rare",
|
|
311
312
|
"secret-rare",
|
|
312
313
|
],
|
|
313
|
-
condition:
|
|
314
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
314
315
|
specifications: [
|
|
315
316
|
{ name: "Product", value: "25th Anniversary Tin: Dueling Mirrors" },
|
|
316
317
|
{ name: "Mega-Packs", value: "3" },
|
|
@@ -343,7 +344,7 @@ const _rawProductsStandardSeedData = [
|
|
|
343
344
|
brand: "Konami",
|
|
344
345
|
brandSlug: "brand-konami",
|
|
345
346
|
price: 89900,
|
|
346
|
-
currency:
|
|
347
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
347
348
|
stockQuantity: 20,
|
|
348
349
|
availableQuantity: 20,
|
|
349
350
|
mainImage: "https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=800&h=800&fit=crop",
|
|
@@ -352,7 +353,7 @@ const _rawProductsStandardSeedData = [
|
|
|
352
353
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
353
354
|
"https://images.unsplash.com/photo-1578292992345-7ee038c5fb7c?w=800&h=800&fit=crop",
|
|
354
355
|
],
|
|
355
|
-
status:
|
|
356
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
356
357
|
storeName: "CardGame Hub",
|
|
357
358
|
storeId: "store-cardgame-hub",
|
|
358
359
|
featured: false,
|
|
@@ -365,7 +366,7 @@ const _rawProductsStandardSeedData = [
|
|
|
365
366
|
"dogmatika",
|
|
366
367
|
"konami",
|
|
367
368
|
],
|
|
368
|
-
condition:
|
|
369
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
369
370
|
specifications: [
|
|
370
371
|
{ name: "Deck Size", value: "41 cards" },
|
|
371
372
|
{ name: "Ultra Rare", value: "2" },
|
|
@@ -399,7 +400,7 @@ const _rawProductsStandardSeedData = [
|
|
|
399
400
|
brand: "Hot Wheels",
|
|
400
401
|
brandSlug: "brand-hot-wheels",
|
|
401
402
|
price: 499900,
|
|
402
|
-
currency:
|
|
403
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
403
404
|
stockQuantity: 1,
|
|
404
405
|
availableQuantity: 1,
|
|
405
406
|
mainImage: "https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
@@ -408,7 +409,7 @@ const _rawProductsStandardSeedData = [
|
|
|
408
409
|
"https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
409
410
|
"https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?w=800&h=800&fit=crop",
|
|
410
411
|
],
|
|
411
|
-
status:
|
|
412
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
412
413
|
storeName: "Diecast Depot",
|
|
413
414
|
storeId: "store-diecast-depot",
|
|
414
415
|
featured: true,
|
|
@@ -422,7 +423,7 @@ const _rawProductsStandardSeedData = [
|
|
|
422
423
|
"collector",
|
|
423
424
|
"rare",
|
|
424
425
|
],
|
|
425
|
-
condition:
|
|
426
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
426
427
|
specifications: [
|
|
427
428
|
{ name: "Year", value: "1969" },
|
|
428
429
|
{ name: "Scale", value: "1:64" },
|
|
@@ -458,7 +459,7 @@ const _rawProductsStandardSeedData = [
|
|
|
458
459
|
brand: "Hot Wheels",
|
|
459
460
|
brandSlug: "brand-hot-wheels",
|
|
460
461
|
price: 129900,
|
|
461
|
-
currency:
|
|
462
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
462
463
|
stockQuantity: 18,
|
|
463
464
|
availableQuantity: 18,
|
|
464
465
|
mainImage: "https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
@@ -467,7 +468,7 @@ const _rawProductsStandardSeedData = [
|
|
|
467
468
|
"https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
468
469
|
"https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?w=800&h=800&fit=crop",
|
|
469
470
|
],
|
|
470
|
-
status:
|
|
471
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
471
472
|
storeName: "Diecast Depot",
|
|
472
473
|
storeId: "store-diecast-depot",
|
|
473
474
|
featured: false,
|
|
@@ -480,7 +481,7 @@ const _rawProductsStandardSeedData = [
|
|
|
480
481
|
"jdm",
|
|
481
482
|
"modern-classics",
|
|
482
483
|
],
|
|
483
|
-
condition:
|
|
484
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
484
485
|
specifications: [
|
|
485
486
|
{ name: "Set", value: "Car Culture — Modern Classics" },
|
|
486
487
|
{ name: "Cars", value: "5" },
|
|
@@ -512,7 +513,7 @@ const _rawProductsStandardSeedData = [
|
|
|
512
513
|
brand: "Tomica",
|
|
513
514
|
brandSlug: "brand-tomica",
|
|
514
515
|
price: 299900,
|
|
515
|
-
currency:
|
|
516
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
516
517
|
stockQuantity: 6,
|
|
517
518
|
availableQuantity: 6,
|
|
518
519
|
mainImage: "https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?w=800&h=800&fit=crop",
|
|
@@ -521,7 +522,7 @@ const _rawProductsStandardSeedData = [
|
|
|
521
522
|
"https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
522
523
|
"https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
523
524
|
],
|
|
524
|
-
status:
|
|
525
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
525
526
|
storeName: "Diecast Depot",
|
|
526
527
|
storeId: "store-diecast-depot",
|
|
527
528
|
featured: false,
|
|
@@ -535,7 +536,7 @@ const _rawProductsStandardSeedData = [
|
|
|
535
536
|
"tlv",
|
|
536
537
|
"japanese-cars",
|
|
537
538
|
],
|
|
538
|
-
condition:
|
|
539
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
539
540
|
specifications: [
|
|
540
541
|
{ name: "Model", value: "Datsun Fairlady 240Z" },
|
|
541
542
|
{ name: "Series", value: "Tomica Limited Vintage (TLV-N43)" },
|
|
@@ -568,7 +569,7 @@ const _rawProductsStandardSeedData = [
|
|
|
568
569
|
brand: "Hot Wheels",
|
|
569
570
|
brandSlug: "brand-hot-wheels",
|
|
570
571
|
price: 399900,
|
|
571
|
-
currency:
|
|
572
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
572
573
|
stockQuantity: 2,
|
|
573
574
|
availableQuantity: 2,
|
|
574
575
|
mainImage: "https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
@@ -577,7 +578,7 @@ const _rawProductsStandardSeedData = [
|
|
|
577
578
|
"https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
578
579
|
"https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?w=800&h=800&fit=crop",
|
|
579
580
|
],
|
|
580
|
-
status:
|
|
581
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
581
582
|
storeName: "Diecast Depot",
|
|
582
583
|
storeId: "store-diecast-depot",
|
|
583
584
|
featured: true,
|
|
@@ -591,7 +592,7 @@ const _rawProductsStandardSeedData = [
|
|
|
591
592
|
"red-line-club",
|
|
592
593
|
"2023",
|
|
593
594
|
],
|
|
594
|
-
condition:
|
|
595
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
595
596
|
specifications: [
|
|
596
597
|
{ name: "Series", value: "Red Line Club (RLC) Members Exclusive" },
|
|
597
598
|
{ name: "Year", value: "2023" },
|
|
@@ -626,7 +627,7 @@ const _rawProductsStandardSeedData = [
|
|
|
626
627
|
brand: "Hot Wheels",
|
|
627
628
|
brandSlug: "brand-hot-wheels",
|
|
628
629
|
price: 1299900,
|
|
629
|
-
currency:
|
|
630
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
630
631
|
stockQuantity: 1,
|
|
631
632
|
availableQuantity: 1,
|
|
632
633
|
mainImage: "https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
@@ -635,7 +636,7 @@ const _rawProductsStandardSeedData = [
|
|
|
635
636
|
"https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
636
637
|
"https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?w=800&h=800&fit=crop",
|
|
637
638
|
],
|
|
638
|
-
status:
|
|
639
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
639
640
|
storeName: "Diecast Depot",
|
|
640
641
|
storeId: "store-diecast-depot",
|
|
641
642
|
featured: false,
|
|
@@ -650,7 +651,7 @@ const _rawProductsStandardSeedData = [
|
|
|
650
651
|
"vintage",
|
|
651
652
|
"rare",
|
|
652
653
|
],
|
|
653
|
-
condition:
|
|
654
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
654
655
|
specifications: [
|
|
655
656
|
{ name: "Year", value: "1968" },
|
|
656
657
|
{ name: "Scale", value: "1:64" },
|
|
@@ -687,7 +688,7 @@ const _rawProductsStandardSeedData = [
|
|
|
687
688
|
brand: "Bandai",
|
|
688
689
|
brandSlug: "brand-bandai",
|
|
689
690
|
price: 699900,
|
|
690
|
-
currency:
|
|
691
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
691
692
|
stockQuantity: 8,
|
|
692
693
|
availableQuantity: 8,
|
|
693
694
|
mainImage: "https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
@@ -696,7 +697,7 @@ const _rawProductsStandardSeedData = [
|
|
|
696
697
|
"https://images.unsplash.com/photo-1560762484-813fc97650a0?w=800&h=800&fit=crop",
|
|
697
698
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
698
699
|
],
|
|
699
|
-
status:
|
|
700
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
700
701
|
storeName: "LetItRip Official",
|
|
701
702
|
storeId: "store-letitrip-official",
|
|
702
703
|
featured: true,
|
|
@@ -710,7 +711,7 @@ const _rawProductsStandardSeedData = [
|
|
|
710
711
|
"anime-figure",
|
|
711
712
|
"tamashii",
|
|
712
713
|
],
|
|
713
|
-
condition:
|
|
714
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
714
715
|
specifications: [
|
|
715
716
|
{ name: "Character", value: "Son Goku — Ultra Instinct" },
|
|
716
717
|
{ name: "Series", value: "Dragon Ball Super: Super Hero" },
|
|
@@ -743,7 +744,7 @@ const _rawProductsStandardSeedData = [
|
|
|
743
744
|
brand: "Good Smile Company",
|
|
744
745
|
brandSlug: "brand-good-smile",
|
|
745
746
|
price: 499900,
|
|
746
|
-
currency:
|
|
747
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
747
748
|
stockQuantity: 10,
|
|
748
749
|
availableQuantity: 10,
|
|
749
750
|
mainImage: "https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
@@ -752,7 +753,7 @@ const _rawProductsStandardSeedData = [
|
|
|
752
753
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
753
754
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
754
755
|
],
|
|
755
|
-
status:
|
|
756
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
756
757
|
storeName: "LetItRip Official",
|
|
757
758
|
storeId: "store-letitrip-official",
|
|
758
759
|
featured: true,
|
|
@@ -766,7 +767,7 @@ const _rawProductsStandardSeedData = [
|
|
|
766
767
|
"anime-figure",
|
|
767
768
|
"chibi",
|
|
768
769
|
],
|
|
769
|
-
condition:
|
|
770
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
770
771
|
specifications: [
|
|
771
772
|
{ name: "Nendoroid Number", value: "#663" },
|
|
772
773
|
{ name: "Character", value: "Rem" },
|
|
@@ -799,7 +800,7 @@ const _rawProductsStandardSeedData = [
|
|
|
799
800
|
brand: "Funko",
|
|
800
801
|
brandSlug: "brand-funko",
|
|
801
802
|
price: 149900,
|
|
802
|
-
currency:
|
|
803
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
803
804
|
stockQuantity: 30,
|
|
804
805
|
availableQuantity: 30,
|
|
805
806
|
mainImage: "https://images.unsplash.com/photo-1578292992345-7ee038c5fb7c?w=800&h=800&fit=crop",
|
|
@@ -808,7 +809,7 @@ const _rawProductsStandardSeedData = [
|
|
|
808
809
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
809
810
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
810
811
|
],
|
|
811
|
-
status:
|
|
812
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
812
813
|
storeName: "LetItRip Official",
|
|
813
814
|
storeId: "store-letitrip-official",
|
|
814
815
|
featured: false,
|
|
@@ -821,7 +822,7 @@ const _rawProductsStandardSeedData = [
|
|
|
821
822
|
"anime",
|
|
822
823
|
"vinyl-figure",
|
|
823
824
|
],
|
|
824
|
-
condition:
|
|
825
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
825
826
|
specifications: [
|
|
826
827
|
{ name: "Pop Number", value: "#932" },
|
|
827
828
|
{ name: "Character", value: "Naruto Uzumaki — Sage Mode" },
|
|
@@ -853,7 +854,7 @@ const _rawProductsStandardSeedData = [
|
|
|
853
854
|
brand: "McFarlane Toys",
|
|
854
855
|
brandSlug: "brand-mcfarlane",
|
|
855
856
|
price: 349900,
|
|
856
|
-
currency:
|
|
857
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
857
858
|
stockQuantity: 7,
|
|
858
859
|
availableQuantity: 7,
|
|
859
860
|
mainImage: "https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?w=800&h=800&fit=crop",
|
|
@@ -862,7 +863,7 @@ const _rawProductsStandardSeedData = [
|
|
|
862
863
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
863
864
|
"https://images.unsplash.com/photo-1531259683007-016a7b628fc3?w=800&h=800&fit=crop",
|
|
864
865
|
],
|
|
865
|
-
status:
|
|
866
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
866
867
|
storeName: "LetItRip Official",
|
|
867
868
|
storeId: "store-letitrip-official",
|
|
868
869
|
featured: false,
|
|
@@ -876,7 +877,7 @@ const _rawProductsStandardSeedData = [
|
|
|
876
877
|
"action-figure",
|
|
877
878
|
"frank-miller",
|
|
878
879
|
],
|
|
879
|
-
condition:
|
|
880
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
880
881
|
specifications: [
|
|
881
882
|
{ name: "Character", value: "Batman" },
|
|
882
883
|
{ name: "Source", value: "The Dark Knight Returns (Frank Miller)" },
|
|
@@ -909,7 +910,7 @@ const _rawProductsStandardSeedData = [
|
|
|
909
910
|
brand: "Bandai",
|
|
910
911
|
brandSlug: "brand-bandai",
|
|
911
912
|
price: 299900,
|
|
912
|
-
currency:
|
|
913
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
913
914
|
stockQuantity: 12,
|
|
914
915
|
availableQuantity: 12,
|
|
915
916
|
mainImage: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
@@ -918,7 +919,7 @@ const _rawProductsStandardSeedData = [
|
|
|
918
919
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
919
920
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
920
921
|
],
|
|
921
|
-
status:
|
|
922
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
922
923
|
storeName: "LetItRip Official",
|
|
923
924
|
storeId: "store-letitrip-official",
|
|
924
925
|
featured: true,
|
|
@@ -932,7 +933,7 @@ const _rawProductsStandardSeedData = [
|
|
|
932
933
|
"model-kit",
|
|
933
934
|
"mg",
|
|
934
935
|
],
|
|
935
|
-
condition:
|
|
936
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
936
937
|
specifications: [
|
|
937
938
|
{ name: "Grade", value: "Master Grade (MG)" },
|
|
938
939
|
{ name: "Scale", value: "1/100" },
|
|
@@ -965,7 +966,7 @@ const _rawProductsStandardSeedData = [
|
|
|
965
966
|
brand: "Bandai",
|
|
966
967
|
brandSlug: "brand-bandai",
|
|
967
968
|
price: 199900,
|
|
968
|
-
currency:
|
|
969
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
969
970
|
stockQuantity: 9,
|
|
970
971
|
availableQuantity: 9,
|
|
971
972
|
mainImage: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
@@ -974,7 +975,7 @@ const _rawProductsStandardSeedData = [
|
|
|
974
975
|
"https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?w=800&h=800&fit=crop",
|
|
975
976
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
976
977
|
],
|
|
977
|
-
status:
|
|
978
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
978
979
|
storeName: "LetItRip Official",
|
|
979
980
|
storeId: "store-letitrip-official",
|
|
980
981
|
featured: false,
|
|
@@ -988,7 +989,7 @@ const _rawProductsStandardSeedData = [
|
|
|
988
989
|
"model-kit",
|
|
989
990
|
"rg",
|
|
990
991
|
],
|
|
991
|
-
condition:
|
|
992
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
992
993
|
specifications: [
|
|
993
994
|
{ name: "Grade", value: "Real Grade (RG)" },
|
|
994
995
|
{ name: "Scale", value: "1/144" },
|
|
@@ -1022,7 +1023,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1022
1023
|
brand: "Beyblade",
|
|
1023
1024
|
brandSlug: "brand-beyblade",
|
|
1024
1025
|
price: 199900,
|
|
1025
|
-
currency:
|
|
1026
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1026
1027
|
stockQuantity: 20,
|
|
1027
1028
|
availableQuantity: 20,
|
|
1028
1029
|
mainImage: "https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=800&h=800&fit=crop",
|
|
@@ -1031,7 +1032,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1031
1032
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
1032
1033
|
"https://images.unsplash.com/photo-1612287230202-1ff1d85d1bdf?w=800&h=800&fit=crop",
|
|
1033
1034
|
],
|
|
1034
|
-
status:
|
|
1035
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1035
1036
|
storeName: "Beyblade Arena",
|
|
1036
1037
|
storeId: "store-beyblade-arena",
|
|
1037
1038
|
featured: true,
|
|
@@ -1044,7 +1045,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1044
1045
|
"starter-set",
|
|
1045
1046
|
"x-line",
|
|
1046
1047
|
],
|
|
1047
|
-
condition:
|
|
1048
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1048
1049
|
specifications: [
|
|
1049
1050
|
{ name: "Generation", value: "Beyblade X" },
|
|
1050
1051
|
{ name: "Product Code", value: "BX-01" },
|
|
@@ -1077,7 +1078,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1077
1078
|
brand: "Beyblade",
|
|
1078
1079
|
brandSlug: "brand-beyblade",
|
|
1079
1080
|
price: 249900,
|
|
1080
|
-
currency:
|
|
1081
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1081
1082
|
stockQuantity: 15,
|
|
1082
1083
|
availableQuantity: 15,
|
|
1083
1084
|
mainImage: "https://images.unsplash.com/photo-1612287230202-1ff1d85d1bdf?w=800&h=800&fit=crop",
|
|
@@ -1086,7 +1087,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1086
1087
|
"https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=800&h=800&fit=crop",
|
|
1087
1088
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
1088
1089
|
],
|
|
1089
|
-
status:
|
|
1090
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1090
1091
|
storeName: "Beyblade Arena",
|
|
1091
1092
|
storeId: "store-beyblade-arena",
|
|
1092
1093
|
featured: false,
|
|
@@ -1099,7 +1100,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1099
1100
|
"takara-tomy",
|
|
1100
1101
|
"starter-set",
|
|
1101
1102
|
],
|
|
1102
|
-
condition:
|
|
1103
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1103
1104
|
specifications: [
|
|
1104
1105
|
{ name: "Generation", value: "Beyblade Burst QuadStrike" },
|
|
1105
1106
|
{ name: "Product Code", value: "B-200" },
|
|
@@ -1132,7 +1133,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1132
1133
|
brand: "The Pokémon Company",
|
|
1133
1134
|
brandSlug: "brand-pokemon-company",
|
|
1134
1135
|
price: 469900,
|
|
1135
|
-
currency:
|
|
1136
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1136
1137
|
stockQuantity: 20,
|
|
1137
1138
|
availableQuantity: 20,
|
|
1138
1139
|
mainImage: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
@@ -1140,13 +1141,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1140
1141
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
1141
1142
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
1142
1143
|
],
|
|
1143
|
-
status:
|
|
1144
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1144
1145
|
storeName: "Pokémon Palace",
|
|
1145
1146
|
storeId: "store-pokemon-palace",
|
|
1146
1147
|
featured: false,
|
|
1147
1148
|
isPromoted: false,
|
|
1148
1149
|
tags: ["pokemon", "etb", "temporal-forces", "scarlet-violet", "sealed", "iron-leaves"],
|
|
1149
|
-
condition:
|
|
1150
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1150
1151
|
specifications: [
|
|
1151
1152
|
{ name: "Set", value: "Scarlet & Violet — Temporal Forces" },
|
|
1152
1153
|
{ name: "Language", value: "English" },
|
|
@@ -1176,7 +1177,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1176
1177
|
brand: "The Pokémon Company",
|
|
1177
1178
|
brandSlug: "brand-pokemon-company",
|
|
1178
1179
|
price: 34900,
|
|
1179
|
-
currency:
|
|
1180
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1180
1181
|
stockQuantity: 80,
|
|
1181
1182
|
availableQuantity: 80,
|
|
1182
1183
|
mainImage: "https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
@@ -1184,13 +1185,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1184
1185
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
1185
1186
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
1186
1187
|
],
|
|
1187
|
-
status:
|
|
1188
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1188
1189
|
storeName: "Pokémon Palace",
|
|
1189
1190
|
storeId: "store-pokemon-palace",
|
|
1190
1191
|
featured: false,
|
|
1191
1192
|
isPromoted: false,
|
|
1192
1193
|
tags: ["pokemon", "paradox-rift", "booster-pack", "scarlet-violet", "sealed"],
|
|
1193
|
-
condition:
|
|
1194
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1194
1195
|
specifications: [
|
|
1195
1196
|
{ name: "Set", value: "Scarlet & Violet — Paradox Rift" },
|
|
1196
1197
|
{ name: "Cards per Pack", value: "10" },
|
|
@@ -1218,7 +1219,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1218
1219
|
brand: "The Pokémon Company",
|
|
1219
1220
|
brandSlug: "brand-pokemon-company",
|
|
1220
1221
|
price: 179900,
|
|
1221
|
-
currency:
|
|
1222
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1222
1223
|
stockQuantity: 12,
|
|
1223
1224
|
availableQuantity: 12,
|
|
1224
1225
|
mainImage: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
@@ -1226,13 +1227,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1226
1227
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
1227
1228
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
1228
1229
|
],
|
|
1229
|
-
status:
|
|
1230
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1230
1231
|
storeName: "Pokémon Palace",
|
|
1231
1232
|
storeId: "store-pokemon-palace",
|
|
1232
1233
|
featured: false,
|
|
1233
1234
|
isPromoted: false,
|
|
1234
1235
|
tags: ["pokemon", "eevee-evolutions", "flareon", "tin", "sealed", "gift"],
|
|
1235
|
-
condition:
|
|
1236
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1236
1237
|
specifications: [
|
|
1237
1238
|
{ name: "Featured Pokémon", value: "Flareon" },
|
|
1238
1239
|
{ name: "Booster Packs", value: "4 (mixed sets)" },
|
|
@@ -1263,7 +1264,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1263
1264
|
brand: "Konami",
|
|
1264
1265
|
brandSlug: "brand-konami",
|
|
1265
1266
|
price: 599900,
|
|
1266
|
-
currency:
|
|
1267
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1267
1268
|
stockQuantity: 6,
|
|
1268
1269
|
availableQuantity: 6,
|
|
1269
1270
|
mainImage: "https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=800&h=800&fit=crop",
|
|
@@ -1271,13 +1272,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1271
1272
|
"https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=800&h=800&fit=crop",
|
|
1272
1273
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
1273
1274
|
],
|
|
1274
|
-
status:
|
|
1275
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1275
1276
|
storeName: "CardGame Hub",
|
|
1276
1277
|
storeId: "store-cardgame-hub",
|
|
1277
1278
|
featured: false,
|
|
1278
1279
|
isPromoted: true,
|
|
1279
1280
|
tags: ["yugioh", "phantom-nightmare", "booster-box", "snake-eye", "konami", "sealed"],
|
|
1280
|
-
condition:
|
|
1281
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1281
1282
|
specifications: [
|
|
1282
1283
|
{ name: "Set", value: "Phantom Nightmare" },
|
|
1283
1284
|
{ name: "Packs per Box", value: "24" },
|
|
@@ -1308,7 +1309,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1308
1309
|
brand: "Konami",
|
|
1309
1310
|
brandSlug: "brand-konami",
|
|
1310
1311
|
price: 149900,
|
|
1311
|
-
currency:
|
|
1312
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1312
1313
|
stockQuantity: 1,
|
|
1313
1314
|
availableQuantity: 1,
|
|
1314
1315
|
mainImage: "https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=800&h=800&fit=crop",
|
|
@@ -1316,13 +1317,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1316
1317
|
"https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=800&h=800&fit=crop",
|
|
1317
1318
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
1318
1319
|
],
|
|
1319
|
-
status:
|
|
1320
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1320
1321
|
storeName: "CardGame Hub",
|
|
1321
1322
|
storeId: "store-cardgame-hub",
|
|
1322
1323
|
featured: false,
|
|
1323
1324
|
isPromoted: false,
|
|
1324
1325
|
tags: ["yugioh", "dark-magician", "mfc-000", "ultra-rare", "raw", "vintage"],
|
|
1325
|
-
condition:
|
|
1326
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
1326
1327
|
specifications: [
|
|
1327
1328
|
{ name: "Card", value: "Dark Magician (MFC-000)" },
|
|
1328
1329
|
{ name: "Rarity", value: "Ultra Rare" },
|
|
@@ -1354,7 +1355,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1354
1355
|
brand: "Konami",
|
|
1355
1356
|
brandSlug: "brand-konami",
|
|
1356
1357
|
price: 349900,
|
|
1357
|
-
currency:
|
|
1358
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1358
1359
|
stockQuantity: 10,
|
|
1359
1360
|
availableQuantity: 10,
|
|
1360
1361
|
mainImage: "https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=800&h=800&fit=crop",
|
|
@@ -1362,13 +1363,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1362
1363
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
1363
1364
|
"https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=800&h=800&fit=crop",
|
|
1364
1365
|
],
|
|
1365
|
-
status:
|
|
1366
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1366
1367
|
storeName: "CardGame Hub",
|
|
1367
1368
|
storeId: "store-cardgame-hub",
|
|
1368
1369
|
featured: false,
|
|
1369
1370
|
isPromoted: false,
|
|
1370
1371
|
tags: ["yugioh", "rarity-collection", "prismatic-secret-rare", "reprint", "premium"],
|
|
1371
|
-
condition:
|
|
1372
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1372
1373
|
specifications: [
|
|
1373
1374
|
{ name: "Set", value: "Rarity Collection II" },
|
|
1374
1375
|
{ name: "Packs", value: "3" },
|
|
@@ -1399,7 +1400,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1399
1400
|
brand: "Tomica",
|
|
1400
1401
|
brandSlug: "brand-tomica",
|
|
1401
1402
|
price: 349900,
|
|
1402
|
-
currency:
|
|
1403
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1403
1404
|
stockQuantity: 4,
|
|
1404
1405
|
availableQuantity: 4,
|
|
1405
1406
|
mainImage: "https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?w=800&h=800&fit=crop",
|
|
@@ -1407,13 +1408,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1407
1408
|
"https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?w=800&h=800&fit=crop",
|
|
1408
1409
|
"https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
1409
1410
|
],
|
|
1410
|
-
status:
|
|
1411
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1411
1412
|
storeName: "Diecast Depot",
|
|
1412
1413
|
storeId: "store-diecast-depot",
|
|
1413
1414
|
featured: false,
|
|
1414
1415
|
isPromoted: false,
|
|
1415
1416
|
tags: ["tomica", "limited-vintage", "hakosuka", "nissan", "skyline", "gt-r", "japanese-cars"],
|
|
1416
|
-
condition:
|
|
1417
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1417
1418
|
specifications: [
|
|
1418
1419
|
{ name: "Model", value: "Nissan Skyline 2000 GT-R (Hakosuka C10)" },
|
|
1419
1420
|
{ name: "Series", value: "Tomica Limited Vintage" },
|
|
@@ -1446,7 +1447,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1446
1447
|
brand: "Hot Wheels",
|
|
1447
1448
|
brandSlug: "brand-hot-wheels",
|
|
1448
1449
|
price: 149900,
|
|
1449
|
-
currency:
|
|
1450
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1450
1451
|
stockQuantity: 8,
|
|
1451
1452
|
availableQuantity: 8,
|
|
1452
1453
|
mainImage: "https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
@@ -1454,13 +1455,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1454
1455
|
"https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
1455
1456
|
"https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
1456
1457
|
],
|
|
1457
|
-
status:
|
|
1458
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1458
1459
|
storeName: "Diecast Depot",
|
|
1459
1460
|
storeId: "store-diecast-depot",
|
|
1460
1461
|
featured: false,
|
|
1461
1462
|
isPromoted: false,
|
|
1462
1463
|
tags: ["hot-wheels", "car-culture", "japan-historics", "jdm", "premium", "5-pack"],
|
|
1463
|
-
condition:
|
|
1464
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1464
1465
|
specifications: [
|
|
1465
1466
|
{ name: "Set", value: "Car Culture — Japan Historics 2" },
|
|
1466
1467
|
{ name: "Cars", value: "5" },
|
|
@@ -1490,7 +1491,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1490
1491
|
brand: "Hot Wheels",
|
|
1491
1492
|
brandSlug: "brand-hot-wheels",
|
|
1492
1493
|
price: 299900,
|
|
1493
|
-
currency:
|
|
1494
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1494
1495
|
stockQuantity: 1,
|
|
1495
1496
|
availableQuantity: 1,
|
|
1496
1497
|
mainImage: "https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
@@ -1498,13 +1499,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1498
1499
|
"https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
1499
1500
|
"https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
1500
1501
|
],
|
|
1501
|
-
status:
|
|
1502
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1502
1503
|
storeName: "Diecast Depot",
|
|
1503
1504
|
storeId: "store-diecast-depot",
|
|
1504
1505
|
featured: false,
|
|
1505
1506
|
isPromoted: true,
|
|
1506
1507
|
tags: ["hot-wheels", "super-treasure-hunt", "sth", "dodge-viper", "spectraflame", "real-rider"],
|
|
1507
|
-
condition:
|
|
1508
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1508
1509
|
specifications: [
|
|
1509
1510
|
{ name: "Type", value: "Super Treasure Hunt (STH)" },
|
|
1510
1511
|
{ name: "Casting", value: "Dodge Viper SRT10" },
|
|
@@ -1540,7 +1541,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1540
1541
|
brand: "Beyblade",
|
|
1541
1542
|
brandSlug: "brand-beyblade",
|
|
1542
1543
|
price: 219900,
|
|
1543
|
-
currency:
|
|
1544
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1544
1545
|
stockQuantity: 18,
|
|
1545
1546
|
availableQuantity: 18,
|
|
1546
1547
|
mainImage: "https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=800&h=800&fit=crop",
|
|
@@ -1548,13 +1549,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1548
1549
|
"https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=800&h=800&fit=crop",
|
|
1549
1550
|
"https://images.unsplash.com/photo-1612287230202-1ff1d85d1bdf?w=800&h=800&fit=crop",
|
|
1550
1551
|
],
|
|
1551
|
-
status:
|
|
1552
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1552
1553
|
storeName: "Beyblade Arena",
|
|
1553
1554
|
storeId: "store-beyblade-arena",
|
|
1554
1555
|
featured: false,
|
|
1555
1556
|
isPromoted: false,
|
|
1556
1557
|
tags: ["beyblade-x", "bx-04", "knight-shield", "takara-tomy", "starter-set", "defense"],
|
|
1557
|
-
condition:
|
|
1558
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1558
1559
|
specifications: [
|
|
1559
1560
|
{ name: "Generation", value: "Beyblade X" },
|
|
1560
1561
|
{ name: "Product Code", value: "BX-04" },
|
|
@@ -1585,7 +1586,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1585
1586
|
brand: "Beyblade",
|
|
1586
1587
|
brandSlug: "brand-beyblade",
|
|
1587
1588
|
price: 399900,
|
|
1588
|
-
currency:
|
|
1589
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1589
1590
|
stockQuantity: 10,
|
|
1590
1591
|
availableQuantity: 10,
|
|
1591
1592
|
mainImage: "https://images.unsplash.com/photo-1612287230202-1ff1d85d1bdf?w=800&h=800&fit=crop",
|
|
@@ -1593,13 +1594,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1593
1594
|
"https://images.unsplash.com/photo-1612287230202-1ff1d85d1bdf?w=800&h=800&fit=crop",
|
|
1594
1595
|
"https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=800&h=800&fit=crop",
|
|
1595
1596
|
],
|
|
1596
|
-
status:
|
|
1597
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1597
1598
|
storeName: "Beyblade Arena",
|
|
1598
1599
|
storeId: "store-beyblade-arena",
|
|
1599
1600
|
featured: false,
|
|
1600
1601
|
isPromoted: false,
|
|
1601
1602
|
tags: ["beyblade-x", "xstadium", "bx-08", "stadium", "takara-tomy", "tournament"],
|
|
1602
|
-
condition:
|
|
1603
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1603
1604
|
specifications: [
|
|
1604
1605
|
{ name: "Product Code", value: "BX-08" },
|
|
1605
1606
|
{ name: "Stadium Type", value: "XStadium — X-Line rail system" },
|
|
@@ -1629,7 +1630,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1629
1630
|
brand: "Beyblade",
|
|
1630
1631
|
brandSlug: "brand-beyblade",
|
|
1631
1632
|
price: 149900,
|
|
1632
|
-
currency:
|
|
1633
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1633
1634
|
stockQuantity: 22,
|
|
1634
1635
|
availableQuantity: 22,
|
|
1635
1636
|
mainImage: "https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=800&h=800&fit=crop",
|
|
@@ -1637,13 +1638,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1637
1638
|
"https://images.unsplash.com/photo-1612287230202-1ff1d85d1bdf?w=800&h=800&fit=crop",
|
|
1638
1639
|
"https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=800&h=800&fit=crop",
|
|
1639
1640
|
],
|
|
1640
|
-
status:
|
|
1641
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1641
1642
|
storeName: "Beyblade Arena",
|
|
1642
1643
|
storeId: "store-beyblade-arena",
|
|
1643
1644
|
featured: false,
|
|
1644
1645
|
isPromoted: false,
|
|
1645
1646
|
tags: ["beyblade-burst", "quadstrike", "b-184", "tempest-dragon", "takara-tomy", "attack"],
|
|
1646
|
-
condition:
|
|
1647
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1647
1648
|
specifications: [
|
|
1648
1649
|
{ name: "Generation", value: "Beyblade Burst QuadStrike" },
|
|
1649
1650
|
{ name: "Product Code", value: "B-184" },
|
|
@@ -1675,7 +1676,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1675
1676
|
brand: "Bandai",
|
|
1676
1677
|
brandSlug: "brand-bandai",
|
|
1677
1678
|
price: 649900,
|
|
1678
|
-
currency:
|
|
1679
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1679
1680
|
stockQuantity: 5,
|
|
1680
1681
|
availableQuantity: 5,
|
|
1681
1682
|
mainImage: "https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
@@ -1683,13 +1684,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1683
1684
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
1684
1685
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
1685
1686
|
],
|
|
1686
|
-
status:
|
|
1687
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1687
1688
|
storeName: "LetItRip Official",
|
|
1688
1689
|
storeId: "store-letitrip-official",
|
|
1689
1690
|
featured: false,
|
|
1690
1691
|
isPromoted: false,
|
|
1691
1692
|
tags: ["bandai", "sh-figuarts", "vegeta", "super-saiyan-blue", "dragon-ball-super", "tamashii"],
|
|
1692
|
-
condition:
|
|
1693
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1693
1694
|
specifications: [
|
|
1694
1695
|
{ name: "Character", value: "Vegeta — Super Saiyan Blue" },
|
|
1695
1696
|
{ name: "Series", value: "Dragon Ball Super — Resurrection F" },
|
|
@@ -1721,7 +1722,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1721
1722
|
brand: "NECA",
|
|
1722
1723
|
brandSlug: "brand-neca",
|
|
1723
1724
|
price: 1299900,
|
|
1724
|
-
currency:
|
|
1725
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1725
1726
|
stockQuantity: 3,
|
|
1726
1727
|
availableQuantity: 3,
|
|
1727
1728
|
mainImage: "https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?w=800&h=800&fit=crop",
|
|
@@ -1729,13 +1730,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1729
1730
|
"https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?w=800&h=800&fit=crop",
|
|
1730
1731
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
1731
1732
|
],
|
|
1732
|
-
status:
|
|
1733
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1733
1734
|
storeName: "LetItRip Official",
|
|
1734
1735
|
storeId: "store-letitrip-official",
|
|
1735
1736
|
featured: false,
|
|
1736
1737
|
isPromoted: false,
|
|
1737
1738
|
tags: ["neca", "tmnt", "teenage-mutant-ninja-turtles", "1990", "film", "4-pack", "7-inch"],
|
|
1738
|
-
condition:
|
|
1739
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1739
1740
|
specifications: [
|
|
1740
1741
|
{ name: "Characters", value: "Leo, Donnie, Mikey, Raph (4-figure set)" },
|
|
1741
1742
|
{ name: "Source", value: "1990 Live-Action Film" },
|
|
@@ -1768,7 +1769,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1768
1769
|
brand: "Funko",
|
|
1769
1770
|
brandSlug: "brand-funko",
|
|
1770
1771
|
price: 249900,
|
|
1771
|
-
currency:
|
|
1772
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1772
1773
|
stockQuantity: 6,
|
|
1773
1774
|
availableQuantity: 6,
|
|
1774
1775
|
mainImage: "https://images.unsplash.com/photo-1578292992345-7ee038c5fb7c?w=800&h=800&fit=crop",
|
|
@@ -1776,13 +1777,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1776
1777
|
"https://images.unsplash.com/photo-1578292992345-7ee038c5fb7c?w=800&h=800&fit=crop",
|
|
1777
1778
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
1778
1779
|
],
|
|
1779
|
-
status:
|
|
1780
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1780
1781
|
storeName: "LetItRip Official",
|
|
1781
1782
|
storeId: "store-letitrip-official",
|
|
1782
1783
|
featured: false,
|
|
1783
1784
|
isPromoted: false,
|
|
1784
1785
|
tags: ["funko-pop", "dragon-ball-z", "goku", "super-saiyan-3", "ssj3", "gitd", "chase", "glow"],
|
|
1785
|
-
condition:
|
|
1786
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1786
1787
|
specifications: [
|
|
1787
1788
|
{ name: "Pop Number", value: "#867" },
|
|
1788
1789
|
{ name: "Character", value: "Goku — Super Saiyan 3" },
|
|
@@ -1814,7 +1815,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1814
1815
|
brand: "Bandai",
|
|
1815
1816
|
brandSlug: "brand-bandai",
|
|
1816
1817
|
price: 249900,
|
|
1817
|
-
currency:
|
|
1818
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1818
1819
|
stockQuantity: 7,
|
|
1819
1820
|
availableQuantity: 7,
|
|
1820
1821
|
mainImage: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
@@ -1822,13 +1823,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1822
1823
|
"https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
1823
1824
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
1824
1825
|
],
|
|
1825
|
-
status:
|
|
1826
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1826
1827
|
storeName: "LetItRip Official",
|
|
1827
1828
|
storeId: "store-letitrip-official",
|
|
1828
1829
|
featured: false,
|
|
1829
1830
|
isPromoted: false,
|
|
1830
1831
|
tags: ["gunpla", "real-grade", "strike-freedom", "bandai", "model-kit", "rg", "gold-dragoon"],
|
|
1831
|
-
condition:
|
|
1832
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1832
1833
|
specifications: [
|
|
1833
1834
|
{ name: "Grade", value: "Real Grade (RG)" },
|
|
1834
1835
|
{ name: "Scale", value: "1/144" },
|
|
@@ -1861,7 +1862,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1861
1862
|
brand: "Good Smile Company",
|
|
1862
1863
|
brandSlug: "brand-good-smile",
|
|
1863
1864
|
price: 529900,
|
|
1864
|
-
currency:
|
|
1865
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1865
1866
|
stockQuantity: 8,
|
|
1866
1867
|
availableQuantity: 8,
|
|
1867
1868
|
mainImage: "https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
@@ -1869,13 +1870,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1869
1870
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
1870
1871
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
1871
1872
|
],
|
|
1872
|
-
status:
|
|
1873
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1873
1874
|
storeName: "Tokyo Toys India",
|
|
1874
1875
|
storeId: "store-tokyo-toys-india",
|
|
1875
1876
|
featured: true,
|
|
1876
1877
|
isPromoted: true,
|
|
1877
1878
|
tags: ["nendoroid", "zero-two", "darling-in-the-franxx", "good-smile", "anime-figure", "chibi"],
|
|
1878
|
-
condition:
|
|
1879
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1879
1880
|
specifications: [
|
|
1880
1881
|
{ name: "Nendoroid Number", value: "#942" },
|
|
1881
1882
|
{ name: "Character", value: "Zero Two" },
|
|
@@ -1907,7 +1908,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1907
1908
|
brand: "Good Smile Company",
|
|
1908
1909
|
brandSlug: "brand-good-smile",
|
|
1909
1910
|
price: 489900,
|
|
1910
|
-
currency:
|
|
1911
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1911
1912
|
stockQuantity: 6,
|
|
1912
1913
|
availableQuantity: 6,
|
|
1913
1914
|
mainImage: "https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
@@ -1915,13 +1916,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1915
1916
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
1916
1917
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
1917
1918
|
],
|
|
1918
|
-
status:
|
|
1919
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1919
1920
|
storeName: "Tokyo Toys India",
|
|
1920
1921
|
storeId: "store-tokyo-toys-india",
|
|
1921
1922
|
featured: false,
|
|
1922
1923
|
isPromoted: false,
|
|
1923
1924
|
tags: ["nendoroid", "levi", "attack-on-titan", "good-smile", "survey-corps", "anime-figure"],
|
|
1924
|
-
condition:
|
|
1925
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1925
1926
|
specifications: [
|
|
1926
1927
|
{ name: "Nendoroid Number", value: "#390" },
|
|
1927
1928
|
{ name: "Character", value: "Levi Ackerman" },
|
|
@@ -1953,7 +1954,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1953
1954
|
brand: "Funko",
|
|
1954
1955
|
brandSlug: "brand-funko",
|
|
1955
1956
|
price: 159900,
|
|
1956
|
-
currency:
|
|
1957
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
1957
1958
|
stockQuantity: 20,
|
|
1958
1959
|
availableQuantity: 20,
|
|
1959
1960
|
mainImage: "https://images.unsplash.com/photo-1578292992345-7ee038c5fb7c?w=800&h=800&fit=crop",
|
|
@@ -1961,13 +1962,13 @@ const _rawProductsStandardSeedData = [
|
|
|
1961
1962
|
"https://images.unsplash.com/photo-1578292992345-7ee038c5fb7c?w=800&h=800&fit=crop",
|
|
1962
1963
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
1963
1964
|
],
|
|
1964
|
-
status:
|
|
1965
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
1965
1966
|
storeName: "Tokyo Toys India",
|
|
1966
1967
|
storeId: "store-tokyo-toys-india",
|
|
1967
1968
|
featured: false,
|
|
1968
1969
|
isPromoted: false,
|
|
1969
1970
|
tags: ["funko-pop", "tanjiro", "demon-slayer", "kimetsu-no-yaiba", "anime", "vinyl-figure"],
|
|
1970
|
-
condition:
|
|
1971
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
1971
1972
|
specifications: [
|
|
1972
1973
|
{ name: "Pop Number", value: "#855" },
|
|
1973
1974
|
{ name: "Character", value: "Tanjiro Kamado" },
|
|
@@ -1997,7 +1998,7 @@ const _rawProductsStandardSeedData = [
|
|
|
1997
1998
|
brand: "Bandai",
|
|
1998
1999
|
brandSlug: "brand-bandai",
|
|
1999
2000
|
price: 729900,
|
|
2000
|
-
currency:
|
|
2001
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2001
2002
|
stockQuantity: 5,
|
|
2002
2003
|
availableQuantity: 5,
|
|
2003
2004
|
mainImage: "https://images.unsplash.com/photo-1560762484-813fc97650a0?w=800&h=800&fit=crop",
|
|
@@ -2005,13 +2006,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2005
2006
|
"https://images.unsplash.com/photo-1560762484-813fc97650a0?w=800&h=800&fit=crop",
|
|
2006
2007
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
2007
2008
|
],
|
|
2008
|
-
status:
|
|
2009
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2009
2010
|
storeName: "Tokyo Toys India",
|
|
2010
2011
|
storeId: "store-tokyo-toys-india",
|
|
2011
2012
|
featured: false,
|
|
2012
2013
|
isPromoted: false,
|
|
2013
2014
|
tags: ["bandai", "sh-figuarts", "sailor-moon", "eternal", "magical-girl", "anime-figure"],
|
|
2014
|
-
condition:
|
|
2015
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2015
2016
|
specifications: [
|
|
2016
2017
|
{ name: "Character", value: "Sailor Moon — Eternal Form" },
|
|
2017
2018
|
{ name: "Series", value: "Sailor Moon Eternal (2021)" },
|
|
@@ -2043,7 +2044,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2043
2044
|
brand: "Funko",
|
|
2044
2045
|
brandSlug: "brand-funko",
|
|
2045
2046
|
price: 169900,
|
|
2046
|
-
currency:
|
|
2047
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2047
2048
|
stockQuantity: 18,
|
|
2048
2049
|
availableQuantity: 18,
|
|
2049
2050
|
mainImage: "https://images.unsplash.com/photo-1578292992345-7ee038c5fb7c?w=800&h=800&fit=crop",
|
|
@@ -2051,13 +2052,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2051
2052
|
"https://images.unsplash.com/photo-1578292992345-7ee038c5fb7c?w=800&h=800&fit=crop",
|
|
2052
2053
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
2053
2054
|
],
|
|
2054
|
-
status:
|
|
2055
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2055
2056
|
storeName: "Tokyo Toys India",
|
|
2056
2057
|
storeId: "store-tokyo-toys-india",
|
|
2057
2058
|
featured: false,
|
|
2058
2059
|
isPromoted: false,
|
|
2059
2060
|
tags: ["funko-pop", "deku", "midoriya", "my-hero-academia", "mha", "full-cowl", "anime"],
|
|
2060
|
-
condition:
|
|
2061
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2061
2062
|
specifications: [
|
|
2062
2063
|
{ name: "Pop Number", value: "#1052" },
|
|
2063
2064
|
{ name: "Character", value: "Izuku Midoriya (Deku)" },
|
|
@@ -2087,7 +2088,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2087
2088
|
brand: "Good Smile Company",
|
|
2088
2089
|
brandSlug: "brand-good-smile",
|
|
2089
2090
|
price: 899900,
|
|
2090
|
-
currency:
|
|
2091
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2091
2092
|
stockQuantity: 4,
|
|
2092
2093
|
availableQuantity: 4,
|
|
2093
2094
|
mainImage: "https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
@@ -2095,13 +2096,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2095
2096
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
2096
2097
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
2097
2098
|
],
|
|
2098
|
-
status:
|
|
2099
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2099
2100
|
storeName: "Tokyo Toys India",
|
|
2100
2101
|
storeId: "store-tokyo-toys-india",
|
|
2101
2102
|
featured: false,
|
|
2102
2103
|
isPromoted: false,
|
|
2103
2104
|
tags: ["good-smile", "racing-miku", "hatsune-miku", "scale-figure", "1-7-scale", "vocaloid", "racing"],
|
|
2104
|
-
condition:
|
|
2105
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2105
2106
|
specifications: [
|
|
2106
2107
|
{ name: "Character", value: "Hatsune Miku — Racing 2023 Ver." },
|
|
2107
2108
|
{ name: "Scale", value: "1/7" },
|
|
@@ -2135,7 +2136,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2135
2136
|
brand: "Bandai",
|
|
2136
2137
|
brandSlug: "brand-bandai",
|
|
2137
2138
|
price: 149900,
|
|
2138
|
-
currency:
|
|
2139
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2139
2140
|
stockQuantity: 25,
|
|
2140
2141
|
availableQuantity: 25,
|
|
2141
2142
|
mainImage: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
@@ -2143,13 +2144,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2143
2144
|
"https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
2144
2145
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
2145
2146
|
],
|
|
2146
|
-
status:
|
|
2147
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2147
2148
|
storeName: "Gundam Galaxy",
|
|
2148
2149
|
storeId: "store-gundam-galaxy",
|
|
2149
2150
|
featured: false,
|
|
2150
2151
|
isPromoted: true,
|
|
2151
2152
|
tags: ["gunpla", "high-grade", "hg", "barbatos", "lupus-rex", "ibo", "iron-blooded-orphans", "bandai"],
|
|
2152
|
-
condition:
|
|
2153
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2153
2154
|
specifications: [
|
|
2154
2155
|
{ name: "Grade", value: "High Grade (HG)" },
|
|
2155
2156
|
{ name: "Scale", value: "1/144" },
|
|
@@ -2181,7 +2182,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2181
2182
|
brand: "Bandai",
|
|
2182
2183
|
brandSlug: "brand-bandai",
|
|
2183
2184
|
price: 649900,
|
|
2184
|
-
currency:
|
|
2185
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2185
2186
|
stockQuantity: 5,
|
|
2186
2187
|
availableQuantity: 5,
|
|
2187
2188
|
mainImage: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
@@ -2189,13 +2190,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2189
2190
|
"https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?w=800&h=800&fit=crop",
|
|
2190
2191
|
"https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
2191
2192
|
],
|
|
2192
|
-
status:
|
|
2193
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2193
2194
|
storeName: "Gundam Galaxy",
|
|
2194
2195
|
storeId: "store-gundam-galaxy",
|
|
2195
2196
|
featured: true,
|
|
2196
2197
|
isPromoted: false,
|
|
2197
2198
|
tags: ["gunpla", "master-grade", "mg", "sazabi", "ver-ka", "char-aznable", "bandai", "katoki"],
|
|
2198
|
-
condition:
|
|
2199
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2199
2200
|
specifications: [
|
|
2200
2201
|
{ name: "Grade", value: "Master Grade (MG)" },
|
|
2201
2202
|
{ name: "Scale", value: "1/100" },
|
|
@@ -2228,7 +2229,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2228
2229
|
brand: "Bandai",
|
|
2229
2230
|
brandSlug: "brand-bandai",
|
|
2230
2231
|
price: 299900,
|
|
2231
|
-
currency:
|
|
2232
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2232
2233
|
stockQuantity: 10,
|
|
2233
2234
|
availableQuantity: 10,
|
|
2234
2235
|
mainImage: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
@@ -2236,13 +2237,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2236
2237
|
"https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
2237
2238
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
2238
2239
|
],
|
|
2239
|
-
status:
|
|
2240
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2240
2241
|
storeName: "Gundam Galaxy",
|
|
2241
2242
|
storeId: "store-gundam-galaxy",
|
|
2242
2243
|
featured: false,
|
|
2243
2244
|
isPromoted: false,
|
|
2244
2245
|
tags: ["evangelion", "eva", "unit-01", "real-grade", "rg", "bandai", "neon-genesis", "rebuild"],
|
|
2245
|
-
condition:
|
|
2246
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2246
2247
|
specifications: [
|
|
2247
2248
|
{ name: "Model", value: "Evangelion Unit-01" },
|
|
2248
2249
|
{ name: "Grade", value: "Real Grade (RG)" },
|
|
@@ -2274,7 +2275,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2274
2275
|
brand: "Bandai",
|
|
2275
2276
|
brandSlug: "brand-bandai",
|
|
2276
2277
|
price: 129900,
|
|
2277
|
-
currency:
|
|
2278
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2278
2279
|
stockQuantity: 15,
|
|
2279
2280
|
availableQuantity: 15,
|
|
2280
2281
|
mainImage: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
@@ -2282,13 +2283,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2282
2283
|
"https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=800&h=800&fit=crop",
|
|
2283
2284
|
"https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=800&h=800&fit=crop",
|
|
2284
2285
|
],
|
|
2285
|
-
status:
|
|
2286
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2286
2287
|
storeName: "Gundam Galaxy",
|
|
2287
2288
|
storeId: "store-gundam-galaxy",
|
|
2288
2289
|
featured: false,
|
|
2289
2290
|
isPromoted: false,
|
|
2290
2291
|
tags: ["gunpla", "high-grade", "hg", "tallgeese-iii", "gundam-wing", "endless-waltz", "treize"],
|
|
2291
|
-
condition:
|
|
2292
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2292
2293
|
specifications: [
|
|
2293
2294
|
{ name: "Grade", value: "High Grade (HG)" },
|
|
2294
2295
|
{ name: "Scale", value: "1/144" },
|
|
@@ -2321,7 +2322,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2321
2322
|
brand: "The Pokémon Company",
|
|
2322
2323
|
brandSlug: "brand-pokemon-company",
|
|
2323
2324
|
price: 399900,
|
|
2324
|
-
currency:
|
|
2325
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2325
2326
|
stockQuantity: 1,
|
|
2326
2327
|
availableQuantity: 1,
|
|
2327
2328
|
mainImage: "https://images.unsplash.com/photo-1578301978162-7aae4d755744?w=800&h=800&fit=crop",
|
|
@@ -2329,13 +2330,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2329
2330
|
"https://images.unsplash.com/photo-1578301978162-7aae4d755744?w=800&h=800&fit=crop",
|
|
2330
2331
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2331
2332
|
],
|
|
2332
|
-
status:
|
|
2333
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2333
2334
|
storeName: "Vintage Vault",
|
|
2334
2335
|
storeId: "store-vintage-vault",
|
|
2335
2336
|
featured: true,
|
|
2336
2337
|
isPromoted: false,
|
|
2337
2338
|
tags: ["pokemon", "charizard", "base-set", "holo", "raw", "vintage", "lp", "ungraded"],
|
|
2338
|
-
condition:
|
|
2339
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
2339
2340
|
specifications: [
|
|
2340
2341
|
{ name: "Card", value: "Charizard #4/102 — Base Set Unlimited" },
|
|
2341
2342
|
{ name: "Condition", value: "Lightly Played (LP) raw" },
|
|
@@ -2368,7 +2369,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2368
2369
|
brand: "Hot Wheels",
|
|
2369
2370
|
brandSlug: "brand-hot-wheels",
|
|
2370
2371
|
price: 649900,
|
|
2371
|
-
currency:
|
|
2372
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2372
2373
|
stockQuantity: 1,
|
|
2373
2374
|
availableQuantity: 1,
|
|
2374
2375
|
mainImage: "https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
@@ -2376,13 +2377,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2376
2377
|
"https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?w=800&h=800&fit=crop",
|
|
2377
2378
|
"https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=800&h=800&fit=crop",
|
|
2378
2379
|
],
|
|
2379
|
-
status:
|
|
2380
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2380
2381
|
storeName: "Vintage Vault",
|
|
2381
2382
|
storeId: "store-vintage-vault",
|
|
2382
2383
|
featured: false,
|
|
2383
2384
|
isPromoted: false,
|
|
2384
2385
|
tags: ["hot-wheels", "redline", "1968", "deora", "aqua", "vintage", "rare", "surf-van"],
|
|
2385
|
-
condition:
|
|
2386
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
2386
2387
|
specifications: [
|
|
2387
2388
|
{ name: "Year", value: "1968" },
|
|
2388
2389
|
{ name: "Scale", value: "1:64" },
|
|
@@ -2418,7 +2419,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2418
2419
|
brand: "McFarlane Toys",
|
|
2419
2420
|
brandSlug: "brand-mcfarlane",
|
|
2420
2421
|
price: 499900,
|
|
2421
|
-
currency:
|
|
2422
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2422
2423
|
stockQuantity: 1,
|
|
2423
2424
|
availableQuantity: 1,
|
|
2424
2425
|
mainImage: "https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?w=800&h=800&fit=crop",
|
|
@@ -2426,13 +2427,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2426
2427
|
"https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?w=800&h=800&fit=crop",
|
|
2427
2428
|
"https://images.unsplash.com/photo-1578632767115-351597cf2477?w=800&h=800&fit=crop",
|
|
2428
2429
|
],
|
|
2429
|
-
status:
|
|
2430
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2430
2431
|
storeName: "Vintage Vault",
|
|
2431
2432
|
storeId: "store-vintage-vault",
|
|
2432
2433
|
featured: false,
|
|
2433
2434
|
isPromoted: false,
|
|
2434
2435
|
tags: ["motu", "he-man", "masters-of-the-universe", "1982", "vintage", "mattel", "80s-toys"],
|
|
2435
|
-
condition:
|
|
2436
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
2436
2437
|
specifications: [
|
|
2437
2438
|
{ name: "Character", value: "He-Man" },
|
|
2438
2439
|
{ name: "Line", value: "Masters of the Universe" },
|
|
@@ -2468,7 +2469,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2468
2469
|
brand: "The Pokémon Company",
|
|
2469
2470
|
brandSlug: "brand-pokemon-company",
|
|
2470
2471
|
price: 89900,
|
|
2471
|
-
currency:
|
|
2472
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2472
2473
|
stockQuantity: 1,
|
|
2473
2474
|
availableQuantity: 1,
|
|
2474
2475
|
mainImage: "https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
@@ -2476,13 +2477,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2476
2477
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2477
2478
|
"https://images.unsplash.com/photo-1578301978162-7aae4d755744?w=800&h=800&fit=crop",
|
|
2478
2479
|
],
|
|
2479
|
-
status:
|
|
2480
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2480
2481
|
storeName: "Vintage Vault",
|
|
2481
2482
|
storeId: "store-vintage-vault",
|
|
2482
2483
|
featured: false,
|
|
2483
2484
|
isPromoted: false,
|
|
2484
2485
|
tags: ["pokemon", "jungle-set", "vaporeon", "holo-rare", "wotc", "raw", "vintage", "near-mint"],
|
|
2485
|
-
condition:
|
|
2486
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
2486
2487
|
specifications: [
|
|
2487
2488
|
{ name: "Card", value: "Vaporeon #12/64 — Jungle Set Holo" },
|
|
2488
2489
|
{ name: "Era", value: "WOTC (1999)" },
|
|
@@ -2515,7 +2516,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2515
2516
|
brand: "The Pokémon Company",
|
|
2516
2517
|
brandSlug: "brand-pokemon-company",
|
|
2517
2518
|
price: 479900,
|
|
2518
|
-
currency:
|
|
2519
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2519
2520
|
stockQuantity: 12,
|
|
2520
2521
|
availableQuantity: 12,
|
|
2521
2522
|
mainImage: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
@@ -2523,13 +2524,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2523
2524
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2524
2525
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2525
2526
|
],
|
|
2526
|
-
status:
|
|
2527
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2527
2528
|
storeName: "Pokémon Palace",
|
|
2528
2529
|
storeId: "store-pokemon-palace",
|
|
2529
2530
|
featured: false,
|
|
2530
2531
|
isPromoted: false,
|
|
2531
2532
|
tags: ["pokemon", "etb", "journey-together", "scarlet-violet", "sealed"],
|
|
2532
|
-
condition:
|
|
2533
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2533
2534
|
specifications: [{ name: "Set", value: "Journey Together" }, { name: "Language", value: "English" }],
|
|
2534
2535
|
features: ["9 booster packs", "Official collector's box", "65 card sleeves", "Energy cards included"],
|
|
2535
2536
|
shippingInfo: "Bubble-wrapped and dispatched in 2 business days. Pan-India delivery.",
|
|
@@ -2548,7 +2549,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2548
2549
|
brand: "The Pokémon Company",
|
|
2549
2550
|
brandSlug: "brand-pokemon-company",
|
|
2550
2551
|
price: 1299900,
|
|
2551
|
-
currency:
|
|
2552
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2552
2553
|
stockQuantity: 4,
|
|
2553
2554
|
availableQuantity: 4,
|
|
2554
2555
|
mainImage: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
@@ -2556,13 +2557,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2556
2557
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2557
2558
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2558
2559
|
],
|
|
2559
|
-
status:
|
|
2560
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2560
2561
|
storeName: "Pokémon Palace",
|
|
2561
2562
|
storeId: "store-pokemon-palace",
|
|
2562
2563
|
featured: true,
|
|
2563
2564
|
isPromoted: true,
|
|
2564
2565
|
tags: ["pokemon", "booster-box", "surging-sparks", "scarlet-violet", "sealed", "investment"],
|
|
2565
|
-
condition:
|
|
2566
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2566
2567
|
specifications: [{ name: "Packs per Box", value: "36" }, { name: "Set", value: "Surging Sparks" }],
|
|
2567
2568
|
features: ["36 booster packs per box", "Factory sealed", "English edition", "Investment-grade pull rates"],
|
|
2568
2569
|
shippingInfo: "Shipped in double-wall box with corner protection. 3–5 days.",
|
|
@@ -2582,20 +2583,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2582
2583
|
brand: "The Pokémon Company",
|
|
2583
2584
|
brandSlug: "brand-pokemon-company",
|
|
2584
2585
|
price: 349900,
|
|
2585
|
-
currency:
|
|
2586
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2586
2587
|
stockQuantity: 3,
|
|
2587
2588
|
availableQuantity: 3,
|
|
2588
2589
|
mainImage: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2589
2590
|
images: [
|
|
2590
2591
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2591
2592
|
],
|
|
2592
|
-
status:
|
|
2593
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2593
2594
|
storeName: "Pokémon Palace",
|
|
2594
2595
|
storeId: "store-pokemon-palace",
|
|
2595
2596
|
featured: true,
|
|
2596
2597
|
isPromoted: true,
|
|
2597
2598
|
tags: ["pokemon", "charizard", "special-illustration-rare", "sar", "single-card", "obsidian-flames"],
|
|
2598
|
-
condition:
|
|
2599
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
2599
2600
|
specifications: [{ name: "Card Number", value: "228/197" }, { name: "Rarity", value: "Special Illustration Rare" }, { name: "Condition", value: "NM/M" }],
|
|
2600
2601
|
features: ["Genuine Special Illustration Rare", "NM/M condition", "Stored in toploader", "Authenticity guaranteed"],
|
|
2601
2602
|
shippingInfo: "Shipped in rigid mailer with double toploader protection.",
|
|
@@ -2615,20 +2616,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2615
2616
|
brand: "The Pokémon Company",
|
|
2616
2617
|
brandSlug: "brand-pokemon-company",
|
|
2617
2618
|
price: 199900,
|
|
2618
|
-
currency:
|
|
2619
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2619
2620
|
stockQuantity: 5,
|
|
2620
2621
|
availableQuantity: 5,
|
|
2621
2622
|
mainImage: "https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2622
2623
|
images: [
|
|
2623
2624
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2624
2625
|
],
|
|
2625
|
-
status:
|
|
2626
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2626
2627
|
storeName: "Pokémon Palace",
|
|
2627
2628
|
storeId: "store-pokemon-palace",
|
|
2628
2629
|
featured: false,
|
|
2629
2630
|
isPromoted: false,
|
|
2630
2631
|
tags: ["pokemon", "pikachu", "special-illustration-rare", "shrouded-fable", "single-card"],
|
|
2631
|
-
condition:
|
|
2632
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2632
2633
|
specifications: [{ name: "Rarity", value: "Special Illustration Rare" }, { name: "Condition", value: "Mint" }],
|
|
2633
2634
|
features: ["Pack-fresh Mint condition", "Genuine SIR", "Stored in sleeve immediately after pull"],
|
|
2634
2635
|
shippingInfo: "Penny sleeve + toploader + rigid mailer. 2–4 business days.",
|
|
@@ -2648,7 +2649,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2648
2649
|
brand: "The Pokémon Company",
|
|
2649
2650
|
brandSlug: "brand-pokemon-company",
|
|
2650
2651
|
price: 429900,
|
|
2651
|
-
currency:
|
|
2652
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2652
2653
|
stockQuantity: 8,
|
|
2653
2654
|
availableQuantity: 8,
|
|
2654
2655
|
mainImage: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
@@ -2656,13 +2657,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2656
2657
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2657
2658
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2658
2659
|
],
|
|
2659
|
-
status:
|
|
2660
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2660
2661
|
storeName: "Pokémon Palace",
|
|
2661
2662
|
storeId: "store-pokemon-palace",
|
|
2662
2663
|
featured: false,
|
|
2663
2664
|
isPromoted: false,
|
|
2664
2665
|
tags: ["pokemon", "etb", "paldea-evolved", "scarlet-violet", "sealed"],
|
|
2665
|
-
condition:
|
|
2666
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2666
2667
|
specifications: [{ name: "Set", value: "Paldea Evolved" }, { name: "Language", value: "English" }],
|
|
2667
2668
|
features: ["9 Paldea Evolved booster packs", "Iono sleeve art", "Factory sealed"],
|
|
2668
2669
|
shippingInfo: "Bubble-wrapped and dispatched same day. Pan-India delivery in 3–5 days.",
|
|
@@ -2681,20 +2682,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2681
2682
|
brand: "The Pokémon Company",
|
|
2682
2683
|
brandSlug: "brand-pokemon-company",
|
|
2683
2684
|
price: 449900,
|
|
2684
|
-
currency:
|
|
2685
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2685
2686
|
stockQuantity: 6,
|
|
2686
2687
|
availableQuantity: 6,
|
|
2687
2688
|
mainImage: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2688
2689
|
images: [
|
|
2689
2690
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2690
2691
|
],
|
|
2691
|
-
status:
|
|
2692
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2692
2693
|
storeName: "Pokémon Palace",
|
|
2693
2694
|
storeId: "store-pokemon-palace",
|
|
2694
2695
|
featured: false,
|
|
2695
2696
|
isPromoted: false,
|
|
2696
2697
|
tags: ["pokemon", "etb", "obsidian-flames", "scarlet-violet", "sealed", "charizard"],
|
|
2697
|
-
condition:
|
|
2698
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2698
2699
|
specifications: [{ name: "Set", value: "Obsidian Flames" }],
|
|
2699
2700
|
features: ["9 Obsidian Flames booster packs", "Charizard sleeve art", "Factory sealed"],
|
|
2700
2701
|
shippingInfo: "2-business-day dispatch. Arrives in 3–5 days nationwide.",
|
|
@@ -2713,7 +2714,7 @@ const _rawProductsStandardSeedData = [
|
|
|
2713
2714
|
brand: "The Pokémon Company",
|
|
2714
2715
|
brandSlug: "brand-pokemon-company",
|
|
2715
2716
|
price: 549900,
|
|
2716
|
-
currency:
|
|
2717
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2717
2718
|
stockQuantity: 5,
|
|
2718
2719
|
availableQuantity: 5,
|
|
2719
2720
|
mainImage: "https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
@@ -2721,13 +2722,13 @@ const _rawProductsStandardSeedData = [
|
|
|
2721
2722
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2722
2723
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2723
2724
|
],
|
|
2724
|
-
status:
|
|
2725
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2725
2726
|
storeName: "Pokémon Palace",
|
|
2726
2727
|
storeId: "store-pokemon-palace",
|
|
2727
2728
|
featured: true,
|
|
2728
2729
|
isPromoted: true,
|
|
2729
2730
|
tags: ["pokemon", "etb", "151", "scarlet-violet", "sealed", "nostalgic"],
|
|
2730
|
-
condition:
|
|
2731
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2731
2732
|
specifications: [{ name: "Set", value: "151" }, { name: "Language", value: "English" }],
|
|
2732
2733
|
features: ["9 SV—151 booster packs", "Mew ex sleeve art", "Factory sealed", "Nostalgic original 151 theme"],
|
|
2733
2734
|
shippingInfo: "Dispatched within 1 business day. Express shipping available.",
|
|
@@ -2747,20 +2748,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2747
2748
|
brand: "The Pokémon Company",
|
|
2748
2749
|
brandSlug: "brand-pokemon-company",
|
|
2749
2750
|
price: 279900,
|
|
2750
|
-
currency:
|
|
2751
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2751
2752
|
stockQuantity: 2,
|
|
2752
2753
|
availableQuantity: 2,
|
|
2753
2754
|
mainImage: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2754
2755
|
images: [
|
|
2755
2756
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2756
2757
|
],
|
|
2757
|
-
status:
|
|
2758
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2758
2759
|
storeName: "Pokémon Palace",
|
|
2759
2760
|
storeId: "store-pokemon-palace",
|
|
2760
2761
|
featured: false,
|
|
2761
2762
|
isPromoted: false,
|
|
2762
2763
|
tags: ["pokemon", "mewtwo", "sar", "special-illustration-rare", "151", "single-card"],
|
|
2763
|
-
condition:
|
|
2764
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
2764
2765
|
specifications: [{ name: "Rarity", value: "Special Illustration Rare" }, { name: "Condition", value: "NM" }, { name: "Card Number", value: "205/165" }],
|
|
2765
2766
|
features: ["Genuine 151 SIR", "NM condition", "Toploader protected"],
|
|
2766
2767
|
shippingInfo: "Penny sleeve + toploader + bubble wrap inside rigid mailer.",
|
|
@@ -2781,20 +2782,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2781
2782
|
brand: "Bandai",
|
|
2782
2783
|
brandSlug: "brand-bandai",
|
|
2783
2784
|
price: 499900,
|
|
2784
|
-
currency:
|
|
2785
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2785
2786
|
stockQuantity: 6,
|
|
2786
2787
|
availableQuantity: 6,
|
|
2787
2788
|
mainImage: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2788
2789
|
images: [
|
|
2789
2790
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2790
2791
|
],
|
|
2791
|
-
status:
|
|
2792
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2792
2793
|
storeName: "CardGame Hub",
|
|
2793
2794
|
storeId: "store-cardgame-hub",
|
|
2794
2795
|
featured: false,
|
|
2795
2796
|
isPromoted: false,
|
|
2796
2797
|
tags: ["one-piece", "op-05", "booster-box", "sealed", "bandai"],
|
|
2797
|
-
condition:
|
|
2798
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2798
2799
|
specifications: [{ name: "Set", value: "OP-05 Awakening of the New Era" }, { name: "Packs per Box", value: "24" }, { name: "Language", value: "English" }],
|
|
2799
2800
|
features: ["24 booster packs per box", "Factory sealed", "English edition", "Features Supernovas leaders"],
|
|
2800
2801
|
shippingInfo: "Sealed in bubble wrap and rigid box. Dispatched in 2 business days.",
|
|
@@ -2814,20 +2815,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2814
2815
|
brand: "Konami",
|
|
2815
2816
|
brandSlug: "brand-konami",
|
|
2816
2817
|
price: 249900,
|
|
2817
|
-
currency:
|
|
2818
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2818
2819
|
stockQuantity: 10,
|
|
2819
2820
|
availableQuantity: 10,
|
|
2820
2821
|
mainImage: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2821
2822
|
images: [
|
|
2822
2823
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2823
2824
|
],
|
|
2824
|
-
status:
|
|
2825
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2825
2826
|
storeName: "CardGame Hub",
|
|
2826
2827
|
storeId: "store-cardgame-hub",
|
|
2827
2828
|
featured: false,
|
|
2828
2829
|
isPromoted: false,
|
|
2829
2830
|
tags: ["yugioh", "25th-anniversary", "tin", "sealed", "konami", "collector"],
|
|
2830
|
-
condition:
|
|
2831
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2831
2832
|
specifications: [{ name: "Set", value: "25th Anniversary Tin" }, { name: "Language", value: "English" }],
|
|
2832
2833
|
features: ["1 guaranteed Ultra Rare", "3 Mega-Packs inside", "Premium collector's tin", "25th anniversary design"],
|
|
2833
2834
|
shippingInfo: "Tin shipped in protective outer box. 3–5 business days.",
|
|
@@ -2846,20 +2847,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2846
2847
|
brand: "Bandai",
|
|
2847
2848
|
brandSlug: "brand-bandai",
|
|
2848
2849
|
price: 549900,
|
|
2849
|
-
currency:
|
|
2850
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2850
2851
|
stockQuantity: 4,
|
|
2851
2852
|
availableQuantity: 4,
|
|
2852
2853
|
mainImage: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2853
2854
|
images: [
|
|
2854
2855
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2855
2856
|
],
|
|
2856
|
-
status:
|
|
2857
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2857
2858
|
storeName: "CardGame Hub",
|
|
2858
2859
|
storeId: "store-cardgame-hub",
|
|
2859
2860
|
featured: true,
|
|
2860
2861
|
isPromoted: true,
|
|
2861
2862
|
tags: ["one-piece", "op-06", "booster-box", "sealed", "bandai", "whitebeard"],
|
|
2862
|
-
condition:
|
|
2863
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2863
2864
|
specifications: [{ name: "Set", value: "OP-06 Wings of the Captain" }, { name: "Packs per Box", value: "24" }],
|
|
2864
2865
|
features: ["24 booster packs", "Factory sealed", "Competitive Whitebeard meta leader set"],
|
|
2865
2866
|
shippingInfo: "Rigid outer mailer with bubble wrap. 2–4 business days.",
|
|
@@ -2878,20 +2879,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2878
2879
|
brand: "Hasbro",
|
|
2879
2880
|
brandSlug: "brand-hasbro",
|
|
2880
2881
|
price: 599900,
|
|
2881
|
-
currency:
|
|
2882
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2882
2883
|
stockQuantity: 5,
|
|
2883
2884
|
availableQuantity: 5,
|
|
2884
2885
|
mainImage: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2885
2886
|
images: [
|
|
2886
2887
|
"https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=800&h=800&fit=crop",
|
|
2887
2888
|
],
|
|
2888
|
-
status:
|
|
2889
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2889
2890
|
storeName: "CardGame Hub",
|
|
2890
2891
|
storeId: "store-cardgame-hub",
|
|
2891
2892
|
featured: false,
|
|
2892
2893
|
isPromoted: false,
|
|
2893
2894
|
tags: ["magic-the-gathering", "mtg", "duskmourn", "booster-box", "sealed", "hasbro"],
|
|
2894
|
-
condition:
|
|
2895
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2895
2896
|
specifications: [{ name: "Set", value: "Duskmourn: House of Horror" }, { name: "Packs per Box", value: "36" }],
|
|
2896
2897
|
features: ["36 Play Boosters per box", "Factory sealed", "Horror-themed set", "English edition"],
|
|
2897
2898
|
shippingInfo: "Double-wall box shipment. 3–5 business days.",
|
|
@@ -2911,20 +2912,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2911
2912
|
brand: "Bandai",
|
|
2912
2913
|
brandSlug: "brand-bandai",
|
|
2913
2914
|
price: 599900,
|
|
2914
|
-
currency:
|
|
2915
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2915
2916
|
stockQuantity: 3,
|
|
2916
2917
|
availableQuantity: 3,
|
|
2917
2918
|
mainImage: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2918
2919
|
images: [
|
|
2919
2920
|
"https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=800&h=800&fit=crop",
|
|
2920
2921
|
],
|
|
2921
|
-
status:
|
|
2922
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2922
2923
|
storeName: "CardGame Hub",
|
|
2923
2924
|
storeId: "store-cardgame-hub",
|
|
2924
2925
|
featured: false,
|
|
2925
2926
|
isPromoted: false,
|
|
2926
2927
|
tags: ["one-piece", "op-03", "pillars-of-strength", "booster-box", "sealed", "kaido"],
|
|
2927
|
-
condition:
|
|
2928
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
2928
2929
|
specifications: [{ name: "Set", value: "OP-03 Pillars of Strength" }, { name: "Packs per Box", value: "24" }],
|
|
2929
2930
|
features: ["24 booster packs", "Factory sealed", "Features Kaido & Yamato leaders"],
|
|
2930
2931
|
shippingInfo: "Shipped in protective outer mailer. 3–5 business days.",
|
|
@@ -2944,20 +2945,20 @@ const _rawProductsStandardSeedData = [
|
|
|
2944
2945
|
brand: "Konami",
|
|
2945
2946
|
brandSlug: "brand-konami",
|
|
2946
2947
|
price: 299900,
|
|
2947
|
-
currency:
|
|
2948
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2948
2949
|
stockQuantity: 1,
|
|
2949
2950
|
availableQuantity: 1,
|
|
2950
2951
|
mainImage: "https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2951
2952
|
images: [
|
|
2952
2953
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2953
2954
|
],
|
|
2954
|
-
status:
|
|
2955
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2955
2956
|
storeName: "CardGame Hub",
|
|
2956
2957
|
storeId: "store-cardgame-hub",
|
|
2957
2958
|
featured: true,
|
|
2958
2959
|
isPromoted: true,
|
|
2959
2960
|
tags: ["yugioh", "blue-eyes-white-dragon", "lob", "1st-edition", "vintage", "single-card", "nm"],
|
|
2960
|
-
condition:
|
|
2961
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
2961
2962
|
specifications: [{ name: "Set", value: "Legend of Blue Eyes (LOB)" }, { name: "Edition", value: "1st Edition" }, { name: "Condition", value: "Near Mint" }],
|
|
2962
2963
|
features: ["1st Edition print", "Near Mint condition", "WOTC-era equivalent for YGO", "PSA grading candidate"],
|
|
2963
2964
|
shippingInfo: "Rigid mailer with double toploader. Insured shipping available.",
|
|
@@ -2977,14 +2978,14 @@ const _rawProductsStandardSeedData = [
|
|
|
2977
2978
|
brand: "Konami",
|
|
2978
2979
|
brandSlug: "brand-konami",
|
|
2979
2980
|
price: 899900,
|
|
2980
|
-
currency:
|
|
2981
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
2981
2982
|
stockQuantity: 1,
|
|
2982
2983
|
availableQuantity: 1,
|
|
2983
2984
|
mainImage: "https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2984
2985
|
images: [
|
|
2985
2986
|
"https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=800&h=800&fit=crop",
|
|
2986
2987
|
],
|
|
2987
|
-
status:
|
|
2988
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
2988
2989
|
storeName: "CardGame Hub",
|
|
2989
2990
|
storeId: "store-cardgame-hub",
|
|
2990
2991
|
featured: true,
|
|
@@ -3011,20 +3012,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3011
3012
|
brand: "Hot Wheels",
|
|
3012
3013
|
brandSlug: "brand-hot-wheels",
|
|
3013
3014
|
price: 199900,
|
|
3014
|
-
currency:
|
|
3015
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3015
3016
|
stockQuantity: 8,
|
|
3016
3017
|
availableQuantity: 8,
|
|
3017
3018
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3018
3019
|
images: [
|
|
3019
3020
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3020
3021
|
],
|
|
3021
|
-
status:
|
|
3022
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3022
3023
|
storeName: "Diecast Depot",
|
|
3023
3024
|
storeId: "store-diecast-depot",
|
|
3024
3025
|
featured: false,
|
|
3025
3026
|
isPromoted: false,
|
|
3026
3027
|
tags: ["hot-wheels", "car-culture", "german", "real-riders", "premium", "set"],
|
|
3027
|
-
condition:
|
|
3028
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3028
3029
|
specifications: [{ name: "Scale", value: "1:64" }, { name: "Cars in Set", value: "5" }, { name: "Tires", value: "Real Riders Rubber" }],
|
|
3029
3030
|
features: ["5 premium German cars", "Real Riders rubber tyres", "Detailed die-cast construction", "Collector's card insert"],
|
|
3030
3031
|
shippingInfo: "Sealed set shipped in padded box. 3–5 business days.",
|
|
@@ -3043,20 +3044,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3043
3044
|
brand: "Hot Wheels",
|
|
3044
3045
|
brandSlug: "brand-hot-wheels",
|
|
3045
3046
|
price: 349900,
|
|
3046
|
-
currency:
|
|
3047
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3047
3048
|
stockQuantity: 2,
|
|
3048
3049
|
availableQuantity: 2,
|
|
3049
3050
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3050
3051
|
images: [
|
|
3051
3052
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3052
3053
|
],
|
|
3053
|
-
status:
|
|
3054
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3054
3055
|
storeName: "Diecast Depot",
|
|
3055
3056
|
storeId: "store-diecast-depot",
|
|
3056
3057
|
featured: true,
|
|
3057
3058
|
isPromoted: true,
|
|
3058
3059
|
tags: ["hot-wheels", "rlc", "porsche", "918-spyder", "spectraflame", "limited", "real-riders"],
|
|
3059
|
-
condition:
|
|
3060
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3060
3061
|
specifications: [{ name: "Scale", value: "1:64" }, { name: "Series", value: "RLC Exclusive" }, { name: "Finish", value: "Spectraflame White" }],
|
|
3061
3062
|
features: ["RLC Exclusive limited production", "Spectraflame paint finish", "Real Riders rubber tyres", "Numbered certificate"],
|
|
3062
3063
|
shippingInfo: "Shipped in protective hard case. Tracked and insured. 3–5 days.",
|
|
@@ -3076,20 +3077,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3076
3077
|
brand: "Tomica",
|
|
3077
3078
|
brandSlug: "brand-tomica",
|
|
3078
3079
|
price: 59900,
|
|
3079
|
-
currency:
|
|
3080
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3080
3081
|
stockQuantity: 20,
|
|
3081
3082
|
availableQuantity: 20,
|
|
3082
3083
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3083
3084
|
images: [
|
|
3084
3085
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3085
3086
|
],
|
|
3086
|
-
status:
|
|
3087
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3087
3088
|
storeName: "Diecast Depot",
|
|
3088
3089
|
storeId: "store-diecast-depot",
|
|
3089
3090
|
featured: false,
|
|
3090
3091
|
isPromoted: false,
|
|
3091
3092
|
tags: ["tomica", "land-cruiser", "toyota", "1:64", "made-in-japan", "diecast"],
|
|
3092
|
-
condition:
|
|
3093
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3093
3094
|
specifications: [{ name: "Scale", value: "1:64" }, { name: "Tomica Number", value: "No. 107" }, { name: "Origin", value: "Made in Japan" }],
|
|
3094
3095
|
features: ["Made in Japan", "Opening doors", "Faithful LC300 replica", "Original Tomica box"],
|
|
3095
3096
|
shippingInfo: "Bubble-wrapped and dispatched in 1 business day.",
|
|
@@ -3108,20 +3109,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3108
3109
|
brand: "Tomica",
|
|
3109
3110
|
brandSlug: "brand-tomica",
|
|
3110
3111
|
price: 64900,
|
|
3111
|
-
currency:
|
|
3112
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3112
3113
|
stockQuantity: 15,
|
|
3113
3114
|
availableQuantity: 15,
|
|
3114
3115
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3115
3116
|
images: [
|
|
3116
3117
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3117
3118
|
],
|
|
3118
|
-
status:
|
|
3119
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3119
3120
|
storeName: "Diecast Depot",
|
|
3120
3121
|
storeId: "store-diecast-depot",
|
|
3121
3122
|
featured: false,
|
|
3122
3123
|
isPromoted: false,
|
|
3123
3124
|
tags: ["tomica", "civic", "type-r", "fl5", "honda", "1:64", "diecast"],
|
|
3124
|
-
condition:
|
|
3125
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3125
3126
|
specifications: [{ name: "Scale", value: "1:64" }, { name: "Tomica Number", value: "No. 29" }, { name: "Color", value: "Championship White" }],
|
|
3126
3127
|
features: ["Accurate FL5 body design", "Opening doors", "Championship White livery", "Original box"],
|
|
3127
3128
|
shippingInfo: "1-day dispatch. Pan-India delivery in 3–5 days.",
|
|
@@ -3140,20 +3141,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3140
3141
|
brand: "Hot Wheels",
|
|
3141
3142
|
brandSlug: "brand-hot-wheels",
|
|
3142
3143
|
price: 169900,
|
|
3143
|
-
currency:
|
|
3144
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3144
3145
|
stockQuantity: 12,
|
|
3145
3146
|
availableQuantity: 12,
|
|
3146
3147
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3147
3148
|
images: [
|
|
3148
3149
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3149
3150
|
],
|
|
3150
|
-
status:
|
|
3151
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3151
3152
|
storeName: "Diecast Depot",
|
|
3152
3153
|
storeId: "store-diecast-depot",
|
|
3153
3154
|
featured: false,
|
|
3154
3155
|
isPromoted: false,
|
|
3155
3156
|
tags: ["hot-wheels", "ultra-hots", "5-pack", "retro", "real-riders", "gift"],
|
|
3156
|
-
condition:
|
|
3157
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3157
3158
|
specifications: [{ name: "Scale", value: "1:64" }, { name: "Cars in Pack", value: "5" }],
|
|
3158
3159
|
features: ["5 retro Ultra Hots cars", "Real Riders tyres", "Premium gift pack box", "Collector's display"],
|
|
3159
3160
|
shippingInfo: "Gift pack shipped in protective outer mailer. 3–5 days.",
|
|
@@ -3172,20 +3173,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3172
3173
|
brand: "Matchbox",
|
|
3173
3174
|
brandSlug: "brand-matchbox",
|
|
3174
3175
|
price: 149900,
|
|
3175
|
-
currency:
|
|
3176
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3176
3177
|
stockQuantity: 10,
|
|
3177
3178
|
availableQuantity: 10,
|
|
3178
3179
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3179
3180
|
images: [
|
|
3180
3181
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3181
3182
|
],
|
|
3182
|
-
status:
|
|
3183
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3183
3184
|
storeName: "Diecast Depot",
|
|
3184
3185
|
storeId: "store-diecast-depot",
|
|
3185
3186
|
featured: false,
|
|
3186
3187
|
isPromoted: false,
|
|
3187
3188
|
tags: ["matchbox", "moving-parts", "5-car", "diecast", "2024"],
|
|
3188
|
-
condition:
|
|
3189
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3189
3190
|
specifications: [{ name: "Scale", value: "1:64" }, { name: "Cars in Set", value: "5" }, { name: "Feature", value: "Opening parts" }],
|
|
3190
3191
|
features: ["Working hoods, doors, and trunks", "Recycled materials", "2024 edition assortment", "Kid and collector friendly"],
|
|
3191
3192
|
shippingInfo: "Shipped in padded outer box. 3–5 business days.",
|
|
@@ -3204,20 +3205,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3204
3205
|
brand: "Corgi",
|
|
3205
3206
|
brandSlug: "brand-corgi",
|
|
3206
3207
|
price: 299900,
|
|
3207
|
-
currency:
|
|
3208
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3208
3209
|
stockQuantity: 5,
|
|
3209
3210
|
availableQuantity: 5,
|
|
3210
3211
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3211
3212
|
images: [
|
|
3212
3213
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3213
3214
|
],
|
|
3214
|
-
status:
|
|
3215
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3215
3216
|
storeName: "Diecast Depot",
|
|
3216
3217
|
storeId: "store-diecast-depot",
|
|
3217
3218
|
featured: true,
|
|
3218
3219
|
isPromoted: true,
|
|
3219
3220
|
tags: ["corgi", "aston-martin", "db5", "james-bond", "007", "1:36", "diecast", "collector"],
|
|
3220
|
-
condition:
|
|
3221
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3221
3222
|
specifications: [{ name: "Scale", value: "1:36" }, { name: "Brand", value: "Corgi" }, { name: "Feature", value: "Working ejector seat, revolving plates" }],
|
|
3222
3223
|
features: ["Working ejector seat mechanism", "Revolving number plates", "Retractable machine guns", "Presentation box included"],
|
|
3223
3224
|
shippingInfo: "Padded presentation box shipped in outer protective box. 3–5 days.",
|
|
@@ -3238,20 +3239,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3238
3239
|
brand: "Takara Tomy",
|
|
3239
3240
|
brandSlug: "brand-takara-tomy",
|
|
3240
3241
|
price: 159900,
|
|
3241
|
-
currency:
|
|
3242
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3242
3243
|
stockQuantity: 10,
|
|
3243
3244
|
availableQuantity: 10,
|
|
3244
3245
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3245
3246
|
images: [
|
|
3246
3247
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3247
3248
|
],
|
|
3248
|
-
status:
|
|
3249
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3249
3250
|
storeName: "Beyblade Arena",
|
|
3250
3251
|
storeId: "store-beyblade-arena",
|
|
3251
3252
|
featured: false,
|
|
3252
3253
|
isPromoted: false,
|
|
3253
3254
|
tags: ["beyblade-x", "bx-01", "dran-sword", "starter-pack", "takara-tomy", "beyblade"],
|
|
3254
|
-
condition:
|
|
3255
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3255
3256
|
specifications: [{ name: "Format", value: "Beyblade X" }, { name: "Type", value: "Attack" }, { name: "Includes", value: "Beyblade + BX Launcher + Ripcord" }],
|
|
3256
3257
|
features: ["Xtreme Dash mechanic", "Starter kit with launcher", "BX-01 — first X format release", "Official Takara Tomy"],
|
|
3257
3258
|
shippingInfo: "Ships in 2 business days. Pan-India 3–5 days delivery.",
|
|
@@ -3270,20 +3271,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3270
3271
|
brand: "Takara Tomy",
|
|
3271
3272
|
brandSlug: "brand-takara-tomy",
|
|
3272
3273
|
price: 139900,
|
|
3273
|
-
currency:
|
|
3274
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3274
3275
|
stockQuantity: 8,
|
|
3275
3276
|
availableQuantity: 8,
|
|
3276
3277
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3277
3278
|
images: [
|
|
3278
3279
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3279
3280
|
],
|
|
3280
|
-
status:
|
|
3281
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3281
3282
|
storeName: "Beyblade Arena",
|
|
3282
3283
|
storeId: "store-beyblade-arena",
|
|
3283
3284
|
featured: false,
|
|
3284
3285
|
isPromoted: false,
|
|
3285
3286
|
tags: ["beyblade-x", "bx-07", "hells-chain", "stamina", "takara-tomy"],
|
|
3286
|
-
condition:
|
|
3287
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3287
3288
|
specifications: [{ name: "Format", value: "Beyblade X" }, { name: "Type", value: "Stamina" }, { name: "Driver", value: "HT (High Taper)" }],
|
|
3288
3289
|
features: ["HT driver for maximum spin time", "Stamina specialist", "Competitive X format", "Booster set — Beyblade only"],
|
|
3289
3290
|
shippingInfo: "Dispatched in 2 business days.",
|
|
@@ -3302,20 +3303,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3302
3303
|
brand: "Takara Tomy",
|
|
3303
3304
|
brandSlug: "brand-takara-tomy",
|
|
3304
3305
|
price: 149900,
|
|
3305
|
-
currency:
|
|
3306
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3306
3307
|
stockQuantity: 7,
|
|
3307
3308
|
availableQuantity: 7,
|
|
3308
3309
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3309
3310
|
images: [
|
|
3310
3311
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3311
3312
|
],
|
|
3312
|
-
status:
|
|
3313
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3313
3314
|
storeName: "Beyblade Arena",
|
|
3314
3315
|
storeId: "store-beyblade-arena",
|
|
3315
3316
|
featured: false,
|
|
3316
3317
|
isPromoted: false,
|
|
3317
3318
|
tags: ["beyblade-x", "bx-09", "rd-dragon", "balance", "takara-tomy"],
|
|
3318
|
-
condition:
|
|
3319
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3319
3320
|
specifications: [{ name: "Format", value: "Beyblade X" }, { name: "Type", value: "Balance" }, { name: "Driver", value: "B (Ball)" }],
|
|
3320
3321
|
features: ["Dragon motif design", "Versatile balance type", "4-blade attack layer", "Ball driver for stability"],
|
|
3321
3322
|
shippingInfo: "2-business-day dispatch. 3–5 days delivery nationwide.",
|
|
@@ -3334,20 +3335,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3334
3335
|
brand: "Takara Tomy",
|
|
3335
3336
|
brandSlug: "brand-takara-tomy",
|
|
3336
3337
|
price: 159900,
|
|
3337
|
-
currency:
|
|
3338
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3338
3339
|
stockQuantity: 6,
|
|
3339
3340
|
availableQuantity: 6,
|
|
3340
3341
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3341
3342
|
images: [
|
|
3342
3343
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3343
3344
|
],
|
|
3344
|
-
status:
|
|
3345
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3345
3346
|
storeName: "Beyblade Arena",
|
|
3346
3347
|
storeId: "store-beyblade-arena",
|
|
3347
3348
|
featured: false,
|
|
3348
3349
|
isPromoted: false,
|
|
3349
3350
|
tags: ["beyblade-x", "bx-12", "phoenix-wing", "defence", "takara-tomy"],
|
|
3350
|
-
condition:
|
|
3351
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3351
3352
|
specifications: [{ name: "Format", value: "Beyblade X" }, { name: "Type", value: "Defence" }, { name: "Driver", value: "GF (Gear Flat)" }],
|
|
3352
3353
|
features: ["9-point defence blade design", "GF driver for Xtreme Dash", "Defence specialist", "Phoenix motif"],
|
|
3353
3354
|
shippingInfo: "Ships in 2 business days.",
|
|
@@ -3366,20 +3367,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3366
3367
|
brand: "Takara Tomy",
|
|
3367
3368
|
brandSlug: "brand-takara-tomy",
|
|
3368
3369
|
price: 89900,
|
|
3369
|
-
currency:
|
|
3370
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3370
3371
|
stockQuantity: 15,
|
|
3371
3372
|
availableQuantity: 15,
|
|
3372
3373
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3373
3374
|
images: [
|
|
3374
3375
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3375
3376
|
],
|
|
3376
|
-
status:
|
|
3377
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3377
3378
|
storeName: "Beyblade Arena",
|
|
3378
3379
|
storeId: "store-beyblade-arena",
|
|
3379
3380
|
featured: false,
|
|
3380
3381
|
isPromoted: false,
|
|
3381
3382
|
tags: ["beyblade-x", "bx-16", "launcher", "sword-launcher", "takara-tomy", "accessory"],
|
|
3382
|
-
condition:
|
|
3383
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3383
3384
|
specifications: [{ name: "Compatibility", value: "All Beyblade X beyblades" }, { name: "Type", value: "String Launcher" }],
|
|
3384
3385
|
features: ["Sword grip design", "Compatible with all BX beyblades", "Precision angle control", "Official Takara Tomy accessory"],
|
|
3385
3386
|
shippingInfo: "Ships in 1 business day.",
|
|
@@ -3399,20 +3400,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3399
3400
|
brand: "Max Factory",
|
|
3400
3401
|
brandSlug: "brand-max-factory",
|
|
3401
3402
|
price: 699900,
|
|
3402
|
-
currency:
|
|
3403
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3403
3404
|
stockQuantity: 4,
|
|
3404
3405
|
availableQuantity: 4,
|
|
3405
3406
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3406
3407
|
images: [
|
|
3407
3408
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3408
3409
|
],
|
|
3409
|
-
status:
|
|
3410
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3410
3411
|
storeName: "LetItRip Official",
|
|
3411
3412
|
storeId: "store-letitrip-official",
|
|
3412
3413
|
featured: true,
|
|
3413
3414
|
isPromoted: true,
|
|
3414
3415
|
tags: ["figma", "zelda", "tears-of-the-kingdom", "link", "max-factory", "articulated"],
|
|
3415
|
-
condition:
|
|
3416
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3416
3417
|
specifications: [{ name: "Scale", value: "Non-scale" }, { name: "Material", value: "PVC/ABS" }, { name: "Manufacturer", value: "Max Factory" }],
|
|
3417
3418
|
features: ["30+ articulation points", "Ultrahand accessories", "Multiple expression faceplates", "Master Sword + Hylian Shield"],
|
|
3418
3419
|
shippingInfo: "Shipped in original box with protective outer sleeve. 3–5 days.",
|
|
@@ -3432,20 +3433,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3432
3433
|
brand: "Funko",
|
|
3433
3434
|
brandSlug: "brand-funko",
|
|
3434
3435
|
price: 149900,
|
|
3435
|
-
currency:
|
|
3436
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3436
3437
|
stockQuantity: 20,
|
|
3437
3438
|
availableQuantity: 20,
|
|
3438
3439
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3439
3440
|
images: [
|
|
3440
3441
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3441
3442
|
],
|
|
3442
|
-
status:
|
|
3443
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3443
3444
|
storeName: "LetItRip Official",
|
|
3444
3445
|
storeId: "store-letitrip-official",
|
|
3445
3446
|
featured: false,
|
|
3446
3447
|
isPromoted: false,
|
|
3447
3448
|
tags: ["funko-pop", "jujutsu-kaisen", "gojo", "anime", "vinyl", "figure"],
|
|
3448
|
-
condition:
|
|
3449
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3449
3450
|
specifications: [{ name: "Pop Number", value: "#1373" }, { name: "Height", value: "~3.75 inches" }, { name: "Series", value: "Jujutsu Kaisen" }],
|
|
3450
3451
|
features: ["Official Funko licensed", "Gojo with blindfold", "Window-display box", "3.75-inch vinyl figure"],
|
|
3451
3452
|
shippingInfo: "Ships in 1 business day. Box protector included.",
|
|
@@ -3464,20 +3465,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3464
3465
|
brand: "Good Smile Company",
|
|
3465
3466
|
brandSlug: "brand-good-smile",
|
|
3466
3467
|
price: 499900,
|
|
3467
|
-
currency:
|
|
3468
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3468
3469
|
stockQuantity: 6,
|
|
3469
3470
|
availableQuantity: 6,
|
|
3470
3471
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3471
3472
|
images: [
|
|
3472
3473
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3473
3474
|
],
|
|
3474
|
-
status:
|
|
3475
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3475
3476
|
storeName: "LetItRip Official",
|
|
3476
3477
|
storeId: "store-letitrip-official",
|
|
3477
3478
|
featured: false,
|
|
3478
3479
|
isPromoted: false,
|
|
3479
3480
|
tags: ["nendoroid", "hatsune-miku", "v4x", "good-smile-company", "vocaloid", "chibi"],
|
|
3480
|
-
condition:
|
|
3481
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3481
3482
|
specifications: [{ name: "Height", value: "~100mm" }, { name: "Material", value: "PVC/ABS" }, { name: "Manufacturer", value: "Good Smile Company" }],
|
|
3482
3483
|
features: ["V4X twin-tail design", "Multiple expression faceplates", "Leek + microphone stand included", "Posing display base"],
|
|
3483
3484
|
shippingInfo: "Original GSC box shipped in outer protective packaging. 3–5 days.",
|
|
@@ -3497,20 +3498,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3497
3498
|
brand: "Bandai",
|
|
3498
3499
|
brandSlug: "brand-bandai",
|
|
3499
3500
|
price: 649900,
|
|
3500
|
-
currency:
|
|
3501
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3501
3502
|
stockQuantity: 3,
|
|
3502
3503
|
availableQuantity: 3,
|
|
3503
3504
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3504
3505
|
images: [
|
|
3505
3506
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3506
3507
|
],
|
|
3507
|
-
status:
|
|
3508
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3508
3509
|
storeName: "LetItRip Official",
|
|
3509
3510
|
storeId: "store-letitrip-official",
|
|
3510
3511
|
featured: false,
|
|
3511
3512
|
isPromoted: false,
|
|
3512
3513
|
tags: ["shfiguarts", "dragon-ball", "goku", "ultra-instinct", "bandai", "articulated"],
|
|
3513
|
-
condition:
|
|
3514
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3514
3515
|
specifications: [{ name: "Height", value: "~140mm" }, { name: "Series", value: "Dragon Ball Super" }, { name: "Release", value: "2nd Release" }],
|
|
3515
3516
|
features: ["Silver aura effect parts", "Multiple hand sets", "Display stand", "Improved 2nd release articulation"],
|
|
3516
3517
|
shippingInfo: "Ships in original Bandai box with outer protection. 3–5 days.",
|
|
@@ -3530,20 +3531,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3530
3531
|
brand: "Funko",
|
|
3531
3532
|
brandSlug: "brand-funko",
|
|
3532
3533
|
price: 249900,
|
|
3533
|
-
currency:
|
|
3534
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3534
3535
|
stockQuantity: 8,
|
|
3535
3536
|
availableQuantity: 8,
|
|
3536
3537
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3537
3538
|
images: [
|
|
3538
3539
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3539
3540
|
],
|
|
3540
|
-
status:
|
|
3541
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3541
3542
|
storeName: "LetItRip Official",
|
|
3542
3543
|
storeId: "store-letitrip-official",
|
|
3543
3544
|
featured: false,
|
|
3544
3545
|
isPromoted: false,
|
|
3545
3546
|
tags: ["funko-pop", "demon-slayer", "tanjiro", "nezuko", "deluxe", "diorama", "anime"],
|
|
3546
|
-
condition:
|
|
3547
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3547
3548
|
specifications: [{ name: "Type", value: "Deluxe Diorama" }, { name: "Series", value: "Demon Slayer" }],
|
|
3548
3549
|
features: ["Deluxe diorama format", "Tanjiro + Nezuko together", "Detailed scenic base", "Official Funko license"],
|
|
3549
3550
|
shippingInfo: "Deluxe box ships in oversized outer packaging. 3–5 days.",
|
|
@@ -3562,20 +3563,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3562
3563
|
brand: "Medicom Toy",
|
|
3563
3564
|
brandSlug: "brand-medicom-toy",
|
|
3564
3565
|
price: 849900,
|
|
3565
|
-
currency:
|
|
3566
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3566
3567
|
stockQuantity: 2,
|
|
3567
3568
|
availableQuantity: 2,
|
|
3568
3569
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3569
3570
|
images: [
|
|
3570
3571
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3571
3572
|
],
|
|
3572
|
-
status:
|
|
3573
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3573
3574
|
storeName: "LetItRip Official",
|
|
3574
3575
|
storeId: "store-letitrip-official",
|
|
3575
3576
|
featured: true,
|
|
3576
3577
|
isPromoted: true,
|
|
3577
3578
|
tags: ["mafex", "miles-morales", "spider-man", "spider-verse", "medicom-toy", "articulated"],
|
|
3578
|
-
condition:
|
|
3579
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3579
3580
|
specifications: [{ name: "MAFEX No.", value: "240" }, { name: "Height", value: "~155mm" }, { name: "Manufacturer", value: "Medicom Toy" }],
|
|
3580
3581
|
features: ["Fabric suit elements", "Web effect parts", "Multiple faceplates", "155mm highly articulated figure"],
|
|
3581
3582
|
shippingInfo: "Original Medicom box in outer protective packaging. Tracked shipment. 3–5 days.",
|
|
@@ -3596,20 +3597,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3596
3597
|
brand: "Max Factory",
|
|
3597
3598
|
brandSlug: "brand-max-factory",
|
|
3598
3599
|
price: 679900,
|
|
3599
|
-
currency:
|
|
3600
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3600
3601
|
stockQuantity: 3,
|
|
3601
3602
|
availableQuantity: 3,
|
|
3602
3603
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3603
3604
|
images: [
|
|
3604
3605
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3605
3606
|
],
|
|
3606
|
-
status:
|
|
3607
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3607
3608
|
storeName: "Tokyo Toys India",
|
|
3608
3609
|
storeId: "store-tokyo-toys-india",
|
|
3609
3610
|
featured: false,
|
|
3610
3611
|
isPromoted: false,
|
|
3611
3612
|
tags: ["figma", "makima", "chainsaw-man", "max-factory", "anime", "articulated"],
|
|
3612
|
-
condition:
|
|
3613
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3613
3614
|
specifications: [{ name: "Scale", value: "Non-scale" }, { name: "Material", value: "PVC/ABS" }, { name: "Manufacturer", value: "Max Factory" }],
|
|
3614
3615
|
features: ["30+ articulation points", "Multiple expression faceplates", "Chainsaw Man official license", "Display stand included"],
|
|
3615
3616
|
shippingInfo: "Original figma box shipped with outer protection. 3–5 days.",
|
|
@@ -3629,20 +3630,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3629
3630
|
brand: "Good Smile Company",
|
|
3630
3631
|
brandSlug: "brand-good-smile",
|
|
3631
3632
|
price: 479900,
|
|
3632
|
-
currency:
|
|
3633
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3633
3634
|
stockQuantity: 4,
|
|
3634
3635
|
availableQuantity: 4,
|
|
3635
3636
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3636
3637
|
images: [
|
|
3637
3638
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3638
3639
|
],
|
|
3639
|
-
status:
|
|
3640
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3640
3641
|
storeName: "Tokyo Toys India",
|
|
3641
3642
|
storeId: "store-tokyo-toys-india",
|
|
3642
3643
|
featured: false,
|
|
3643
3644
|
isPromoted: false,
|
|
3644
3645
|
tags: ["nendoroid", "zero-two", "darling-in-the-franxx", "good-smile-company", "anime", "chibi"],
|
|
3645
|
-
condition:
|
|
3646
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3646
3647
|
specifications: [{ name: "Nendoroid No.", value: "#952" }, { name: "Height", value: "~100mm" }],
|
|
3647
3648
|
features: ["Three expression faceplates", "FRANXX interface accessory", "Display base included", "Official GSC product"],
|
|
3648
3649
|
shippingInfo: "Original GSC packaging shipped in outer protective box. 3–5 days.",
|
|
@@ -3662,20 +3663,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3662
3663
|
brand: "Good Smile Company",
|
|
3663
3664
|
brandSlug: "brand-good-smile",
|
|
3664
3665
|
price: 899900,
|
|
3665
|
-
currency:
|
|
3666
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3666
3667
|
stockQuantity: 2,
|
|
3667
3668
|
availableQuantity: 2,
|
|
3668
3669
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3669
3670
|
images: [
|
|
3670
3671
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3671
3672
|
],
|
|
3672
|
-
status:
|
|
3673
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3673
3674
|
storeName: "Tokyo Toys India",
|
|
3674
3675
|
storeId: "store-tokyo-toys-india",
|
|
3675
3676
|
featured: true,
|
|
3676
3677
|
isPromoted: true,
|
|
3677
3678
|
tags: ["good-smile-company", "aqua", "konosuba", "1-7-scale", "scale-figure", "anime"],
|
|
3678
|
-
condition:
|
|
3679
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3679
3680
|
specifications: [{ name: "Scale", value: "1/7" }, { name: "Height", value: "~230mm" }, { name: "Material", value: "PVC/ABS" }],
|
|
3680
3681
|
features: ["1/7 scale high-detail sculpt", "Water effect display base", "Official KonoSuba license", "~230mm tall"],
|
|
3681
3682
|
shippingInfo: "Carefully packaged in double-box. Tracked and insured shipping. 3–5 days.",
|
|
@@ -3695,20 +3696,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3695
3696
|
brand: "Max Factory",
|
|
3696
3697
|
brandSlug: "brand-max-factory",
|
|
3697
3698
|
price: 699900,
|
|
3698
|
-
currency:
|
|
3699
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3699
3700
|
stockQuantity: 3,
|
|
3700
3701
|
availableQuantity: 3,
|
|
3701
3702
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3702
3703
|
images: [
|
|
3703
3704
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3704
3705
|
],
|
|
3705
|
-
status:
|
|
3706
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3706
3707
|
storeName: "Tokyo Toys India",
|
|
3707
3708
|
storeId: "store-tokyo-toys-india",
|
|
3708
3709
|
featured: false,
|
|
3709
3710
|
isPromoted: false,
|
|
3710
3711
|
tags: ["figma", "levi", "attack-on-titan", "aot", "max-factory", "anime", "articulated"],
|
|
3711
|
-
condition:
|
|
3712
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3712
3713
|
specifications: [{ name: "Scale", value: "Non-scale" }, { name: "Material", value: "PVC/ABS" }],
|
|
3713
3714
|
features: ["ODM gear effect parts", "Multiple blades", "Wire effect parts", "Survey Corps uniform"],
|
|
3714
3715
|
shippingInfo: "Original figma box with outer protection. 3–5 days.",
|
|
@@ -3727,20 +3728,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3727
3728
|
brand: "Good Smile Company",
|
|
3728
3729
|
brandSlug: "brand-good-smile",
|
|
3729
3730
|
price: 459900,
|
|
3730
|
-
currency:
|
|
3731
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3731
3732
|
stockQuantity: 5,
|
|
3732
3733
|
availableQuantity: 5,
|
|
3733
3734
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3734
3735
|
images: [
|
|
3735
3736
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3736
3737
|
],
|
|
3737
|
-
status:
|
|
3738
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3738
3739
|
storeName: "Tokyo Toys India",
|
|
3739
3740
|
storeId: "store-tokyo-toys-india",
|
|
3740
3741
|
featured: false,
|
|
3741
3742
|
isPromoted: false,
|
|
3742
3743
|
tags: ["nendoroid", "killua", "hunter-x-hunter", "hxh", "good-smile-company", "anime"],
|
|
3743
|
-
condition:
|
|
3744
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3744
3745
|
specifications: [{ name: "Nendoroid No.", value: "#1179" }, { name: "Height", value: "~100mm" }],
|
|
3745
3746
|
features: ["Skateboard accessory", "Godspeed yo-yo effect parts", "Three expression faceplates", "Display stand"],
|
|
3746
3747
|
shippingInfo: "Original GSC packaging with outer protective box. 3–5 days.",
|
|
@@ -3759,20 +3760,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3759
3760
|
brand: "Alter",
|
|
3760
3761
|
brandSlug: "brand-alter",
|
|
3761
3762
|
price: 1299900,
|
|
3762
|
-
currency:
|
|
3763
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3763
3764
|
stockQuantity: 1,
|
|
3764
3765
|
availableQuantity: 1,
|
|
3765
3766
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3766
3767
|
images: [
|
|
3767
3768
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3768
3769
|
],
|
|
3769
|
-
status:
|
|
3770
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3770
3771
|
storeName: "Tokyo Toys India",
|
|
3771
3772
|
storeId: "store-tokyo-toys-india",
|
|
3772
3773
|
featured: true,
|
|
3773
3774
|
isPromoted: true,
|
|
3774
3775
|
tags: ["alter", "rem", "re-zero", "wedding-ver", "1-7-scale", "scale-figure", "anime"],
|
|
3775
|
-
condition:
|
|
3776
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3776
3777
|
specifications: [{ name: "Scale", value: "1/7" }, { name: "Height", value: "~230mm" }, { name: "Manufacturer", value: "ALTER" }],
|
|
3777
3778
|
features: ["Intricate lace dress detail", "Floral bouquet accessory", "ALTER premium finish", "~230mm display figure"],
|
|
3778
3779
|
shippingInfo: "Double-boxed with foam protection. Tracked and insured. 4–6 days.",
|
|
@@ -3792,20 +3793,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3792
3793
|
brand: "Funko",
|
|
3793
3794
|
brandSlug: "brand-funko",
|
|
3794
3795
|
price: 159900,
|
|
3795
|
-
currency:
|
|
3796
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3796
3797
|
stockQuantity: 15,
|
|
3797
3798
|
availableQuantity: 15,
|
|
3798
3799
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3799
3800
|
images: [
|
|
3800
3801
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3801
3802
|
],
|
|
3802
|
-
status:
|
|
3803
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3803
3804
|
storeName: "Tokyo Toys India",
|
|
3804
3805
|
storeId: "store-tokyo-toys-india",
|
|
3805
3806
|
featured: false,
|
|
3806
3807
|
isPromoted: false,
|
|
3807
3808
|
tags: ["funko-pop", "one-piece", "luffy", "gear-5", "anime", "vinyl", "figure"],
|
|
3808
|
-
condition:
|
|
3809
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3809
3810
|
specifications: [{ name: "Pop Number", value: "#1618" }, { name: "Series", value: "One Piece" }],
|
|
3810
3811
|
features: ["Gear 5 awakened form", "White hair design", "Official One Piece license", "3.75-inch vinyl"],
|
|
3811
3812
|
shippingInfo: "Ships in 1 business day with box protector.",
|
|
@@ -3825,20 +3826,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3825
3826
|
brand: "Bandai",
|
|
3826
3827
|
brandSlug: "brand-bandai",
|
|
3827
3828
|
price: 249900,
|
|
3828
|
-
currency:
|
|
3829
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3829
3830
|
stockQuantity: 8,
|
|
3830
3831
|
availableQuantity: 8,
|
|
3831
3832
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3832
3833
|
images: [
|
|
3833
3834
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3834
3835
|
],
|
|
3835
|
-
status:
|
|
3836
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3836
3837
|
storeName: "Gundam Galaxy",
|
|
3837
3838
|
storeId: "store-gundam-galaxy",
|
|
3838
3839
|
featured: false,
|
|
3839
3840
|
isPromoted: false,
|
|
3840
3841
|
tags: ["gunpla", "hg", "1-144", "aerial-rebuild", "witch-from-mercury", "bandai"],
|
|
3841
|
-
condition:
|
|
3842
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3842
3843
|
specifications: [{ name: "Grade", value: "HG (High Grade)" }, { name: "Scale", value: "1/144" }, { name: "Series", value: "The Witch from Mercury" }],
|
|
3843
3844
|
features: ["Snap-fit, no glue required", "Permet particle effect parts", "1/144 scale articulated kit", "Official Bandai Spirits"],
|
|
3844
3845
|
shippingInfo: "Ships in 2 business days in original Bandai box.",
|
|
@@ -3857,20 +3858,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3857
3858
|
brand: "Bandai",
|
|
3858
3859
|
brandSlug: "brand-bandai",
|
|
3859
3860
|
price: 749900,
|
|
3860
|
-
currency:
|
|
3861
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3861
3862
|
stockQuantity: 3,
|
|
3862
3863
|
availableQuantity: 3,
|
|
3863
3864
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3864
3865
|
images: [
|
|
3865
3866
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3866
3867
|
],
|
|
3867
|
-
status:
|
|
3868
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3868
3869
|
storeName: "Gundam Galaxy",
|
|
3869
3870
|
storeId: "store-gundam-galaxy",
|
|
3870
3871
|
featured: true,
|
|
3871
3872
|
isPromoted: true,
|
|
3872
3873
|
tags: ["gunpla", "mg", "1-100", "nu-gundam", "ver-ka", "master-grade", "bandai", "katoki"],
|
|
3873
|
-
condition:
|
|
3874
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3874
3875
|
specifications: [{ name: "Grade", value: "MG (Master Grade)" }, { name: "Scale", value: "1/100" }, { name: "Designer", value: "Hajime Katoki" }],
|
|
3875
3876
|
features: ["Full psychoframe design", "Detailed inner cockpit", "Fin funnels included", "LED-compatible inner frame"],
|
|
3876
3877
|
shippingInfo: "Carefully packaged in double-wall box. 3–5 business days.",
|
|
@@ -3890,20 +3891,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3890
3891
|
brand: "Bandai",
|
|
3891
3892
|
brandSlug: "brand-bandai",
|
|
3892
3893
|
price: 449900,
|
|
3893
|
-
currency:
|
|
3894
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3894
3895
|
stockQuantity: 4,
|
|
3895
3896
|
availableQuantity: 4,
|
|
3896
3897
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3897
3898
|
images: [
|
|
3898
3899
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3899
3900
|
],
|
|
3900
|
-
status:
|
|
3901
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3901
3902
|
storeName: "Gundam Galaxy",
|
|
3902
3903
|
storeId: "store-gundam-galaxy",
|
|
3903
3904
|
featured: false,
|
|
3904
3905
|
isPromoted: false,
|
|
3905
3906
|
tags: ["bandai", "rg", "1-144", "evangelion", "eva-unit-01", "rebuild", "neon-genesis"],
|
|
3906
|
-
condition:
|
|
3907
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3907
3908
|
specifications: [{ name: "Grade", value: "RG (Real Grade)" }, { name: "Scale", value: "1/144" }, { name: "Series", value: "Rebuild of Evangelion" }],
|
|
3908
3909
|
features: ["RG inner skeleton system", "Restraint harness included", "Lance of Longinus effect part", "Progressive knife accessory"],
|
|
3909
3910
|
shippingInfo: "Original box shipped in protective outer packaging. 3–5 days.",
|
|
@@ -3923,20 +3924,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3923
3924
|
brand: "Bandai",
|
|
3924
3925
|
brandSlug: "brand-bandai",
|
|
3925
3926
|
price: 2499900,
|
|
3926
|
-
currency:
|
|
3927
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3927
3928
|
stockQuantity: 1,
|
|
3928
3929
|
availableQuantity: 1,
|
|
3929
3930
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3930
3931
|
images: [
|
|
3931
3932
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3932
3933
|
],
|
|
3933
|
-
status:
|
|
3934
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3934
3935
|
storeName: "Gundam Galaxy",
|
|
3935
3936
|
storeId: "store-gundam-galaxy",
|
|
3936
3937
|
featured: true,
|
|
3937
3938
|
isPromoted: true,
|
|
3938
3939
|
tags: ["gunpla", "pg", "1-60", "rx-78-2", "perfect-grade", "unleashed", "bandai", "flagship"],
|
|
3939
|
-
condition:
|
|
3940
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3940
3941
|
specifications: [{ name: "Grade", value: "PG Unleashed (Perfect Grade)" }, { name: "Scale", value: "1/60" }, { name: "Parts Count", value: "500+" }],
|
|
3941
3942
|
features: ["Internal LED system", "500+ parts", "Fully articulated Core Fighter", "1/60 scale flagship kit"],
|
|
3942
3943
|
shippingInfo: "Extra large box shipped on dedicated pallet. 4–6 business days. Insured.",
|
|
@@ -3956,20 +3957,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3956
3957
|
brand: "Bandai",
|
|
3957
3958
|
brandSlug: "brand-bandai",
|
|
3958
3959
|
price: 279900,
|
|
3959
|
-
currency:
|
|
3960
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3960
3961
|
stockQuantity: 6,
|
|
3961
3962
|
availableQuantity: 6,
|
|
3962
3963
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3963
3964
|
images: [
|
|
3964
3965
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3965
3966
|
],
|
|
3966
|
-
status:
|
|
3967
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3967
3968
|
storeName: "Gundam Galaxy",
|
|
3968
3969
|
storeId: "store-gundam-galaxy",
|
|
3969
3970
|
featured: false,
|
|
3970
3971
|
isPromoted: false,
|
|
3971
3972
|
tags: ["gunpla", "hg", "1-144", "calibarn", "witch-from-mercury", "bandai"],
|
|
3972
|
-
condition:
|
|
3973
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
3973
3974
|
specifications: [{ name: "Grade", value: "HG (High Grade)" }, { name: "Scale", value: "1/144" }, { name: "Series", value: "The Witch from Mercury" }],
|
|
3974
3975
|
features: ["GUND-bit effect parts", "Articulated HG joints", "Snap-fit no glue", "Weapon accessories"],
|
|
3975
3976
|
shippingInfo: "Original Bandai box. 2–4 business days.",
|
|
@@ -3988,20 +3989,20 @@ const _rawProductsStandardSeedData = [
|
|
|
3988
3989
|
brand: "Bandai",
|
|
3989
3990
|
brandSlug: "brand-bandai",
|
|
3990
3991
|
price: 699900,
|
|
3991
|
-
currency:
|
|
3992
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
3992
3993
|
stockQuantity: 3,
|
|
3993
3994
|
availableQuantity: 3,
|
|
3994
3995
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3995
3996
|
images: [
|
|
3996
3997
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
3997
3998
|
],
|
|
3998
|
-
status:
|
|
3999
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
3999
4000
|
storeName: "Gundam Galaxy",
|
|
4000
4001
|
storeId: "store-gundam-galaxy",
|
|
4001
4002
|
featured: false,
|
|
4002
4003
|
isPromoted: false,
|
|
4003
4004
|
tags: ["gunpla", "mg", "1-100", "strike-freedom", "gundam-seed", "master-grade", "bandai"],
|
|
4004
|
-
condition:
|
|
4005
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
4005
4006
|
specifications: [{ name: "Grade", value: "MG (Master Grade)" }, { name: "Scale", value: "1/100" }, { name: "Series", value: "Gundam SEED Destiny" }],
|
|
4006
4007
|
features: ["Gold wings of light (metal-coat)", "14 dragoon beam guns", "Full Burst Mode posed", "Dual beam rifles"],
|
|
4007
4008
|
shippingInfo: "Carefully packed in double-wall outer box. 3–5 days.",
|
|
@@ -4022,20 +4023,20 @@ const _rawProductsStandardSeedData = [
|
|
|
4022
4023
|
brand: "Hot Wheels",
|
|
4023
4024
|
brandSlug: "brand-hot-wheels",
|
|
4024
4025
|
price: 699900,
|
|
4025
|
-
currency:
|
|
4026
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
4026
4027
|
stockQuantity: 1,
|
|
4027
4028
|
availableQuantity: 1,
|
|
4028
4029
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
4029
4030
|
images: [
|
|
4030
4031
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
4031
4032
|
],
|
|
4032
|
-
status:
|
|
4033
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
4033
4034
|
storeName: "Vintage Vault",
|
|
4034
4035
|
storeId: "store-vintage-vault",
|
|
4035
4036
|
featured: true,
|
|
4036
4037
|
isPromoted: true,
|
|
4037
4038
|
tags: ["hot-wheels", "twin-mill", "1970", "redline", "vintage", "rare", "diecast"],
|
|
4038
|
-
condition:
|
|
4039
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
4039
4040
|
specifications: [{ name: "Year", value: "1970" }, { name: "Color", value: "Brown" }, { name: "Tyres", value: "Redline" }, { name: "Condition", value: "Near Mint" }],
|
|
4040
4041
|
features: ["1970 first-year Twin Mill", "Correct Redline tyres", "Strong brown colour", "Near Mint condition — minimal wear"],
|
|
4041
4042
|
shippingInfo: "Shipped in individual bubble-wrap inside padded rigid mailer. Tracked and insured.",
|
|
@@ -4055,20 +4056,20 @@ const _rawProductsStandardSeedData = [
|
|
|
4055
4056
|
brand: "Hasbro",
|
|
4056
4057
|
brandSlug: "brand-hasbro",
|
|
4057
4058
|
price: 1499900,
|
|
4058
|
-
currency:
|
|
4059
|
+
currency: SCHEMA_DEFAULTS.CURRENCY,
|
|
4059
4060
|
stockQuantity: 1,
|
|
4060
4061
|
availableQuantity: 1,
|
|
4061
4062
|
mainImage: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
4062
4063
|
images: [
|
|
4063
4064
|
"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=800&fit=crop",
|
|
4064
4065
|
],
|
|
4065
|
-
status:
|
|
4066
|
+
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
4066
4067
|
storeName: "Vintage Vault",
|
|
4067
4068
|
storeId: "store-vintage-vault",
|
|
4068
4069
|
featured: true,
|
|
4069
4070
|
isPromoted: true,
|
|
4070
4071
|
tags: ["gi-joe", "hawk", "1983", "moc", "vintage", "hasbro", "real-american-hero", "rare"],
|
|
4071
|
-
condition:
|
|
4072
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
4072
4073
|
specifications: [{ name: "Year", value: "1983" }, { name: "Version", value: "v1" }, { name: "Carded", value: "MOC (Mint On Card)" }, { name: "Card Cut", value: "Straight-cut" }],
|
|
4073
4074
|
features: ["Mint On Card — bubble intact", "Zero bubble yellowing", "Straight-cut card", "1983 first-year Hawk Commander"],
|
|
4074
4075
|
shippingInfo: "Carded figure shipped in rigid acrylic case inside padded mailer. Insured.",
|