publishChangeLists

post

/ccadmin/v1/publishingChangeLists/publish

Publish Change Lists. Start or schedule a publish operation.

Request

Supported Media Types
  • application/json
Body Parameter
Root Schema : publishChangeLists_request

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : publishChangeLists_response
Example application/json

{
    "publishRunning":true,
    "statusMessage":"A publish has been successfully initiated."
}
Default Response
The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |31021|A scheduled publish already exists with the specified date and time: {0}| |31020|The scheduled publish date and time: {0} is invalid.| |31022|An internal error occurred while scheduling a publishing operation.| |31033|Invalid input error.| |31030|Could not start publish operation. Another publish operation is currently in progress.|
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object

Examples

Sample Request:

POST /ccadmin/v1/publishingChangeLists/publish

Sample Response Payload returned by endpoint:

{
  "publishRunning": true,
  "statusMessage": "A publish has been successfully initiated."
}