gauravcape/m2-csv-import-api

Import api via csv for magento 2

Maintainers

Package info

github.com/gauravcape/m2-csv-import-api

Type:magento2-module

pkg:composer/gauravcape/m2-csv-import-api

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

1.0.2 2023-11-26 21:37 UTC

This package is auto-updated.

Last update: 2026-03-27 03:21:24 UTC


README

Installation :
composer require gauravcape/m2-csv-import-api
Note : tested with composer version 2 for dowloading through composer, otherwise you can dowload it directly

OverView :

This module implement WebAPI for product import via api through Magento CSV

API Information:

Resource Request method Description
{base_url}/rest/default/V1/csvproductimport POST Import Products by csv through API
Note : at Api endpoint, default can be replaced as per you store view


API Body Payload are as :
{
"csv_path_type": "url",
"csv_location": ""
}

Information about payload:
a. csv_path_type can have value : "url" or "local"
b. csv_location can have value : url of csv file or local server path