Orders endpoint

Endpoint

/orders/

Request typeDescription
GETRetrieve an array with all the orders in the database. We suggest you to use it only for development purposes.
POSTReceive an array of JSON objects with the information of each order.
PUTSame as POST, but it replace all the orders with the same product_id.