Standard
Upload a file to import bulk product data.
Header parameters
AuthorizationstringRequired
Body
filestring · binaryRequired
The zip file containing product data for import
Responses
200
Bulk product data created successfully
400
Bad Request
500
Internal Server Error
post
POST /backend/api/vendor-product/import-product-data HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 17
"file='binary'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Bulk product data created successfully</message>
</object>
Last updated