ShipmentFinished

Description

This method will be called by the MPS Portal when an order assigned to the Distribution Center or Supplier is finalized.

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 ShipmentFinished(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.