library channel-advisor
This package allows you to easily integrate with ChannelAdvisor. This is not the official package.
frankperez87/channel-advisor
This package allows you to easily integrate with ChannelAdvisor. This is not the official package.
- Thursday, October 27, 2016
- by frankperez87
- Repository
- 1 Watchers
- 1 Stars
- 40 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 60 % Grown
Channel Advisor API
This API allows you to connect to the Channel Advisor system in order to manage orders and inventory., (*1)
This is not the official API provided by Channel Advisor.
Still in development., (*2)
Currently Supported Services Include
Admin Related Service
- Admin, (*3)
Order Related Services
- Fulfillment
- Order
- Shipping, (*4)
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');
dev-master
9999999-dev
This package allows you to easily integrate with ChannelAdvisor. This is not the official package.
Sources
Download
by
Frank Perez
v0.1.1
0.1.1.0
This package allows you to easily integrate with ChannelAdvisor. This is not the official package.
Sources
Download
by
Frank Perez
v0.1.0
0.1.0.0
This package allows you to easily integrate with ChannelAdvisor. This is not the official package.
Sources
Download
by
Frank Perez