Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
21 lines
537 B
TypeScript
21 lines
537 B
TypeScript
/**
|
|
* @schema AdminCreateVariantInventoryItem
|
|
* type: object
|
|
* description: The details of the variant-inventory item association.
|
|
* x-schemaName: AdminCreateVariantInventoryItem
|
|
* required:
|
|
* - inventory_item_id
|
|
* - required_quantity
|
|
* properties:
|
|
* required_quantity:
|
|
* type: number
|
|
* title: required_quantity
|
|
* description: The quantity of the variant in the inventory item.
|
|
* inventory_item_id:
|
|
* type: string
|
|
* title: inventory_item_id
|
|
* description: The inventory item's ID.
|
|
*
|
|
*/
|
|
|