Files
medusa-store/www/utils/generated/oas-output/schemas/AdminPostClaimsShippingActionReqSchema.ts
2024-09-17 19:27:20 +02:00

21 lines
569 B
TypeScript

/**
* @schema AdminPostClaimsShippingActionReqSchema
* type: object
* description: The details to update in the shipping method.
* x-schemaName: AdminPostClaimsShippingActionReqSchema
* properties:
* custom_amount:
* type: number
* title: custom_amount
* description: The shipping method's custom amount.
* internal_note:
* type: string
* title: internal_note
* description: A note only viewed by admin users.
* metadata:
* type: object
* description: The claim's metadata, can hold custom key-value pairs.
*
*/