publishChangeLists

post

/ccadmin/v1/publishingChangeLists/publish

Publish Change Lists. Start or schedule a publish operation.

Request

Supported Media Types
Body ()
Root Schema : publishChangeLists_request
Type: object
Show Source
Example:
POST /ccadmin/v1/publishingChangeLists/publish
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : publishChangeLists_response
Type: object
Show Source
Example Response (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
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top