コード例 #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.
コード例 #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.
コード例 #3
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('BrowseNodeLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
コード例 #4
0
ファイル: help_cart_create.php プロジェクト: pzb/cloudfusion
--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.
コード例 #5
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('SellerListingSearch', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
コード例 #6
0
ファイル: help_list_search.php プロジェクト: pzb/cloudfusion
--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.
コード例 #7
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('SimilarityLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
コード例 #8
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('CustomerContentSearch', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
コード例 #9
0
ファイル: help_tag_lookup.php プロジェクト: pzb/cloudfusion
--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.
コード例 #10
0
ファイル: help_cart_get.php プロジェクト: pzb/cloudfusion
--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.
コード例 #11
0
ファイル: help_cart_add.php プロジェクト: pzb/cloudfusion
--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.
コード例 #12
0
ファイル: help_cart_modify.php プロジェクト: pzb/cloudfusion
--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.
コード例 #13
0
ファイル: help_cart_clear.php プロジェクト: pzb/cloudfusion
--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.
コード例 #14
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('VehiclePartLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
コード例 #15
0
ファイル: help_list_lookup.php プロジェクト: pzb/cloudfusion
--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.
コード例 #16
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('TransactionLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
コード例 #17
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('CustomerContentLookup', 'Operation');
// View list
print_r($response);
?>

--EXPECT--
All possible options for this operation.
コード例 #18
0
ファイル: help_item_lookup.php プロジェクト: pzb/cloudfusion
--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.
コード例 #19
0
ファイル: help_item_search.php プロジェクト: pzb/cloudfusion
--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.