chore(docs): Updated API Reference (automated) (#12461)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
Shahed Nasser
parent
5c36bafc1d
commit
c6c660c4d3
@@ -253,7 +253,8 @@ tags:
|
||||
$ref: "#/components/schemas/AdminPayment"
|
||||
- name: Plugins
|
||||
description: >
|
||||
A plugin is a package of reusable Medusa customizations that you can install in any Medusa application.
|
||||
A plugin is a package of reusable Medusa customizations that you can
|
||||
install in any Medusa application.
|
||||
|
||||
Plugins can be used to add new functionality, such as wishlists, or integrate third-party services, such as payment providers.
|
||||
|
||||
@@ -516,6 +517,17 @@ tags:
|
||||
url: https://docs.medusajs.com/resources/commerce-modules/store
|
||||
x-associatedSchema:
|
||||
$ref: "#/components/schemas/AdminStore"
|
||||
- name: Tax Providers
|
||||
description: >
|
||||
A tax provider is a third-party integration or custom logic used to
|
||||
calculate taxes for a cart or an order.
|
||||
|
||||
These API routes allow admin users to manage tax providers installed in their Medusa application.
|
||||
externalDocs:
|
||||
description: Learn more about the Tax Module Providers
|
||||
url: https://docs.medusajs.com/resources/commerce-modules/tax/tax-provider
|
||||
x-associatedSchema:
|
||||
$ref: "#/components/schemas/AdminTaxProvider"
|
||||
- name: Tax Rates
|
||||
description: >
|
||||
A tax rate is a percentage amount used to calculate the tax amount of each
|
||||
|
||||
@@ -142,7 +142,7 @@ tags:
|
||||
url: https://docs.medusajs.com/resources/storefront-development/regions
|
||||
x-associatedSchema:
|
||||
$ref: "#/components/schemas/StoreRegion"
|
||||
- name: Return
|
||||
- name: Returns
|
||||
description: >
|
||||
Customers can request to return items in their order. The admin user then
|
||||
receives and handles the return.
|
||||
@@ -353,4 +353,4 @@ components:
|
||||
type: http
|
||||
x-displayName: Reset Password Token
|
||||
scheme: bearer
|
||||
x-is-auth: false
|
||||
x-is-auth: false
|
||||
|
||||
Reference in New Issue
Block a user