dataExport
post
/ccadmin/v1/webhook/dataExport
The details of data export in the Oracle Commerce Cloud
Request
Supported Media Types
- application/json
Body Parameter
The details of the data export
Root Schema : dataExport_request
The details of the data export
{
"fileLink":"http://example.com/123456789/exportResults.xml",
"processId":"export_123",
"standalone":{
"result":{
"successCount":1,
"failureCount":0
},
"format":"xml",
"id":"test001"
},
"metaLink":"http://example.com/123456789/exportStatus.zip"
}
- bundleItems
-
Type:
array
bundleItemsAdditional Properties Allowed:The process item details for bundle mode - fileLink
-
Type:
string
The file link url to exported file. - metaLink
-
Type:
string
The meta link url to status file. - processId
-
Type:
string
The process id of the data export job. - standaloneItem
-
Type:
object
standaloneItemAdditional Properties Allowed:The process item details for standalone mode.
Nested Schema : bundleItems
Nested Schema : standaloneItem
Type:
object
The process item details for standalone mode.
- format
-
Type:
string
The plugin format - id
-
Type:
string
The unique id of the plugin - result
-
Type:
object
resultAdditional Properties Allowed:Plugin results information.
Nested Schema : items
Type:
object
- fileName
-
Type:
string
The plugin export file - format
-
Type:
string
The plugin format - id
-
Type:
string
The unique id of the plugin - result
-
Type:
object
resultAdditional Properties Allowed:Plugin results information.
Nested Schema : result
Type:
object
Plugin results information.
- failureCount
-
Type:
integer
Number of failed entities exported - successCount
-
Type:
integer
Number of successful entities exported
Nested Schema : result
Type:
object
Plugin results information.
- failureCount
-
Type:
integer
Number of failed entities exported - successCount
-
Type:
integer
Number of successful entities exported
Response
Supported Media Types
- application/json
200 Response
No response is returned as this is an event webhook
Body
Root Schema : emptyResponse