Interface: ProductBulkMoveError
Defined in: type/ProductBulkMoveError.ts:6
Object class for ProductBulkMoveError Error information for a product that failed to move during bulk move operation.
Properties
code
code:
ProductBulkMoveErrorCode
Defined in: type/ProductBulkMoveError.ts:8
Error code indicating the type of error that occurred
messages
messages:
string[]
Defined in: type/ProductBulkMoveError.ts:10
List of error messages describing what went wrong
record?
optionalrecord?:any
Defined in: type/ProductBulkMoveError.ts:12
The product record that failed to move (JSON data)
rowNumber?
optionalrowNumber?:number
Defined in: type/ProductBulkMoveError.ts:14
Row number in the input array where the error occurred