Files
medusa-store/docs/api/admin/components/schemas/AdminPostOrdersOrderRefundsReq.yaml
2022-12-22 17:09:49 +02:00

18 lines
408 B
YAML

type: object
required:
- amount
- reason
properties:
amount:
description: The amount to refund.
type: integer
reason:
description: The reason for the Refund.
type: string
note:
description: A note with additional details about the Refund.
type: string
no_notification:
description: If set to true no notification will be send related to this Refund.
type: boolean