Click or drag to resize

LiveIntegrationAddInRetrieveItemDetailsFromRemoteSystem Method

Retrieves integration customer center item details

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public override Template RetrieveItemDetailsFromRemoteSystem(
	Template template,
	string callType,
	User user,
	string itemID
)

Parameters

template
Type: Dynamicweb.RenderingTemplate
Template to render item details
callType
Type: SystemString
Item type(OpenOrder,Invoice,Credit)
user
Type: Dynamicweb.Security.UserManagementUser
User
itemID
Type: SystemString
item id

Return Value

Type: Template
Template with rendered item details
See Also