amazon-mws:与称为MWS的供应商的Amazon API交互

时间:2021-05-02 11:41:34
【文件属性】:
文件名称:amazon-mws:与称为MWS的供应商的Amazon API交互
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-02 11:41:34
PHP 亚马逊商城网络服务 与称为MWS的供应商与Amazon Api的交互 安装: $ composer require mcs/amazon-mws 发起客户 require_once 'vendor/autoload.php' ; $ client = new MCS \ MWSClient ([ 'Marketplace_Id' => '' , 'Seller_Id' => '' , 'Access_Key_ID' => '' , 'Secret_Access_Key' => '' , 'MWSAuthToken' => '' // Optional. Only use this key if you are a third party user/developer ]); // Optionally check if the supplied
【文件预览】:
amazon-mws-master
----src()
--------MWSProduct.php(4KB)
--------MWSClient.php(42KB)
--------MWSEndPoint.php(5KB)
----composer.lock(62KB)
----readme.MD(7KB)
----tests()
--------MWSClientTest.php(1KB)
----.gitignore(60B)
----composer.json(611B)

网友评论