16 lines
376 B
YAML
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
|