| Parameters: | (String) $method = Search |
| (String) $apikey | |
| (String) $output | |
| (String) $Location | |
| (String) $Player | |
| (String<base64>) $Text | |
| (String<base64>) $Author | |
| (String<base64>) $Title | |
| (String) $Page | |
| Description: | Searches the Amazon Website defined by the Location for the given Parameters. The $Text,$Author and $Title Strings have to be base64 encoded data. |
| Return: | XMLElement::searchresponse |
| Parameters: | (String) $method = LoadAlbum |
| (String) $apikey | |
| (String) $output | |
| (String) $Location | |
| (String) $Player | |
| (String) $ASIN | |
| Description: | Searches the Amazon Website defined by the Location for the given Parameters. |
| Return: | XMLElement::searchresponse |
| Parameters: | (String) $method = CreateCart |
| (String) $apikey | |
| (String) $output | |
| (String) $Location | |
| (String) $Player | |
| (Array<String>) $ASINs | |
| Description: | Adds the Items defined by $ASINs to a cart and returns the purchaseurl for that cart. |
| Return: | XMLElement::createcartresponse |
| Parametername: | apikey |
| Type: | String |
| Description: | The apikey to gain access to the MP3-Music-Store API. |
| Supported Values: | Please contact a member of Krohlas&Wingert IT GbR for access for your application. |
| Parametername: | output |
| Type: | String |
| Description: | The output method of the results. |
| Supported Values: | json|xml default: xml |
| Parametername: | Location |
| Type: | String |
| Description: | The Location indicator tells the backend which amazon country specific version to query. |
| Supported Values: | de|fr|co.uk|co.jp |
| Parametername: | Player |
| Type: | String |
| Description: | The Player indicator tells the backend which player the request was routed through in order to assign sales revenue. |
| Supported Values: | Please contact a member of Krohlas&Wingert IT GbR for access for your application. |
| Parametername: | Text |
| Type: | String |
| Description: | The Text string has to be base64 encoded in order to be treated correctly, it contains the Keywords to be searched for. |
| Supported Values: | Any Base64 encoded String. |
| Parametername: | Author |
| Type: | String |
| Description: | The Author string has to be base64 encoded in order to be treated correctly, it contains the Author name to be searched for. |
| Supported Values: | Any Base64 encoded String. |
| Parametername: | Title |
| Type: | String |
| Description: | The Title string has to be base64 encoded in order to be treated correctly, it contains the songtitle to be searched for. |
| Supported Values: | Any Base64 encoded String. |
| Parametername: | Page |
| Type: | String |
| Description: | The Page indicator tells the backend which page of the request to show. |
| Supported Values: | Numbers, default 1. |
| Parametername: | ASIN |
| Type: | String |
| Description: | The ASIN string has to be a valid Amazon Standard Identification Number for the system to return valid output. Please be aware that ASINs may vary according to Location, an ASIN from de might not be valid in us and so on. |
| Supported Values: | Any ASIN recognized by Amazon. |
| Parametername: | ASINs |
| Type: | Array<String> |
| Description: | The ASINs stringarray has to be built out of valid Amazon Standard Identification Numbers for the system to return valid output. Please be aware that ASINs may vary according to Location, an ASIN from de might not be valid in us and so on. |
| Supported Values: | Any Array containing ASINs recognized by Amazon. |
| Content: | XMLElement::albums |
| XMLElement::tracks |
| Content: | XMLElement::Item |
| Comment: | String::title not present |
| Content: | XMLElement::Item |
| Comment: | String::img not present |
| Content: | String::asin |
| String::artist | |
| String::album & | |
| String::albumasin or XMLElement::album | |
| String::title | |
| String::price | |
| String::img | |
| Comment: | String::img and String::title not allways present. The order given here will allways be the order of the output. |
| Content: | String::asin |
| String::artist | |
| String::album | |
| Comment: | Special subtype for XMLElement::item. |
| Content: | String::purchaseurl |
| Comment: |