* 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
44 lines
795 B
Markdown
44 lines
795 B
Markdown
# Class: AdminPostOrdersOrderClaimsClaimReq
|
|
|
|
[internal](../modules/internal-12.md).AdminPostOrdersOrderClaimsClaimReq
|
|
|
|
## Properties
|
|
|
|
### claim\_items
|
|
|
|
• `Optional` **claim\_items**: [`Item`](internal-12.Item-2.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:84
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• `Optional` **metadata**: `Record`<`string`, `unknown`\>
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:87
|
|
|
|
___
|
|
|
|
### no\_notification
|
|
|
|
• `Optional` **no\_notification**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:86
|
|
|
|
___
|
|
|
|
### shipping\_methods
|
|
|
|
• `Optional` **shipping\_methods**: [`ShippingMethod`](internal-12.ShippingMethod-2.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:85
|