⌨️Result type specifications

Response from the API endpoint...

ActionResult

PropertyTypeDescription

Quantities

Quantity Totals

Items

Items result details

ActionResultQuantities

PropertyTypeDescription

Total

integer

Total Products Processed

Ok

integer

Ok Products quantity

Error

integer

Products with errors quantity

Warning

integer

Products with warnings quantity

Info

integer

Products with information quantity

ItemResult

PropertyTypeDescription

ItemNumber

integer

Item number

ValidationLevel

{

Id (integer),

Name(string)

}

Worst validation Level

99 = Ok,

2 = Info, 1 = Warning,

0 = Error

KeyField

string

Fixed: SKU

KeyValue

string

Product SKU

Messages

Validation Messages

ValidationMessage

PropertyTypeDescription

Level

{

Id (integer), Name(string)

}

Severity Level:

99 = Ok,

2 = Info,

1 = Warning, 0 = Error

Code

integer

Unique error code

Message

string

Error description

ValidatedValue

string

Validated Value (ex: Price, Sky, Qty)

Last updated