The following JSON-RPC methods are supported (try these using the MainHandler test page):
- addCallBack(item)
- addItemCart(newItemCart)
- changeNoteOrder(orderID, note)
- changeStatusOrder(orderID, status)
- checkIsFollow(memberID)
- checkUsernameExist(username)
- deleteOrder(orderID)
- deleteProduct(ProductID)
- deleteWalletTransaction(WalletTransactionID)
- editMember(item, oldPassword)
- editProduct(item)
- editWalletTransaction(item)
- followMember(memberID)
- forgetPassword(username, email, wordVerification)
- getExtendInfoOfMember()
- getInitDataOrder()
- getListCart()
- getListCategoryHasAttribute(condition)
- getListCategoryTree()
- getListCommentProduct(condition, begin, end)
- getListDetailOrder(condition, begin, end)
- getListEvaluateProduct(condition, begin, end)
- getListNews()
- getListNotice(begin, end)
- getListOrder(condition, begin, end)
- getListProduct(condition, begin, end)
- getListProductByCategoryID(categoryID)
- getListStatusOrder(isSell)
- getListStatusProduct()
- getListStatusWalletTransaction()
- getListWalletTransaction(condition, begin, end)
- getMoneyOfMember()
- getOrder(orderID)
- getPhoneMember(productID)
- getProduct(ProductID)
- getServerDatetime()
- getTotalAmountInCart()
- getWalletTransaction(WalletTransactionID)
- insertCommentProduct(item)
- insertCommentProductChild(item)
- insertContact(item)
- insertEvaluateProduct(item)
- insertProduct(item)
- insertWalletTransaction(item)
- likeCommentProduct(commentID)
- likeEvaluateProduct(evaluateID)
- likeProduct(productID)
- login(userName, password)
- loginFast(userName, password)
- logout()
- orderMyCart()
- ratingStarOrder(orderItem)
- readNotice(noticeID)
- recoveryPassword(member)
- registerMember(item, wv)
- registerMemberFast(item)
- removeAllItemCart()
- removeItemCart(productID)
- resetPassword(MemberID, key, newPass)
- system.about()
- Returns a summary about the server implementation for display purposes.
- system.listMethods()
- Returns an array of method names implemented by this service.
- system.version()
- Returns the version server implementation using the major, minor, build and revision format.
- updateCart(itemCart)
- updateNoHasNoticeMember()
The following method(s) of this service are marked as idempotent and therefore safe for use with HTTP GET:
- system.about
- system.listMethods
- system.version