Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
13 lines
218 B
YAML
13 lines
218 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: price_list
|
|
relations:
|
|
- customer_groups
|
|
- prices
|
|
required:
|
|
- price_list
|
|
properties:
|
|
price_list:
|
|
description: Price List details.
|
|
$ref: ./PriceList.yaml
|