DetailedTransferStatus interface
Detailed transfer status.
Properties
error |
Error details for transfer execution. |
product |
The ID of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server. |
product |
The name of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server. |
product |
Type of product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server. |
sku |
The SKU of the product that is transferred. NOTE: This property will not be serialized. It can only be populated by the server. |
transfer |
Transfer status. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorDetails
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