docs: add missing shipping_profile_id in create product snippets (#11443)
* initial * add link
This commit is contained in:
@@ -124,6 +124,7 @@ const productsData = new Array(productsNum).fill(0).map((_, index) => {
|
||||
Size: sizeOptions[Math.floor(Math.random() * 3)],
|
||||
},
|
||||
})),
|
||||
shipping_profile_id: "sp_123",
|
||||
sales_channels: [
|
||||
{
|
||||
id: defaultSalesChannel[0].id,
|
||||
|
||||
Reference in New Issue
Block a user