Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminExchangeOrderResponse.yaml
T
2024-10-18 17:14:26 +00:00

12 lines
211 B
YAML

type: object
description: The exchange's details.
x-schemaName: AdminExchangeOrderResponse
required:
- order
- exchange
properties:
order:
$ref: ./Order.yaml
exchange:
$ref: ./AdminExchange.yaml