ElSembrador MRGi Cloud Rest API

ElSembrador MRGi Cloud Rest API

api.elsembrador.mrgi-portal.com is a back end Internet of Things (IoT) portal used by a national and global international food distributor. With the portal, the food distributor is able to keep track of all their supply chain activities. It helps them manage relationships with big customers such as Walmart. This uses athernex 4 layer experimental implementation, please refer to the documents provided in cloud.mrginnovations.com

The api.elsembrador.mrgi-portal.com provides users with an intuitive interface to manage orders, inventory levels, payment transactions, shipping and other supply chain operations. It also allows them to monitor and preview customer orders in real-time. Additionally, it is equipped with a suite of analytics tools that can be used to gain insights into market trends, customer behavior, and other performance indicators.

The portal is secure and easy to use. All data is stored in a secure database, and access is restricted to authenticated users. The food distributor is able to customize security settings and access levels based on user roles.

Overall, api.elsembrador.mrgi-portal.com is an excellent tool for an international food distributor. It provides valuable insights and control over supply chain activities, making it easier and faster to meet customer needs and expectations.


REST-API Instructions:

api.elsembrador.mrgi-portal.com is equipped with an advanced REST-API that enables customers to connect their own systems to the portal for integration. Following are the simple steps that need to be followed to create a secure connection using the REST-API:

  1. Generate an API key by logging in to the portal.
  2. Configure authentication settings such as permissions and user roles.
  3. Create the REST-API request using the syntax provided by the portal.
  4. Send the request and receive a response in JSON format (make sure to have the appropriate authorization token provided in the cloud.mrginnovations.com portal)
  5. Handle errors and take appropriate action.
  6. Generate reports on supply chain performance to gain insights.

#Conclusion

api.elsembrador.mrgi-portal.com is a powerful back end portal that enables a global international food distributor to better manage their supply chain activities. It provides a secure and intuitive interface to manage orders, track inventories, perform payment transactions, ship goods, and generate analytics reports. The advanced REST-API allows customers to connect their own systems for integration and automation. for example endpoints:


orders:

                    
  • /v4/api/orders - Get orders tree length
  • /v4/api/orders/{ordersPerPage}/{PageIndex}/ - Get {OrderID}s \
  • /v4/api/orders/{OrderID}/ read/update/delete orders (/all/ provides nested endpoints),
  • /v4/api/orders/{OrderID}/?filter=datapoint1;datapoint2;datapoint3 fast retreival of only the selected fields of data at the endpoint.
  • /v4/api/orders/add - Create new order (orders not validated by administration in under 48 hours get destroyed permanently)

inventory:

                    
  • /v4/api/inventory - Get inventory tree length
  • /v4/api/inventory/{inventoryPerPage}/{PageIndex}/ - Get {OrderID}s \
  • /v4/api/inventory/{OrderID}/ read/update/delete inventory (/all/ provides nested endpoints),
  • /v4/api/inventory/{OrderID}/?filter=datapoint1;datapoint2;datapoint3 fast retreival of only the selected fields of data at the endpoint.
  • /v4/api/inventory/add - Create new order (inventory not validated by administration in under 48 hours get destroyed permanently)

payment:

                    
  • /v4/api/payment - Get payment tree length
  • /v4/api/payment/{paymentPerPage}/{PageIndex}/ - Get {OrderID}s \
  • /v4/api/payment/{OrderID}/ read/update/delete payment (/all/ provides nested endpoints),
  • /v4/api/payment/{OrderID}/?filter=datapoint1;datapoint2;datapoint3 fast retreival of only the selected fields of data at the endpoint.
  • /v4/api/payment/add - Create new order (payment not validated by administration in under 48 hours get destroyed permanently)

shipping:

                    
  • /v4/api/shipping - Get shipping tree length
  • /v4/api/shipping/{shippingPerPage}/{PageIndex}/ - Get {OrderID}s \
  • /v4/api/shipping/{OrderID}/ read/update/delete shipping (/all/ provides nested endpoints),
  • /v4/api/shipping/{OrderID}/?filter=datapoint1;datapoint2;datapoint3 fast retreival of only the selected fields of data at the endpoint.
  • /v4/api/shipping/add - Create new order (shipping not validated by administration in under 48 hours get destroyed permanently)

analytics:

                    
  • /v4/api/analytics - Get analytics tree length
  • /v4/api/analytics/{analyticsPerPage}/{PageIndex}/ - Get {OrderID}s \
  • /v4/api/analytics/{OrderID}/ read/update/delete analytics (/all/ provides nested endpoints),
  • /v4/api/analytics/{OrderID}/?filter=datapoint1;datapoint2;datapoint3 fast retreival of only the selected fields of data at the endpoint.
  • /v4/api/analytics/add - Create new order (analytics not validated by administration in under 48 hours get destroyed permanently)

In conclusion, the api.elsembrador.mrgi-portal.com facilitates digital transformations for food distributors around the world. It helps them make data-driven decisions, streamline operations, and better serve their customers.