Метод | Описание | |
---|---|---|
CartModuleApplyCoupon ( string cartId, string couponCode ) : |
Apply coupon for shopping cart
|
|
CartModuleApplyCouponAsync ( string cartId, string couponCode ) : System.Threading.Tasks.Task |
Apply coupon for shopping cart
|
|
CartModuleCreate ( |
Create shopping cart
|
|
CartModuleCreateAsync ( |
Create shopping cart
|
|
CartModuleDeleteCarts ( List |
Delete shopping carts by ids
|
|
CartModuleDeleteCartsAsync ( List |
Delete shopping carts by ids
|
|
CartModuleGetCartById ( string id ) : void |
Get shopping cart by id
|
|
CartModuleGetCartByIdAsync ( string id ) : System.Threading.Tasks.Task |
Get shopping cart by id
|
|
CartModuleGetCurrentCart ( string storeId, string customerId ) : void |
Get shopping cart by store id and customer id
|
|
CartModuleGetCurrentCartAsync ( string storeId, string customerId ) : System.Threading.Tasks.Task |
Get shopping cart by store id and customer id
|
|
CartModuleGetPaymentMethods ( string cartId ) : List |
Get payment methods for shopping cart
|
|
CartModuleGetPaymentMethodsAsync ( string cartId ) : System.Threading.Tasks.Task
|
Get payment methods for shopping cart
|
|
CartModuleGetPaymentMethodsForStore ( string storeId ) : List |
Get payment methods for store
|
|
CartModuleGetPaymentMethodsForStoreAsync ( string storeId ) : System.Threading.Tasks.Task
|
Get payment methods for store
|
|
CartModuleGetShipmentMethods ( string cartId ) : List |
Get shipping methods for shopping cart
|
|
CartModuleGetShipmentMethodsAsync ( string cartId ) : System.Threading.Tasks.Task
|
Get shipping methods for shopping cart
|
|
CartModuleSearchCarts ( string criteriaKeyword, string criteriaCustomerId, string criteriaStoreId, int criteriaStart, int criteriaCount ) : |
Search for shopping carts by criteria
|
|
CartModuleSearchCartsAsync ( string criteriaKeyword, string criteriaCustomerId, string criteriaStoreId, int criteriaStart, int criteriaCount ) : System.Threading.Tasks.Task |
Search for shopping carts by criteria
|
|
CartModuleUpdate ( |
Update shopping cart
|
|
CartModuleUpdateAsync ( |
Update shopping cart
|
|
GetBasePath ( ) : String |
Gets the base path of the API client.
|
|
SetBasePath ( String basePath ) : void |
Sets the base path of the API client.
|
|
ShoppingCartModuleApi ( |
Initializes a new instance of the ShoppingCartModuleApi class.
|
|
ShoppingCartModuleApi ( String basePath ) : System |
Initializes a new instance of the ShoppingCartModuleApi class.
|
public CartModuleApplyCoupon ( string cartId, string couponCode ) : |
||
cartId | string | Shopping cart id |
couponCode | string | Coupon code |
Результат |
public CartModuleApplyCouponAsync ( string cartId, string couponCode ) : System.Threading.Tasks.Task |
||
cartId | string | Shopping cart id |
couponCode | string | Coupon code |
Результат | System.Threading.Tasks.Task |
public CartModuleCreate ( |
||
cart | Shopping cart model | |
Результат | void |
public CartModuleCreateAsync ( |
||
cart | Shopping cart model | |
Результат | System.Threading.Tasks.Task |
public CartModuleDeleteCarts ( List |
||
ids | List |
Array of shopping cart ids |
Результат | void |
public CartModuleDeleteCartsAsync ( List |
||
ids | List |
Array of shopping cart ids |
Результат | System.Threading.Tasks.Task |
public CartModuleGetCartById ( string id ) : void | ||
id | string | Shopping cart id |
Результат | void |
public CartModuleGetCartByIdAsync ( string id ) : System.Threading.Tasks.Task | ||
id | string | Shopping cart id |
Результат | System.Threading.Tasks.Task |
public CartModuleGetCurrentCart ( string storeId, string customerId ) : void | ||
storeId | string | Store id |
customerId | string | Customer id |
Результат | void |
public CartModuleGetCurrentCartAsync ( string storeId, string customerId ) : System.Threading.Tasks.Task | ||
storeId | string | Store id |
customerId | string | Customer id |
Результат | System.Threading.Tasks.Task |
public CartModuleGetPaymentMethods ( string cartId ) : List |
||
cartId | string | Shopping cart id |
Результат | List |
public CartModuleGetPaymentMethodsAsync ( string cartId ) : System.Threading.Tasks.Task
|
||
cartId | string | Shopping cart id |
Результат | System.Threading.Tasks.Task
|
public CartModuleGetPaymentMethodsForStore ( string storeId ) : List |
||
storeId | string | Store id |
Результат | List |
public CartModuleGetPaymentMethodsForStoreAsync ( string storeId ) : System.Threading.Tasks.Task
|
||
storeId | string | Store id |
Результат | System.Threading.Tasks.Task
|
public CartModuleGetShipmentMethods ( string cartId ) : List |
||
cartId | string | Shopping cart id |
Результат | List |
public CartModuleGetShipmentMethodsAsync ( string cartId ) : System.Threading.Tasks.Task
|
||
cartId | string | Shopping cart id |
Результат | System.Threading.Tasks.Task
|
public CartModuleSearchCarts ( string criteriaKeyword, string criteriaCustomerId, string criteriaStoreId, int criteriaStart, int criteriaCount ) : |
||
criteriaKeyword | string | Gets or sets the value of search criteria keyword |
criteriaCustomerId | string | Gets or sets the value of search criteria customer id |
criteriaStoreId | string | Gets or sets the value of search criteria store id |
criteriaStart | int | Gets or sets the value of search criteria skip records count |
criteriaCount | int | Gets or sets the value of search criteria page size |
Результат |
public CartModuleSearchCartsAsync ( string criteriaKeyword, string criteriaCustomerId, string criteriaStoreId, int criteriaStart, int criteriaCount ) : System.Threading.Tasks.Task |
||
criteriaKeyword | string | Gets or sets the value of search criteria keyword |
criteriaCustomerId | string | Gets or sets the value of search criteria customer id |
criteriaStoreId | string | Gets or sets the value of search criteria store id |
criteriaStart | int | Gets or sets the value of search criteria skip records count |
criteriaCount | int | Gets or sets the value of search criteria page size |
Результат | System.Threading.Tasks.Task |
public CartModuleUpdate ( |
||
cart | Shopping cart model | |
Результат |
public CartModuleUpdateAsync ( |
||
cart | Shopping cart model | |
Результат | System.Threading.Tasks.Task |
public SetBasePath ( String basePath ) : void | ||
basePath | String | The base path |
Результат | void |
public ShoppingCartModuleApi ( |
||
apiClient | an instance of ApiClient (optional) | |
Результат | System |
public ShoppingCartModuleApi ( String basePath ) : System | ||
basePath | String | |
Результат | System |