Validate File

POST /api/pim/validateFile

Validates a document and returns the number of product in the file and the number of product in the PIM

Query parameters

  • Supplier ID to validate

    Default value is empty.

Responses

POST /api/pim/validateFile
curl \
 --request POST http://api.example.com/api/pim/validateFile \
 --header "Authorization: Bearer $ACCESS_TOKEN"