8 lines
182 B
YAML
8 lines
182 B
YAML
allOf:
|
|
- $ref: ./StockLocationDTO.yaml
|
|
- type: object
|
|
properties:
|
|
sales_channels:
|
|
description: The associated sales channels.
|
|
$ref: ./SalesChannel.yaml
|