文件名称:seller-center-sdk
文件大小:123KB
文件格式:ZIP
更新时间:2024-04-16 00:06:57
PHP
卖家中心PHP SDK 安装 推荐的安装SDK的方法是 编辑您的composer.json以添加存储库URL: { "repositories": [ { "type": "git", "url": "https://github.com/LinioIT/seller-center-sdk.git" } ] } 然后要求包装: $ composer require linio/seller-center-sdk 快速开始 配置 要与卖方中心平台进行交互,您需要询问UserID和API KEY,并知道您将使用的服务的URL和版本。 这些值将通过以下Configuration对象使用。 $ configuration = new \ Linio \ SellerCenter \ Appli