Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminExchangeOrderResponse.yaml
T
2024-09-18 07:13:51 +00:00

13 lines
265 B
YAML

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