Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
13 lines
251 B
YAML
13 lines
251 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: shipping_profile
|
|
relations:
|
|
- products
|
|
- shipping_options
|
|
required:
|
|
- shipping_profile
|
|
properties:
|
|
shipping_profile:
|
|
description: Shipping profile details.
|
|
$ref: ./ShippingProfile.yaml
|