16 lines
326 B
TypeScript
16 lines
326 B
TypeScript
/**
|
|
* @schema AdminUpdateVariantInventoryItem
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminUpdateVariantInventoryItem
|
|
* required:
|
|
* - required_quantity
|
|
* properties:
|
|
* required_quantity:
|
|
* type: number
|
|
* title: required_quantity
|
|
* description: The product's required quantity.
|
|
*
|
|
*/
|
|
|