onfuro/linnworks
最新稳定版本:0.18
Composer 安装命令:
composer require onfuro/linnworks
包简介
Linnworks API wrapper
README 文档
README
About
Wrapper for the Linnworks API, as documented at http://apps.linnworks.net/Api
Install
composer require onfuro/linnworks
Usage
$linnworks = Linnworks::make('applicationId', 'applicationSecret', 'token');
$orders = $linnworks->Orders()->getOpenOrders(
25,
1,
null,
null,
'e41b4701-0885-430d-9623-d840d9d46dd6',
null);
Depriciated SDK
Only some of the API has been created. The depreciated SKD folder contains a wide range of the potential API calls.
统计信息
- 总下载量: 403
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 96
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-27