20 lines
443 B
TypeScript
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.
|
|
*
|
|
*/
|
|
|