what are the resources in rest architecture
Resources are identified by logical URLs;
it is the key element of a RESTful design.
Unlike, SOAP web services in REST, you view
the product data as a resource and this
resource should contain all the required information.