storePublishingChangeList

post

/ccadmin/v1/publishingChangeLists

Store Publishing Change List. Store a list of change item IDs for later dependency calculations or selective publishing

Request

Supported Media Types
Body ()
Root Schema : storePublishingChangeList_request
Type: object
Show Source
  • changeItemIds
    Array of change item IDs to store. Required only if the "q" parameter is not provided. If the "q" parameter is provided, then "changeItemIds" can be left off or it should only contain change IDs not already covered by the "q" parameter.
  • An optional query filter string (in the SCM filter format) used in lieu of or in addition to the "changeItemIds" for identifying the criteria for what change items to store.
Example:
{
    "q":"(assetType eq \"price\")",
    "changeItemIds":[
        "ID1",
        "ID2",
        "ID3"
    ]
}
Nested Schema : changeItemIds
Type: array
Array of change item IDs to store. Required only if the "q" parameter is not provided. If the "q" parameter is provided, then "changeItemIds" can be left off or it should only contain change IDs not already covered by the "q" parameter.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : storePublishingChangeList_response
Type: object
Show Source
Example Response (application/json)
{
    "changeListId":"N2ECA3RrG1jLYZjN4Q6XTNrkjc_10000"
}

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| |------------------|------------------| |31034|List of input change item IDs not found|
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