Description
This method will be called by the MPS Portal when a new order is placed with the Distribution Center or Supplier.
The MPS Portal sends data in JSON format containing the relevant information. Implementation of this method is not mandatory. If implemented, it will only be called if configured in the MPS Portal.
Syntax
public string ShipmentRequested(string shipmentData)
Parameters
-
shipmentData: data in JSON format containing information about the notification.
Sending a response to the MPS
Click here to learn how to send a response to the MPS Portal by referring to the item Sending a response to the MPS Portal.