Files
medusa-store/docs/api/admin/components/schemas/PricedProduct.yaml
2023-01-19 10:06:17 +02:00

11 lines
188 B
YAML

title: Priced Product
type: object
allOf:
- $ref: ./Product.yaml
- type: object
properties:
variants:
type: array
items:
$ref: ./PricedVariant.yaml