Skip to main content

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?

optional record?: any

Defined in: type/ProductBulkMoveError.ts:12

The product record that failed to move (JSON data)


rowNumber?

optional rowNumber?: number

Defined in: type/ProductBulkMoveError.ts:14

Row number in the input array where the error occurred