DetailedTransferStatus interface
Detailed transfer status.
Properties
| error |
Error details for transfer execution. |
| product |
The ID of the product that is transferred. |
| product |
The name of the product that is transferred. |
| product |
Type of product that is transferred. |
| sku |
The SKU of the product that is transferred. |
| transfer |
Transfer status. |
Property Details
errorDetails
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