|
@@ -338,6 +338,7 @@ export default async function seedDemoData({ container }: ExecArgs) {
|
|
handle: "t-shirt",
|
|
handle: "t-shirt",
|
|
weight: 400,
|
|
weight: 400,
|
|
status: ProductStatus.PUBLISHED,
|
|
status: ProductStatus.PUBLISHED,
|
|
|
|
+ shipping_profile_id: shippingProfile.id,
|
|
images: [
|
|
images: [
|
|
{
|
|
{
|
|
url: "https://medusa-public-images.s3.eu-west-1.amazonaws.com/tee-black-front.png",
|
|
url: "https://medusa-public-images.s3.eu-west-1.amazonaws.com/tee-black-front.png",
|
|
@@ -524,6 +525,7 @@ export default async function seedDemoData({ container }: ExecArgs) {
|
|
handle: "sweatshirt",
|
|
handle: "sweatshirt",
|
|
weight: 400,
|
|
weight: 400,
|
|
status: ProductStatus.PUBLISHED,
|
|
status: ProductStatus.PUBLISHED,
|
|
|
|
+ shipping_profile_id: shippingProfile.id,
|
|
images: [
|
|
images: [
|
|
{
|
|
{
|
|
url: "https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatshirt-vintage-front.png",
|
|
url: "https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatshirt-vintage-front.png",
|
|
@@ -624,6 +626,7 @@ export default async function seedDemoData({ container }: ExecArgs) {
|
|
handle: "sweatpants",
|
|
handle: "sweatpants",
|
|
weight: 400,
|
|
weight: 400,
|
|
status: ProductStatus.PUBLISHED,
|
|
status: ProductStatus.PUBLISHED,
|
|
|
|
+ shipping_profile_id: shippingProfile.id,
|
|
images: [
|
|
images: [
|
|
{
|
|
{
|
|
url: "https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png",
|
|
url: "https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png",
|
|
@@ -724,6 +727,7 @@ export default async function seedDemoData({ container }: ExecArgs) {
|
|
handle: "shorts",
|
|
handle: "shorts",
|
|
weight: 400,
|
|
weight: 400,
|
|
status: ProductStatus.PUBLISHED,
|
|
status: ProductStatus.PUBLISHED,
|
|
|
|
+ shipping_profile_id: shippingProfile.id,
|
|
images: [
|
|
images: [
|
|
{
|
|
{
|
|
url: "https://medusa-public-images.s3.eu-west-1.amazonaws.com/shorts-vintage-front.png",
|
|
url: "https://medusa-public-images.s3.eu-west-1.amazonaws.com/shorts-vintage-front.png",
|