Files
medusa-store/docs/api/admin/components/schemas/AdminInventoryItemsDeleteRes.yaml
2023-02-09 09:50:55 +02:00

14 lines
326 B
YAML

type: object
properties:
id:
type: string
description: The ID of the deleted Inventory Item.
object:
type: string
description: The type of the object that was deleted.
format: inventory_item
deleted:
type: boolean
description: Whether or not the Inventory Item was deleted.
default: true