fix: Fix product module creation example (#10228)
This commit is contained in:
@@ -82,16 +82,15 @@ const products = await productService.createProducts([
|
||||
options: [
|
||||
{
|
||||
title: "Color",
|
||||
values: ["Black", "White"],
|
||||
},
|
||||
],
|
||||
variants: [
|
||||
{
|
||||
title: "Black Shirt",
|
||||
options: [
|
||||
{
|
||||
value: "Black",
|
||||
},
|
||||
],
|
||||
options: {
|
||||
Color: "Black",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user