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

17 lines
384 B
TypeScript

/**
* @schema AdminCreateFulfillmentShipment
* type: object
* description: Details of the shipment to create for a fulfillment.
* x-schemaName: AdminCreateFulfillmentShipment
* required:
* - labels
* properties:
* labels:
* type: array
* description: The shipment's labels.
* items:
* $ref: "#/components/schemas/AdminCreateFulfillmentLabel"
*
*/