Public
Documentation Settings

Norce Storm Connect examples

Examples based on best practices

AUTHORIZATIONOAuth 2.0

Job

The Job namespace has operations for checking and handling Norce Commerce Connect jobs.
Jobs is used in Asynchronous incoming calls to Norce, where the amount of data can be very large.

Documentation:
https://docs.norce.io/api-reference/connect/jobservice/nc-latest/overview/

AUTHORIZATIONOAuth 2.0
This folder is using OAuth 2.0 from collectionNorce Storm Connect examples

GETPing connect

https://connect.lab.storm.io/4.0/api/Job/Ping

Calls the ping method. Used for checking uptime status of the Norce Commerce Connect component.
It takes no parameters, but requires authentication.
Returns 200 ok if all is up and working.

AUTHORIZATIONOAuth 2.0
This request is using OAuth 2.0 from collectionNorce Storm Connect examples

GETList Jobs

https://connect.lab.storm.io/4.0/api/Job/List

Lists all the jobs run since last log cleanup. Use this to get job ids and call get to get more info.

AUTHORIZATIONOAuth 2.0
This request is using OAuth 2.0 from collectionNorce Storm Connect examples

GETGet Job

https://connect.lab.storm.io/4.0/api/Job/Get?id=notset

Fetches a specific job from its id.

AUTHORIZATIONOAuth 2.0
This request is using OAuth 2.0 from collectionNorce Storm Connect examples
PARAMS
id

notset

Loading