Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminCreateFulfillmentLabel.yaml
2025-10-31 16:15:46 +02:00

21 lines
479 B
YAML

type: object
description: Details of the fulfillment label to create.
required:
- tracking_number
- tracking_url
- label_url
properties:
tracking_number:
type: string
title: tracking_number
description: The label's tracking number.
tracking_url:
type: string
title: tracking_url
description: The label's tracking URL.
label_url:
type: string
title: label_url
description: The label's URL.
x-schemaName: AdminCreateFulfillmentLabel