Sana Assistant (online)
Table of Contents

PunchoutShippingAddressesRequestContext reference

This article provides reference material about PunchoutShippingAddressesRequestContext record.

PunchoutShippingAddressesRequestContext record contains information needed to handle the shipping addresses request. It is available as a parameter in the OnShippingAddressesRequestReceivedAsync method of punchout extension.

Properties

PunchoutShippingAddressesRequestContext record

Request

The current HTTP request.

Response

The HTTP response.

GetShippingAddressesAsync

The delegate to retrieve shipping addresses. Extension should call this method and pass an identifier of customer which shipping addresses should be retrieved from the ERP and the method returns an enumerable of instances of PunchoutShippingAddress.

See also