docs: generate API reference for 2.12.3 (#14341)

This commit is contained in:
Shahed Nasser
2025-12-17 18:19:46 +02:00
committed by GitHub
parent c0ec54fc15
commit 52e965f411
134 changed files with 7706 additions and 12 deletions

View File

@@ -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}: