13 lines
255 B
YAML
13 lines
255 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
|