frankperez87/channel-advisor
Composer 安装命令:
composer require frankperez87/channel-advisor
包简介
This package allows you to easily integrate with ChannelAdvisor. This is not the official package.
README 文档
README
This API allows you to connect to the Channel Advisor system in order to manage orders and inventory.
This is not the official API provided by Channel Advisor. Still in development.
Currently Supported Services Include
Admin Related Service
- Admin
Order Related Services
- Fulfillment
- Order
- Shipping
Example Usage for Requesting Access
<?php require 'vendor/autoload.php'; $developer_key = 'XXX'; $password = 'XXX'; $account_id = 'XXX'; // Set ChannelAdvisor Account Credentials and Service You Wish To Use $service = ChannelAdvisor\ServiceFactory::make('admin', $developer_key, $password, $account_id); // Output Result $result = $service->requestAccess('local id here');
统计信息
- 总下载量: 119
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-10-19