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 TopResponse
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : initiateProductSync_response
Type:
Show Source
object
-
jobDescription:
string
Description of the sync job.
-
jobId:
string
Id of the sync Job.
-
jobName:
string
Name of the sync Job.
-
startTime:
string
Start time of the sync job.
-
status:
string
Status of the sync job.
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.|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code