This document discusses using REST APIs for resources beyond basic CRUD operations. It provides examples of representing shopping carts and book printing as RESTful resources. For shopping carts, it describes how to create, read, update, delete, and calculate charges for cart items. For book printing, it outlines how to download a PDF, order a print job, check status, and cancel orders. The document argues that RESTful design should focus on resources and services over CRUD actions.