Files
medusa-store/docs/api/admin/components/schemas/AdminInventoryItemsLocationLevelsRes.yaml
2023-04-04 21:02:44 +03:00

18 lines
369 B
YAML

type: object
required:
- inventory_item
properties:
inventory_item:
type: object
required:
- id
- location_levels
properties:
id:
description: The id of the location
location_levels:
description: List of stock levels at a given location
type: array
items:
$ref: ./InventoryLevelDTO.yaml