Skip to main content
Version: 1.14

RS-ORDER microservice

The RS-ORDER microservice allows authenticated users to order files from the REGARDS catalog and download them.
To do so, RS-ORDER provides these functionnalities:

  • an user basket - you can add a selection of catalog products to your cart and order them later
  • create order - you can transform your user basket selection into an order
  • retrieve order status - the order may be running or even wait for user to download a subset of the order (SubOrders)
  • download ordered files
  • process ordered files - your ordered files can be reprocessed before you download them
Max order size

There is no limit on the number of files or even on the size of the files users can order.
Nevertheless, if the order is too big, it will be devided in many groups of files we name SubOrders.
In that case, user has to retrieve available files from the finished SubOrder, before the next one can be processed by the system.

API Guides

REST API

Contributors guides

  • more incomming...