docs: add missing shipping_profile_id in create product snippets (#11443)
* initial * add link
This commit is contained in:
@@ -176,6 +176,7 @@ export const createMultiPartProductsWorkflow = createWorkflow(
|
||||
values: ["Default Variant"],
|
||||
},
|
||||
],
|
||||
shipping_profile_id: "sp_123",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -229,6 +230,7 @@ export const createBundledProducts = createWorkflow(
|
||||
products: [
|
||||
{
|
||||
title: "Shirt",
|
||||
shipping_profile_id: "sp_123",
|
||||
variants: [
|
||||
{
|
||||
title: "Shirt",
|
||||
@@ -253,6 +255,7 @@ export const createBundledProducts = createWorkflow(
|
||||
},
|
||||
{
|
||||
title: "Pants",
|
||||
shipping_profile_id: "sp_123",
|
||||
variants: [
|
||||
{
|
||||
title: "Pants",
|
||||
@@ -277,6 +280,7 @@ export const createBundledProducts = createWorkflow(
|
||||
},
|
||||
{
|
||||
title: "Shoes",
|
||||
shipping_profile_id: "sp_123",
|
||||
variants: [
|
||||
{
|
||||
title: "Shoes",
|
||||
@@ -381,6 +385,7 @@ export const createBundledProducts = createWorkflow(
|
||||
products: [
|
||||
{
|
||||
title: "Bundled Clothes",
|
||||
shipping_profile_id: "sp_123",
|
||||
variants: [
|
||||
{
|
||||
title: "Bundle",
|
||||
|
||||
Reference in New Issue
Block a user