DetailedTransferStatus interface

Detailed transfer status.

Properties

errorDetails

Error details for transfer execution.

productId

The ID of the product that is transferred.

productName

The name of the product that is transferred.

productType

Type of product that is transferred.

skuDescription

The SKU of the product that is transferred.

transferStatus

Transfer status.

Property Details

errorDetails

Error details for transfer execution.

errorDetails?: TransferError

Property Value

productId

The ID of the product that is transferred.

productId?: string

Property Value

string

productName

The name of the product that is transferred.

productName?: string

Property Value

string

productType

Type of product that is transferred.

productType?: string

Property Value

string

skuDescription

The SKU of the product that is transferred.

skuDescription?: string

Property Value

string

transferStatus

Transfer status.

transferStatus?: string

Property Value

string