DetailedTransferStatus interface

Detailed transfer status.

Properties

errorDetails

Error details for transfer execution.

productId

The ID of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server.

productName

The name of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server.

productType

Type of product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server.

skuDescription

The SKU of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server.

transferStatus

Transfer status. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

errorDetails

Error details for transfer execution.

errorDetails?: TransferError

Property Value

productId

The ID of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server.

productId?: string

Property Value

string

productName

The name of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server.

productName?: string

Property Value

string

productType

Type of product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server.

productType?: string

Property Value

string

skuDescription

The SKU of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server.

skuDescription?: string

Property Value

string

transferStatus

Transfer status. NOTE: This property will not be serialized. It can only be populated by the server.

transferStatus?: string

Property Value

string