chore(docs): Generated API Reference (#3813)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-12 11:56:12 +02:00
committed by GitHub
parent 25672dbb77
commit d83fcfd9ea
10 changed files with 32 additions and 12 deletions

View File

@@ -1602,7 +1602,7 @@ paths:
includes_tax: true
})
.then(({ currency }) => {
console.log(currency.id);
console.log(currency.code);
});
- lang: Shell
label: cURL
@@ -16196,7 +16196,7 @@ paths:
// must be previously logged in or use api token
medusa.admin.store.addCurrency('eur')
.then(({ store }) => {
console.log(store.id);
console.log(store.currencies);
});
- lang: Shell
label: cURL
@@ -16253,7 +16253,7 @@ paths:
// must be previously logged in or use api token
medusa.admin.store.deleteCurrency('eur')
.then(({ store }) => {
console.log(store.id);
console.log(store.currencies);
});
- lang: Shell
label: cURL
@@ -21814,6 +21814,9 @@ components:
name:
type: string
description: The name to identify the Product Category by.
description:
type: string
description: An optional text field to describe the Product Category by.
handle:
type: string
description: A handle to be used in slugs.
@@ -21837,6 +21840,9 @@ components:
name:
type: string
description: The name to identify the Product Category by.
description:
type: string
description: An optional text field to describe the Product Category by.
handle:
type: string
description: An optional handle to be used in slugs, if none is provided we will kebab-case the title.