Class ProductInfo

Class Documentation

class ProductInfo

Represents a single product and the information associated with it.

Public Functions

ProductInfo() = default

Public Members

csp::common::String Id

Id of the product.

csp::common::String Title

Title of the product.

csp::common::String CreatedAt

Time the product was created.

csp::common::String Description

Description of the product.

csp::common::Array<ProductVariantInfo> Variants

Array of product variants.

csp::common::Array<csp::common::String> Tags

Array of product tags.

csp::common::Array<ProductMediaInfo> Media

This array holds media for the product.