Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 812 Bytes

Product.md

File metadata and controls

17 lines (12 loc) · 812 Bytes

Product

Properties

Name Type Description Notes
id String ID of the product. UUID Version 4.
title String The title of the product.
description Option<String> The description of the product. [optional]
active Option<bool> The active status of a product. [optional]
_type String The type of product.
variants Option<Veccrate::models::ProductVariant> [optional]
categories Option<Veccrate::models::ProductCategory> [optional]

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