* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
64 lines
844 B
Markdown
64 lines
844 B
Markdown
# Class: Item
|
|
|
|
[internal](../modules/internal-12.md).Item
|
|
|
|
## Properties
|
|
|
|
### id
|
|
|
|
• **id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:95
|
|
|
|
___
|
|
|
|
### images
|
|
|
|
• **images**: [`Image`](internal-12.Image.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:98
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• `Optional` **metadata**: `object`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:100
|
|
|
|
___
|
|
|
|
### note
|
|
|
|
• `Optional` **note**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:96
|
|
|
|
___
|
|
|
|
### reason
|
|
|
|
• `Optional` **reason**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:97
|
|
|
|
___
|
|
|
|
### tags
|
|
|
|
• **tags**: [`Tag`](internal-12.Tag.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:99
|