docs: updates to link to other modules docs (#12225)

This commit is contained in:
Shahed Nasser
2025-04-18 09:28:39 +03:00
committed by GitHub
parent 6a9417a1bb
commit c8ec59e323
19 changed files with 16588 additions and 16588 deletions
@@ -38,7 +38,7 @@ The Pricing Module has the following links to other modules:
[PriceSet](/references/pricing/models/PriceSet)
</Table.Cell>
<Table.Cell>
Stored
Stored - one-to-one
</Table.Cell>
<Table.Cell>
[Learn more](#fulfillment-module)
@@ -52,7 +52,7 @@ The Pricing Module has the following links to other modules:
[PriceSet](/references/pricing/models/PriceSet)
</Table.Cell>
<Table.Cell>
Stored
Stored - one-to-one
</Table.Cell>
<Table.Cell>
[Learn more](#product-module)
@@ -86,7 +86,7 @@ const { data: priceSets } = await query.graph({
],
})
// priceSets.shipping_option
// priceSets[0].shipping_option
```
</CodeTab>
@@ -104,7 +104,7 @@ const { data: priceSets } = useQueryGraphStep({
],
})
// priceSets.shipping_option
// priceSets[0].shipping_option
```
</CodeTab>
@@ -183,7 +183,7 @@ const { data: priceSets } = await query.graph({
],
})
// priceSets.variant
// priceSets[0].variant
```
</CodeTab>
@@ -201,7 +201,7 @@ const { data: priceSets } = useQueryGraphStep({
],
})
// priceSets.variant
// priceSets[0].variant
```
</CodeTab>