gauravcape/m2-csv-import-api

Import api via csv for magento 2

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:magento2-module

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

1.0.2 2023-11-26 21:37 UTC

This package is auto-updated.

Last update: 2025-12-27 02:45:47 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