Development

/plugins/sfAmazonECSPlugin/README

You must first sign up to be able to contribute.

root/plugins/sfAmazonECSPlugin/README

Revision 4809, 0.9 kB (checked in by Jonathan.Wage, 1 year ago)

sfAmazonECSPlugin: Updated plugin to use sfWSDLPlugin

Line 
1 = Symfony Amazon ECS Class =
2
3 This plugin gives you complete functionality to the Amazon ECS Api.
4
5 == Requirements ==
6
7 This plugin requires one other plugin to be present, [wiki:sfWSDLPlugin]
8
9 == Installation ==
10
11 Install plugin from package
12 {{{
13 svn plugin-install http://plugins.symfony-project.com/sfAmazonECSPlugin
14 }}}
15
16 Install plugin from trunk of svn
17 {{{
18 svn co http://svn.symfony-project.com/plugins/sfAmazonECSPlugin
19 }}}
20
21 After installing clear your cache
22 {{{
23 symfony cc
24 }}}
25
26 == List of Methods ==
27
28 Reference the lib/BasesfAmazonECS.class.php to learn the exact functionality of these methods
29
30 {{{
31 BrowseNodeLookup
32 CartAdd
33 CartAddByAsin
34 CartAddByAsinListItemId
35 CartClear
36 CartCreate
37 CartCreateByAsin
38 CartCreateByAsinListItemId
39 CartGet
40 CartModify
41 CartRemove
42 CustomerContentLookup
43 CustomerContentSearch
44 Help
45 ItemLookup
46 ItemSearch
47 ListLookup
48 ListSearch
49 SellerListingLookup
50 SellerListingSearch
51 SellerLookup
52 SimilarityLookup
53 TagLookup
54 TransactionLookup
55 }}}
Note: See TracBrowser for help on using the browser.