Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminClaimOrderResponse.yaml
T
2024-08-15 14:31:35 +00:00

12 lines
183 B
YAML

type: object
description: SUMMARY
x-schemaName: AdminClaimOrderResponse
required:
- order
- claim
properties:
order:
$ref: ./Order.yaml
claim:
$ref: ./AdminClaim.yaml