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

16 lines
376 B
YAML

type: object
required:
- fulfillment_id
properties:
fulfillment_id:
description: The ID of the Fulfillment.
type: string
tracking_numbers:
description: The tracking numbers for the shipment.
type: array
items:
type: string
no_notification:
description: If set to true no notification will be sent related to this Claim.
type: boolean