Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
13 lines
263 B
YAML
13 lines
263 B
YAML
type: object
|
|
required:
|
|
- fulfillment_id
|
|
properties:
|
|
fulfillment_id:
|
|
description: The ID of the Fulfillment.
|
|
type: string
|
|
tracking_numbers:
|
|
description: An array of tracking numbers for the shipment.
|
|
type: array
|
|
items:
|
|
type: string
|