Skip to main content

InventoryListResponse

ZEPETO.Inventory.InventoryListResponse

The InventoryListResponse class provides the API call result and the product inventory information list.

Hierarchy

Constructors

constructor

new InventoryListResponse()

Overrides

ProductBaseResponse.constructor

Properties

isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

ProductBaseResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

ProductBaseResponse.message


products

products: InventoryRecord[]

List of product inventory information.

Accessors

ErrorCode

get ErrorCode(): ProductError

Retrieves the error code for a failed product request.

Returns

ProductError

Inherited from

ZEPETO_Product.ProductBaseResponse.ErrorCode