Last updated 3 months ago
Allows the user to download a sample product file.
GET /backend/api/vendor-product/download-product-sample HTTP/1.1 Host: 139.59.67.17 Accept: */*
File downloaded successfully
<?xml version="1.0"?> <object>binary</object>
Upload a file to import images.
The file containing images to be imported
POST /backend/api/vendor-import-datas/import-image HTTP/1.1 Host: 139.59.67.17 Authorization: text Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 17 "file='binary'"
Given images imported successfully
<?xml version="1.0"?> <object> <status>1</status> <message>Given images imported successfully</message> </object>
Handles the import of vendor data by processing a buffer sent via form data.
The buffer containing encoded data
POST /backend/api/vendor-import-datas HTTP/1.1 Host: 139.59.67.17 Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 17 "buffer='text'"
Vendor data imported successfully
<?xml version="1.0"?> <object> <status>1</status> <fileName>./ErrorBulkProduct_1735536997894.xlsx</fileName> </object>