Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 693 Bytes

Product.md

File metadata and controls

16 lines (12 loc) · 693 Bytes

Product

Properties

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

[Back to Model list] [Back to API list] [Back to README]