Puts an article into the user's shopping basket.
add_basketitem ( String token, int article_id, int quantity, int producttype_size_id, int producttype_color_id )
| Type | Parameter Name | Parameter Description |
|---|---|---|
| string | token | session token |
| int | article_id | article ID |
| int | quantity | number of articles to store in basket |
| int | producttype_size_id | size of articles to store in basket |
| int | producttype_color_id | colour of articles to store in basket |
The return value is a scalar that contains the following:
| Type | Return Value Name | Return Value Description |
|---|---|---|
| int | basketitem_id | basket item ID |
The return string is a standard format error string and implements all standard error and success messages. The following SOAP exceptions represent specific error codes for this method: