Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCreateVariantInventoryItem.ts
github-actions[bot] 21badd069d chore(docs): Updated API Reference (v2) (#9437)
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>
2024-10-03 07:48:54 +00:00

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.
*
*/