docs: generate API reference for 2.12.0 (#14185)
This commit is contained in:
@@ -183,10 +183,10 @@ tags:
|
||||
$ref: "#/components/schemas/AdminGiftCard"
|
||||
- name: Index
|
||||
description: >
|
||||
The Index Module is a tool to perform high-performance queries across modules, for example, to filter linked modules.
|
||||
The Index Module is a tool to perform high-performance queries across
|
||||
modules, for example, to filter linked modules.
|
||||
|
||||
The Index Module is currently experimental and is hidden behind a feature flag. Learn more about it and how
|
||||
to enable it in the [Index Module guide](https://docs.medusajs.com/learn/fundamentals/module-links/index-module).
|
||||
The Index Module is currently experimental and is hidden behind a feature flag. Learn more about it and how to enable it in the [Index Module guide](https://docs.medusajs.com/learn/fundamentals/module-links/index-module).
|
||||
- name: Inventory Items
|
||||
description: |
|
||||
An inventory item is a stock-kept product whose inventory is managed.
|
||||
@@ -218,6 +218,18 @@ tags:
|
||||
These API routes allow admin users to view and manage notifications.
|
||||
x-associatedSchema:
|
||||
$ref: "#/components/schemas/AdminNotification"
|
||||
- name: Order Changes
|
||||
description: >
|
||||
An order change is a proposed change to an order, such as adding or
|
||||
removing items, changing shipping methods, and more. They can be associated
|
||||
with order edits, claims, or exchanges.
|
||||
|
||||
These API routes allow admin users to manage order changes.
|
||||
externalDocs:
|
||||
description: Learn more about order changes.
|
||||
url: https://docs.medusajs.com/resources/commerce-modules/order/order-change
|
||||
x-associatedSchema:
|
||||
$ref: "#/components/schemas/AdminOrderChange"
|
||||
- name: Order Edits
|
||||
description: >
|
||||
An order edit is a change to an order's details, such as items, shipping
|
||||
|
||||
Reference in New Issue
Block a user