dataExport

post

/ccadmin/v1/webhook/dataExport

The details of data export in the Oracle Commerce Cloud

Request

Supported Media Types
Body ()
The details of the data export
Root Schema : dataExport_request
Type: object
The details of the data export
Show Source
Example:
{
    "fileLink":"http://example.com/123456789/exportResults.xml",
    "processId":"export_123",
    "standaloneItem":{
        "result":{
            "successCount":1,
            "failureCount":0
        },
        "format":"xml",
        "id":"test001"
    },
    "metaLink":"http://example.com/123456789/exportStatus.zip"
}
Nested Schema : bundleItems
Type: array
The process item details for bundle mode
Show Source
Nested Schema : standaloneItem
Type: object
The process item details for standalone mode.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : result
Type: object
Plugin results information.
Show Source
Nested Schema : result
Type: object
Plugin results information.
Show Source
Back to Top

Response

Supported Media Types

200 Response

No response is returned as this is an event webhook
Body ()
Root Schema : emptyResponse
Show Source
Back to Top