dataImport
post
                    /ccadmin/v1/webhook/dataImport
The details of data import in the Oracle Commerce Cloud
                Request
Supported Media Types
                - application/json
The details of the data import
                
                
                
                Root Schema : dataImport_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe details of the data import
    
    
    
    
        Show Source
        - 
            bundleItems(optional): 
            array  bundleItems
            
            The process item details for bundle mode
- 
            failedAssociationsFileLink(optional): 
            string
            The link url to failed records associationss file. This is an optional property and only available when running in ProductsV2 plugin mode
- 
            failedRecordsFileLink(optional): 
            string
            The link url to failed records file.
- 
            metaLink(optional): 
            string
            The meta link url to status file.
- 
            processId(optional): 
            string
            The process id of the data import job.
- 
            standaloneItem(optional): 
            object  standaloneItem
            
            The process item details for standalone mode.
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 : standaloneItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe process item details for standalone mode.
    
    
    
    
        Show Source
        - 
            format(optional): 
            string
            The plugin format
- 
            id(optional): 
            string
            The unique id of the plugin
- 
            result(optional): 
            object  result
            
            Plugin results information.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            fileName(optional): 
            string
            The plugin import file
- 
            format(optional): 
            string
            The plugin format
- 
            id(optional): 
            string
            The unique id of the plugin
- 
            result(optional): 
            object  result
            
            Plugin results information.
Nested Schema : result
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPlugin results information.
    
    
    
    
        Show Source
        - 
            failureCount(optional): 
            integer
            Number of failed entities imported
- 
            successCount(optional): 
            integer
            Number of successful entities imported
Nested Schema : result
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPlugin results information.
    
    
    
    
        Show Source
        - 
            failureCount(optional): 
            integer
            Number of failed entities imported
- 
            successCount(optional): 
            integer
            Number of successful entities imported
Response
Supported Media Types
                - application/json
200 Response
No response is returned as this is an event webhook