Skip to main content
POST
/
commerce
/
rules
/
jobs
Error
A valid request URL is required to generate request examples
{
  "eventIds": [
    "<string>"
  ],
  "jobId": "<string>",
  "jobType": "<string>",
  "skippedCount": 123,
  "stampedCount": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
filter
string | null
jobType
string | null
status
string | null

Response

Created

eventIds
string[] | null
jobId
string | null
jobType
string | null
skippedCount
integer<int32>
stampedCount
integer<int32>