docs: generate OAS manually for 2.7.0 (#12158)
* original changes * changes * fixes for delete operations * generate oas
This commit is contained in:
@@ -25,7 +25,7 @@ tags:
|
||||
place an order.
|
||||
externalDocs:
|
||||
description: How to implement cart functionality in a storefront.
|
||||
url: https://docs.medusajs.com/v2/resources/storefront-development/cart
|
||||
url: https://docs.medusajs.com/resources/storefront-development/cart
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreCart.yaml
|
||||
- name: Collections
|
||||
@@ -38,7 +38,7 @@ tags:
|
||||
externalDocs:
|
||||
description: How to list product collections in a storefront.
|
||||
url: >-
|
||||
https://docs.medusajs.com/v2/resources/storefront-development/products/collections/list
|
||||
https://docs.medusajs.com/resources/storefront-development/products/collections/list
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreCollection.yaml
|
||||
- name: Currencies
|
||||
@@ -55,7 +55,7 @@ tags:
|
||||
externalDocs:
|
||||
description: How to retrieve product variant prices in a storefront.
|
||||
url: >-
|
||||
https://docs.medusajs.com/v2/resources/storefront-development/products/price
|
||||
https://docs.medusajs.com/resources/storefront-development/products/price
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreCurrency.yaml
|
||||
- name: Customers
|
||||
@@ -70,7 +70,7 @@ tags:
|
||||
These API routes allow customers to create and manage their accounts.
|
||||
externalDocs:
|
||||
description: How to implement customer account functionalities in a storefront.
|
||||
url: https://docs.medusajs.com/v2/resources/storefront-development/customers
|
||||
url: https://docs.medusajs.com/resources/storefront-development/customers
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreCustomer.yaml
|
||||
- name: Orders
|
||||
@@ -90,7 +90,7 @@ tags:
|
||||
externalDocs:
|
||||
description: How to implement payment during checkout.
|
||||
url: >-
|
||||
https://docs.medusajs.com/v2/resources/storefront-development/checkout/payment
|
||||
https://docs.medusajs.com/resources/storefront-development/checkout/payment
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StorePaymentCollection.yaml
|
||||
- name: Payment Providers
|
||||
@@ -108,7 +108,7 @@ tags:
|
||||
externalDocs:
|
||||
description: How to implement payment during checkout.
|
||||
url: >-
|
||||
https://docs.medusajs.com/v2/resources/storefront-development/checkout/payment
|
||||
https://docs.medusajs.com/resources/storefront-development/checkout/payment
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StorePaymentProvider.yaml
|
||||
- name: Product Categories
|
||||
@@ -119,7 +119,7 @@ tags:
|
||||
externalDocs:
|
||||
description: How to list product categories in a storefront.
|
||||
url: >-
|
||||
https://docs.medusajs.com/v2/resources/storefront-development/products/categories/list
|
||||
https://docs.medusajs.com/resources/storefront-development/products/categories/list
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreProductCategory.yaml
|
||||
- name: Product Tags
|
||||
@@ -140,7 +140,7 @@ tags:
|
||||
These API routes allow customers to browse products.
|
||||
externalDocs:
|
||||
description: How to list products, get their prices, and more in a storefront.
|
||||
url: https://docs.medusajs.com/v2/resources/storefront-development/products
|
||||
url: https://docs.medusajs.com/resources/storefront-development/products
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreProduct.yaml
|
||||
- name: Regions
|
||||
@@ -156,7 +156,7 @@ tags:
|
||||
Use these API routes to retrieve available regions in the store.
|
||||
externalDocs:
|
||||
description: How to retrieve and store selected region in a storefront.
|
||||
url: https://docs.medusajs.com/v2/resources/storefront-development/regions
|
||||
url: https://docs.medusajs.com/resources/storefront-development/regions
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreRegion.yaml
|
||||
- name: Return
|
||||
@@ -191,7 +191,7 @@ tags:
|
||||
externalDocs:
|
||||
description: How to implement shipping during checkout.
|
||||
url: >-
|
||||
https://docs.medusajs.com/v2/resources/storefront-development/checkout/shipping
|
||||
https://docs.medusajs.com/resources/storefront-development/checkout/shipping
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreShippingOption.yaml
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user