The Job Service has Entities and Operations concerned with jobs created in Norce Commerce.
The Job Service has Entities and Operations concerned with jobs created in Norce Commerce.
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Job/Get
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Job/Get?id=0'{ "Fail": 0, "Insert": 0, "IsFinished": true, "JobId": 0, "LastUpdated": "string", "RunTime": "string", "Start": "string", "StatusId": 0, "Stop": "string", "StorageName": "http://example.com", "Totals": 0, "Updates": 0 }
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Job/GetLog
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Job/GetLog?id=0'{ "SeverityId": 0, "Message": "string", "TimeStamp": "string", "ImportedRow": "string" }
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Job/List
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Job/List[ { "Fail": 0, "Insert": 0, "IsFinished": true, "JobId": 0, "LastUpdated": "string", "RunTime": "string", "Start": "string", "StatusId": 0, "Stop": "string", "StorageName": "http://example.com", "Totals": 0, "Updates": 0 } ]
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Job/Restart
curl -i -X POST \
'https://customer-slug.api-se.norce.tech/commerce/connect/4.0/Job/Restart?id=0'{ "StatusCode": "string", "Description": "string", "JobId": "string", "ValidationSummary": { "NrOfItemsInTotal": 0, "NrOfValidationFailures": 0, "Messages": [ … ] } }