docs: generate API reference for 2.12.3 (#14341)
This commit is contained in:
@@ -92,6 +92,19 @@ tags:
|
||||
</Note>
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreGiftCard.yaml
|
||||
- name: Locales
|
||||
description: >
|
||||
A locale is a language that content is translated into for customers to
|
||||
view in a storefront.
|
||||
|
||||
Medusa installs locales by default. These API routes allow you to retrieve
|
||||
supported locales in the store.
|
||||
externalDocs:
|
||||
description: Learn more about locales and translations.
|
||||
url: >-
|
||||
https://docs.medusajs.com/resources/commerce-modules/translation/concepts
|
||||
x-associatedSchema:
|
||||
$ref: ./components/schemas/StoreLocale.yaml
|
||||
- name: Orders
|
||||
description: |
|
||||
Guest and registered customers can view orders they placed.
|
||||
@@ -286,6 +299,8 @@ paths:
|
||||
$ref: paths/store_gift-cards_{idOrCode}.yaml
|
||||
/store/gift-cards/{idOrCode}/redeem:
|
||||
$ref: paths/store_gift-cards_{idOrCode}_redeem.yaml
|
||||
/store/locales:
|
||||
$ref: paths/store_locales.yaml
|
||||
/store/orders:
|
||||
$ref: paths/store_orders.yaml
|
||||
/store/orders/{id}:
|
||||
|
||||
Reference in New Issue
Block a user