Sana Assistant (online)
Table of Contents

PunchoutShipmentsRequestContext reference

This article provides reference material about PunchoutShipmentsRequestContext record.

PunchoutShipmentsRequestContext record contains information needed to handle the shipments request. It is available as a parameter in the OnInvoicesRequestReceivedAsync method of punchout extension.

Properties

PunchoutShipmentsRequestContext record

Request

The current HTTP request.

Response

The HTTP response.

GetInvoicesAsync

The delegate to retrieve shipments. Extension should call this method and pass an identifier of order which shipments should be retrieved from the ERP and the method returns an enumerable of instances of PunchoutShipment.

See also