Connect Job schemas

Norce Commerce Connect job information.

JobDto

Fail
integer <int32>

Number of items which failed to be imported.

Insert
integer <int32>

Number of inserts in all database tables triggered by import.

IsFinished
boolean

Shows if job is finished.

JobId
integer <int32>

Job identifier.

LastUpdated
string <DateTime>

Timestamp when job information was last updated.

RunTime
string <TimeSpan>

Job duration.

Start
string <DateTime>

Job start time.

StatusId
integer <int32>

Job status:
1 = Initialized
2 = Succeeded
3 = Failed
4 = Validation failed

Stop
string <DateTime>

Job stop time.

StorageName
string <uri>

Relative path to stored import file.

Totals
integer <int32>

Total number of import items.

Updates
integer <int32>

Number of updates in all database tables triggered by import.

JobResponse

StatusCode
string

Status of the job

Description
string

Short message describing the job

JobId
string <int32>

Norce Commerce interal id created for this job. Refer to this for future requests.

object (ValidationSummary)

Validation data for accepted payload

ValidationSummary

NrOfItemsInTotal
integer <int32>

Total number of items in payload.

NrOfValidationFailures
integer <int32>

Number of items that failed initial validation.

Messages
Array of strings

Messages concerning the validation.