gauravcape/m2-csv-import-api
最新稳定版本:1.0.2
Composer 安装命令:
composer require gauravcape/m2-csv-import-api
包简介
Import api via csv for magento 2
README 文档
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 |
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
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-16