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

21 lines
429 B
TypeScript

/**
* @schema AdminCreateStockLocationFulfillmentSet
* type: object
* description: The fulfillment set to create.
* required:
* - name
* - type
* properties:
* name:
* type: string
* title: name
* description: The fulfillment set's name.
* type:
* type: string
* title: type
* description: The fulfillment set's type.
* x-schemaName: AdminCreateStockLocationFulfillmentSet
*
*/