Files
medusa-store/docs/api/admin/components/schemas/AdminPostStockLocationsReq.yaml
2023-01-11 18:08:33 +02:00

18 lines
375 B
YAML

type: object
required:
- name
properties:
name:
description: the name of the stock location
type: string
address_id:
description: the stock location address ID
type: string
metadata:
type: object
description: An optional key-value map with additional details
example:
car: white
address:
$ref: ./StockLocationAddressInput.yaml