dataImport
post
/ccadmin/v1/webhook/dataImport
The details of data import in the Oracle Commerce Cloud
Request
Supported Media Types
- application/json
Body Parameter
The details of the data import
Root Schema : dataImport_request
The details of the data import
{
"processId":"import_123",
"standalone":{
"result":{
"successCount":1,
"failureCount":0
},
"format":"xml",
"id":"test001"
},
"metaLink":"http://example.com/123456789/importStatus.zip"
}
- bundleItems
-
Type:
arraybundleItemsAdditional Properties Allowed:The process item details for bundle mode - metaLink
-
Type:
stringThe meta link url to status file. - processId
-
Type:
stringThe process id of the data import job. - standaloneItem
-
Type:
objectstandaloneItemAdditional Properties Allowed:The process item details for standalone mode.
Nested Schema : bundleItems
Nested Schema : standaloneItem
Type:
objectThe process item details for standalone mode.
- format
-
Type:
stringThe plugin format - id
-
Type:
stringThe unique id of the plugin - result
-
Type:
objectresultAdditional Properties Allowed:Plugin results information.
Nested Schema : items
Type:
object- fileName
-
Type:
stringThe plugin import file - format
-
Type:
stringThe plugin format - id
-
Type:
stringThe unique id of the plugin - result
-
Type:
objectresultAdditional Properties Allowed:Plugin results information.
Nested Schema : result
Type:
objectPlugin results information.
- failureCount
-
Type:
integerNumber of failed entities imported - successCount
-
Type:
integerNumber of successful entities imported
Nested Schema : result
Type:
objectPlugin results information.
- failureCount
-
Type:
integerNumber of failed entities imported - successCount
-
Type:
integerNumber of successful entities imported
Response
Supported Media Types
- application/json
200 Response
No response is returned as this is an event webhook
Body
Root Schema : emptyResponse