Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCreateFulfillmentLabel.ts
2025-10-31 16:15:46 +02:00

26 lines
590 B
TypeScript

/**
* @schema AdminCreateFulfillmentLabel
* 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
*
*/