dataImport

post

/ccadmin/v1/webhook/dataImport

The details of data import in the Oracle Commerce Cloud

Request

Supported Media Types
Body ()
The details of the data import
Root Schema : dataImport_request
Type: object
The details of the data import
Show Source
Example:
{
    "processId":"import_123",
    "standaloneItem":{
        "result":{
            "successCount":1,
            "failureCount":0
        },
        "format":"xml",
        "id":"test001"
    },
    "failedRecordsFileLink":"http://example.com/123456789/importFile.zip",
    "metaLink":"http://example.com/123456789/importStatus.zip",
    "failedAssociationsFileLink":"http://example.com/123456789/importFile.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