Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminClaimRequestResponse.yaml
T
2024-08-16 06:46:04 +00:00

15 lines
258 B
YAML

type: object
description: SUMMARY
x-schemaName: AdminClaimRequestResponse
required:
- return
- order_preview
- claim
properties:
return:
$ref: ./AdminReturn.yaml
order_preview:
$ref: ./OrderPreview.yaml
claim:
$ref: ./AdminClaim.yaml