Example #1
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('VehicleSearch', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #2
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('SellerLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('BrowseNodeLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #4
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('CartCreate', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('SellerListingSearch', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #6
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('ListSearch', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('SimilarityLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('CustomerContentSearch', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #9
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('TagLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #10
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('CartGet', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #11
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('CartAdd', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #12
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('CartModify', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #13
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('CartClear', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('VehiclePartLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #15
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('ListLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('TransactionLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('CustomerContentLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #18
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('ItemLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
Example #19
0
--TEST--
Get a list of all possible options for this operation.

--FILE--
<?php 
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';
// Get a list of available options
$pas = new AmazonPAS();
$response = $pas->help('ItemSearch', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.