diff --git a/www/apps/resources/references/core_flows/Fulfillment/Steps_Fulfillment/functions/core_flows.Fulfillment.Steps_Fulfillment.createShippingOptionsPriceSetsStep/page.mdx b/www/apps/resources/references/core_flows/Fulfillment/Steps_Fulfillment/functions/core_flows.Fulfillment.Steps_Fulfillment.createShippingOptionsPriceSetsStep/page.mdx
index 4d4df7e712..c1d7b5e89e 100644
--- a/www/apps/resources/references/core_flows/Fulfillment/Steps_Fulfillment/functions/core_flows.Fulfillment.Steps_Fulfillment.createShippingOptionsPriceSetsStep/page.mdx
+++ b/www/apps/resources/references/core_flows/Fulfillment/Steps_Fulfillment/functions/core_flows.Fulfillment.Steps_Fulfillment.createShippingOptionsPriceSetsStep/page.mdx
@@ -19,7 +19,7 @@ This step creates price sets for one or more shipping options.
Learn more about adding rules to the shipping option's prices in the Pricing Module's
[Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
-:::note
+:::
```ts title="src/workflows/my-workflow.ts"
import { createWorkflow } from "@medusajs/framework/workflows-sdk"
@@ -29,10 +29,10 @@ const myWorkflow = createWorkflow(
"my-workflow",
() => {
const data = createShippingOptionsPriceSetsStep({
- "id": "id_6Y3b5AJbKpi",
+ "id": "id_e63ob1V2XAJeBaK6APqK",
"prices": [{
- "currency_code": "sle",
- "amount": 3
+ "currency_code": "stn",
+ "amount": 18
}]
})
}
diff --git a/www/apps/resources/references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.createShippingOptionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.createShippingOptionsWorkflow/page.mdx
index 1a20989f86..d179202afc 100644
--- a/www/apps/resources/references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.createShippingOptionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.createShippingOptionsWorkflow/page.mdx
@@ -21,7 +21,7 @@ This workflow creates one or more shipping options. It's used by the
You can use this workflow within your own customizations or custom workflows, allowing you to
create shipping options within your custom flows.
-
+
## Examples
@@ -32,7 +32,7 @@ To calculate a shipping option with flat rate prices:
Learn more about adding rules to the shipping option's prices in the Pricing Module's
[Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
-:::note
+:::
@@ -338,7 +338,7 @@ const myWorkflow = createWorkflow(
## Steps
-
+
## Input
diff --git a/www/apps/resources/references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.updateShippingOptionsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.updateShippingOptionsWorkflow/page.mdx
index 3c8a6dbe52..c678ea8235 100644
--- a/www/apps/resources/references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.updateShippingOptionsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Fulfillment/Workflows_Fulfillment/functions/core_flows.Fulfillment.Workflows_Fulfillment.updateShippingOptionsWorkflow/page.mdx
@@ -27,9 +27,9 @@ update shipping options within your custom flows.
Learn more about adding rules to the shipping option's prices in the Pricing Module's
[Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
-:::note
+:::
-
+
## Examples
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx
index 4f01f8ea3a..7ac097af12 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductVariantsWorkflow/page.mdx
@@ -30,9 +30,9 @@ You can also use this workflow within your customizations or your own custom wor
Learn more about adding rules to the product variant's prices in the Pricing Module's
[Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
-:::note
+:::
-
+
## Examples
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx
index 59d0b6eccd..c21311400e 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.createProductsWorkflow/page.mdx
@@ -30,9 +30,9 @@ You can also use this workflow within your customizations or your own custom wor
Learn more about adding rules to the product variant's prices in the Pricing Module's
[Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
-:::note
+:::
-
+
## Examples
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx
index cf9b734e72..c3610baa11 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductVariantsWorkflow/page.mdx
@@ -27,9 +27,9 @@ You can also use this workflow within your customizations or your own custom wor
Learn more about adding rules to the product variant's prices in the Pricing Module's
[Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
-:::note
+:::
-
+
## Examples
diff --git a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx
index c905ef99aa..7a68502417 100644
--- a/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx
+++ b/www/apps/resources/references/core_flows/Product/Workflows_Product/functions/core_flows.Product.Workflows_Product.updateProductsWorkflow/page.mdx
@@ -29,9 +29,9 @@ You can also use this workflow within your customizations or your own custom wor
Learn more about adding rules to the product variant's prices in the Pricing Module's
[Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
-:::note
+:::
-
+
## Examples