I am looking at the creation of a large ecommerce portal that can be used to select items, update quantity, place orders, and ask the shipper to pick up items. A lot of this is transactional in nature like billing, payment, shipping etc.
RPC approaches seem to be the traditional way of doing such distributed processing.
I am new to REST, and I know the basics. What scenarios can REST be used in a large transactional ecommerce portal?