Initiate CPQ products sync

post

/ccadmin/v1/cpq/products/sync

Initiates a CPQ products sync

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : initiateProductSync_response
Type: object
Show Source
Example Response (application/json)
{
    "jobName":"CPQProductsSync",
    "jobId":"999999",
    "jobDescription":"Products sync triggered via API.",
    "startTime":"2025-05-19T09:29:10.103Z",
    "status":"RUNNING"
}

Default Response

The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |-----------|-----------| |65003|CPQ product sync is already in progress. Please try again after the current run is completed.| |65001|Import cannot be initiated because the CPQ product sync is not enabled.| |65000|Your request could not be processed at this moment. Please try again later and if the issue persists, contact us for help.|
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