| 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
)
Public Overrides Function RetrieveItemDetailsFromRemoteSystem (
template As Template,
callType As String,
user As User,
itemID As String
) As Template
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:
TemplateTemplate with rendered item details
See Also