OnPremConnector.AvailableProductAttributes Method |
Gets a list of the names of all product and variant attributes that has been imported to eSales.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.0
Syntaxpublic IList<string> AvailableProductAttributes()
Return Value
Type:
IList<String>A list of attribute names.
See Also