chore(docs): Generated JS Client Reference (automated) (#2526)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-03 10:08:09 +02:00
committed by GitHub
co-authored by olivermrbl
parent 0b0d50b476
commit 3c6fe30ee7
123 changed files with 1946 additions and 601 deletions
@@ -0,0 +1,53 @@
# Class: Item
[internal](../modules/internal-8.md).Item
## Properties
### metadata
`Optional` **metadata**: `Record`<`string`, `unknown`\>
#### Defined in
medusa/dist/api/routes/admin/draft-orders/create-draft-order.d.ts:198
___
### quantity
**quantity**: `number`
#### Defined in
medusa/dist/api/routes/admin/draft-orders/create-draft-order.d.ts:197
___
### title
`Optional` **title**: `string`
#### Defined in
medusa/dist/api/routes/admin/draft-orders/create-draft-order.d.ts:194
___
### unit\_price
`Optional` **unit\_price**: `number`
#### Defined in
medusa/dist/api/routes/admin/draft-orders/create-draft-order.d.ts:195
___
### variant\_id
`Optional` **variant\_id**: `string`
#### Defined in
medusa/dist/api/routes/admin/draft-orders/create-draft-order.d.ts:196