Product
Interface representing a product. Contains the essential identifiers and attributes of a product.
Extended by
Properties
name
name: string;
Name of the product.
price
price: number;
Price of the product in the system's set currency.
productId
productId: string;
Unique identifier for the product.