메소드 | 설명 | |
---|---|---|
CreateCustomerAsync ( |
||
CustomerService ( ) : System.Collections.Generic | ||
GetCustomerAsync ( string email, string storeId ) : Task |
||
GetOrderAsync ( string storeId, string customerId, string orderNumber ) : Task |
||
GetOrdersAsync ( string storeId, string customerId, string query, int skip, int take ) : Task |
||
UpdateCustomerAsync ( |
||
UpdateOrderAsync ( VirtoCommerce order ) : System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
GetContactAsync ( string email ) : Task |
public CreateCustomerAsync ( |
||
customer | ||
리턴 | Task |
public CustomerService ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public GetCustomerAsync ( string email, string storeId ) : Task |
||
string | ||
storeId | string | |
리턴 | Task |
public GetOrderAsync ( string storeId, string customerId, string orderNumber ) : Task |
||
storeId | string | |
customerId | string | |
orderNumber | string | |
리턴 | Task |
public GetOrdersAsync ( string storeId, string customerId, string query, int skip, int take ) : Task |
||
storeId | string | |
customerId | string | |
query | string | |
skip | int | |
take | int | |
리턴 | Task |
public UpdateCustomerAsync ( |
||
customer | ||
리턴 | System.Threading.Tasks.Task |
public UpdateOrderAsync ( VirtoCommerce order ) : System.Threading.Tasks.Task | ||
order | VirtoCommerce | |
리턴 | System.Threading.Tasks.Task |