Skip to main content

InventoryRecord

ZEPETO.Inventory.InventoryRecord

Inventory product information.

Hierarchy

Constructors

constructor

new InventoryRecord()

Overrides

System.Object.constructor

Properties

createdAt

createdAt: Date

Date and time when the product was added to the inventory.


productId

productId: string

Product ID.


quantity

quantity: bigint

Quantity of the product.


updatedAt

updatedAt: Date

Date and time when the product information was last updated.