Method | Description | |
---|---|---|
ChannelAdvisorManager ( IEnumerable |
||
GetItemsServiceByAccountId ( string accountId ) : IItemsService | ||
GetItemsServiceByAccountName ( string accountName ) : IItemsService | ||
GetListingServiceByAccountId ( string accountId ) : IListingService | ||
GetOrdersServiceByAccountId ( string accountId ) : IOrdersService | ||
GetOrdersServiceByAccountName ( string accountName ) : IOrdersService | ||
GetShippingServiceByAccountId ( string accountId ) : IShippingService | ||
GetShippingServiceByAccountName ( string accountName ) : IShippingService |
public ChannelAdvisorManager ( IEnumerable |
||
accounts | IEnumerable |
|
return | System.Collections.Generic |
public GetItemsServiceByAccountId ( string accountId ) : IItemsService | ||
accountId | string | |
return | IItemsService |
public GetItemsServiceByAccountName ( string accountName ) : IItemsService | ||
accountName | string | |
return | IItemsService |
public GetListingServiceByAccountId ( string accountId ) : IListingService | ||
accountId | string | |
return | IListingService |
public GetOrdersServiceByAccountId ( string accountId ) : IOrdersService | ||
accountId | string | |
return | IOrdersService |
public GetOrdersServiceByAccountName ( string accountName ) : IOrdersService | ||
accountName | string | |
return | IOrdersService |
public GetShippingServiceByAccountId ( string accountId ) : IShippingService | ||
accountId | string | |
return | IShippingService |
public GetShippingServiceByAccountName ( string accountName ) : IShippingService | ||
accountName | string | |
return | IShippingService |