Files
medusa-store/www/utils/generated/oas-output/schemas/AdminPostOrderEditsUpdateItemQuantityReqSchema.ts
2024-08-20 12:31:06 +02:00

20 lines
443 B
TypeScript

/**
* @schema AdminPostOrderEditsUpdateItemQuantityReqSchema
* type: object
* description: SUMMARY
* x-schemaName: AdminPostOrderEditsUpdateItemQuantityReqSchema
* required:
* - quantity
* properties:
* quantity:
* type: number
* title: quantity
* description: The order edit's quantity.
* internal_note:
* type: string
* title: internal_note
* description: The order edit's internal note.
*
*/