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 \
 -X POST http://api.example.com/api/pim/validateFile \
 -H "Authorization: Bearer $ACCESS_TOKEN"