CSVIEController
class CSVIEController extends Controller
Class CSVIEController defines routes for managing export/import entites
Methods
API route for import category from CSV file
API route for import brand from CSV file
API route for import brand images from CSV file
API route for import attribute from CSV file
API route for import product from CSV file
API route for import product images from CSV file
Backend route for category export to CSV file
Backend route for product export to CSV file
Backend route for brand export to CSV file
Backend route for attributes export to CSV file
Details
at line 48
JsonResponse
saveCategoryCSVAction(ArrayCollection $categoryCSV)
API route for import category from CSV file
at line 64
JsonResponse
saveBrandCSVAction(ArrayCollection $brandCSV)
API route for import brand from CSV file
at line 79
JsonResponse
saveBrandImagesAction(ArrayCollection $brandImageUploadJSON)
API route for import brand images from CSV file
at line 94
JsonResponse
saveAttributeCSVAction(ArrayCollection $attributeCSV)
API route for import attribute from CSV file
at line 110
JsonResponse
saveProductCSVAction(ArrayCollection $productCSV)
API route for import product from CSV file
at line 125
JsonResponse
saveProductImagesAction(ArrayCollection $productImageUploadJSON)
API route for import product images from CSV file
at line 140
Response
convertToCSVCategoryAction(ArrayCollection $categoryExportJSON)
Backend route for category export to CSV file
at line 155
Response
convertToCSVProductAction(ArrayCollection $productExportJSON)
Backend route for product export to CSV file
at line 170
Response
convertToCSVBrandAction(ArrayCollection $brandExportJSON)
Backend route for brand export to CSV file
at line 185
Response
convertToCSVAttributeAction(ArrayCollection $attributeExportJSON)
Backend route for attributes export to CSV file