Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 675 Bytes

Product.md

File metadata and controls

26 lines (14 loc) · 675 Bytes

Aryeo.Product

Properties

Name Type Description Notes
id String ID of the product. UUID Version 4.
title String The title of the product.
description String The description of the product. [optional]
active Boolean The active status of a product. [optional]
type String The type of product.
variants [ProductVariant] [optional]
categories [ProductCategory] [optional]

Enum: TypeEnum

  • MAIN (value: "MAIN")

  • ADDON (value: "ADDON")