API Methods
From Developer's API
(Difference between revisions)
(→Examples) |
(→API Method Parameters Matrix) |
||
Line 44: | Line 44: | ||
!List Orders | !List Orders | ||
!List Errors | !List Errors | ||
+ | |- | ||
+ | !align="Left"|Key<sup>1</sup> | ||
+ | |align="Center"|• | ||
+ | |align="Center"|• | ||
+ | |align="Center"|• | ||
+ | |align="Center"|• | ||
|- | |- | ||
!align="Left"|Limit Count | !align="Left"|Limit Count | ||
Line 58: | Line 64: | ||
|- | |- | ||
!align="Left"|Sort Column | !align="Left"|Sort Column | ||
− | |||
− | |||
|align="Center"|•<sup>2</sup> | |align="Center"|•<sup>2</sup> | ||
+ | |align="Center"|- | ||
+ | |align="Center"|•<sup>3</sup> | ||
|align="Center"|- | |align="Center"|- | ||
|- | |- | ||
Line 82: | Line 88: | ||
|} | |} | ||
− | :<sup>1</sup> FirstName, LastName | + | :<sup>1</sup> Required for every API call |
+ | |||
+ | :<sup>2</sup> FirstName, LastName | ||
− | :<sup> | + | :<sup>3</sup> GrandTotal |
Revision as of 13:07, 27 May 2008
Calling an API method is done by making a request to a method URI
API Methods are of the form https://{host}/API/{MerchantId}[/{TableName}[/{ItemId}][/{Command}]]
Contents |
Examples
https://localhost/API/118303 Returns a list of Group Level methods available to merchant 118303 https://localhost/API/118303/Products Returns a list Product related methods https://localhost/API/118303/Products/LIST Returns a LIST of Products https://localhost/API/118303/Products/173457882/READ Returns Product details for ProductId 173457882
External links
Clients Methods
Products Methods
Orders Methods
Errors Methods
API Method Parameters Matrix
List Clients List Products List Orders List Errors Key1 • • • • Limit Count • • • - Limit Offset • • • - Sort Column •2 - •3 - Sort Order • - • - Limit Start Date - - • - Limit End Date - - • -
- 1 Required for every API call
- 2 FirstName, LastName
- 3 GrandTotal