/
File Upload Status Check (SAP IS Adatper)

File Upload Status Check (SAP IS Adatper)

This operation allows users to check the status of file upload and product image.

  1. Configure the exchange property in Content Modifier:

    • access-token – The token can be retrieved from the global variable set by a separate token store integration flow. See https://pricefx.atlassian.net/wiki/spaces/ACCDEV/pages/3621650736.

    • uniqueId

      • For checking the file upload status, specify file Upload Slot from the response message of the File Upload Operation.

      • For checking if a product image exists for a product record, specify the SKU of the product record.

 

2. Configure the adapter as shown below:

Response Message

For file upload status check, the summary of the data uploaded or processed is returned: {"name":"Product","total":2,"loaded":2,"failed":0,"duplicates":0,"op":"Complete","status":"POSTPROCESSING_DONE","isSlotDeleted":true}

For image upload check, true is returned if the product contains an image: {"value":"true"}

Related content