chore(docs): Updated API Reference (automated) (#10531)

* chore(docs): Generated API Reference (automated)

* fixes

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2024-12-10 17:57:32 +01:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 16192d9b30
commit a5ed061d6c
24 changed files with 1235 additions and 65 deletions
@@ -14,6 +14,8 @@
* - type
* - provider
* - amount
* - prices
* - calculated_price
* properties:
* id:
* type: string
@@ -91,6 +93,13 @@
* description: The shipping option's data, useful for the provider handling fulfillment.
* externalDocs:
* url: https://docs.medusajs.com/v2/resources/commerce-modules/fulfillment/shipping-option#data-property
* prices:
* type: array
* description: The shipping option's prices.
* items:
* $ref: "#/components/schemas/StorePrice"
* calculated_price:
* $ref: "#/components/schemas/StoreCalculatedPrice"
*
*/