ShipmentAnalyzing

Description

This method will be called by the MPS Portal when it begins processing an order assigned to the Distribution Center.

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