Метод | Описание | |
---|---|---|
GetBasePath ( ) : String |
Gets the base path of the API client.
|
|
PricingModuleApi ( |
Initializes a new instance of the PricingModuleApi class.
|
|
PricingModuleApi ( String basePath ) : System |
Initializes a new instance of the PricingModuleApi class.
|
|
PricingModuleCreatePriceList ( |
Create pricelist
|
|
PricingModuleCreatePriceListAsync ( |
Create pricelist
|
|
PricingModuleCreatePricelistAssignment ( |
Create pricelist assignment
|
|
PricingModuleCreatePricelistAssignmentAsync ( |
Create pricelist assignment
|
|
PricingModuleDeleteAssignments ( List |
Delete pricelist assignments Delete pricelist assignment by given array of ids.
|
|
PricingModuleDeleteAssignmentsAsync ( List |
Delete pricelist assignments Delete pricelist assignment by given array of ids.
|
|
PricingModuleDeletePriceLists ( List |
Delete pricelists Delete pricelists by given array of pricelist ids.
|
|
PricingModuleDeletePriceListsAsync ( List |
Delete pricelists Delete pricelists by given array of pricelist ids.
|
|
PricingModuleGetNewPricelistAssignments ( ) : |
Get a new pricelist assignment Get a new pricelist assignment object. Create new pricelist assignment, but does not save one.
|
|
PricingModuleGetNewPricelistAssignmentsAsync ( ) : System.Threading.Tasks.Task |
Get a new pricelist assignment Get a new pricelist assignment object. Create new pricelist assignment, but does not save one.
|
|
PricingModuleGetPriceListById ( string id ) : void |
Get pricelist
|
|
PricingModuleGetPriceListByIdAsync ( string id ) : System.Threading.Tasks.Task |
Get pricelist
|
|
PricingModuleGetPriceLists ( ) : List |
Get pricelists Get all pricelists for all catalogs.
|
|
PricingModuleGetPriceListsAsync ( ) : System.Threading.Tasks.Task
|
Get pricelists Get all pricelists for all catalogs.
|
|
PricingModuleGetPricelistAssignmentById ( string id ) : void |
Get pricelist assignment
|
|
PricingModuleGetPricelistAssignmentByIdAsync ( string id ) : System.Threading.Tasks.Task |
Get pricelist assignment
|
|
PricingModuleGetPricelistAssignments ( ) : List |
Get pricelist assignments Get array of all pricelist assignments for all catalogs.
|
|
PricingModuleGetPricelistAssignmentsAsync ( ) : System.Threading.Tasks.Task
|
Get pricelist assignments Get array of all pricelist assignments for all catalogs.
|
|
PricingModuleGetProductPriceLists ( string productId ) : void |
Get pricelists for a product Get all pricelists for given product.
|
|
PricingModuleGetProductPriceListsAsync ( string productId ) : System.Threading.Tasks.Task |
Get pricelists for a product Get all pricelists for given product.
|
|
PricingModuleGetProductPrices ( string productId ) : void |
Get array of product prices Get an array of valid product prices for each currency.
|
|
PricingModuleGetProductPricesAsync ( string productId ) : System.Threading.Tasks.Task |
Get array of product prices Get an array of valid product prices for each currency.
|
|
PricingModuleUpdatePriceList ( |
Update pricelist
|
|
PricingModuleUpdatePriceListAssignment ( |
Update pricelist assignment
|
|
PricingModuleUpdatePriceListAssignmentAsync ( |
Update pricelist assignment
|
|
PricingModuleUpdatePriceListAsync ( |
Update pricelist
|
|
PricingModuleUpdateProductPriceLists ( string productId, |
Update prices Update prices of product for given pricelist.
|
|
PricingModuleUpdateProductPriceListsAsync ( string productId, |
Update prices Update prices of product for given pricelist.
|
|
SetBasePath ( String basePath ) : void |
Sets the base path of the API client.
|
public PricingModuleApi ( |
||
apiClient | an instance of ApiClient (optional) | |
Результат | System |
public PricingModuleApi ( String basePath ) : System | ||
basePath | String | |
Результат | System |
public PricingModuleCreatePriceList ( |
||
priceList | ||
Результат |
public PricingModuleCreatePriceListAsync ( |
||
priceList | ||
Результат | System.Threading.Tasks.Task |
public PricingModuleCreatePricelistAssignment ( |
||
assignment | PricelistAssignment | |
Результат |
public PricingModuleCreatePricelistAssignmentAsync ( |
||
assignment | PricelistAssignment | |
Результат | System.Threading.Tasks.Task |
public PricingModuleDeleteAssignments ( List |
||
ids | List |
An array of pricelist assignment ids |
Результат | void |
public PricingModuleDeleteAssignmentsAsync ( List |
||
ids | List |
An array of pricelist assignment ids |
Результат | System.Threading.Tasks.Task |
public PricingModuleDeletePriceLists ( List |
||
ids | List |
An array of pricelist ids |
Результат | void |
public PricingModuleDeletePriceListsAsync ( List |
||
ids | List |
An array of pricelist ids |
Результат | System.Threading.Tasks.Task |
public PricingModuleGetNewPricelistAssignments ( ) : |
||
Результат |
public PricingModuleGetNewPricelistAssignmentsAsync ( ) : System.Threading.Tasks.Task |
||
Результат | System.Threading.Tasks.Task |
public PricingModuleGetPriceListById ( string id ) : void | ||
id | string | Pricelist id |
Результат | void |
public PricingModuleGetPriceListByIdAsync ( string id ) : System.Threading.Tasks.Task | ||
id | string | Pricelist id |
Результат | System.Threading.Tasks.Task |
public PricingModuleGetPriceLists ( ) : List |
||
Результат | List |
public PricingModuleGetPriceListsAsync ( ) : System.Threading.Tasks.Task
|
||
Результат | System.Threading.Tasks.Task
|
public PricingModuleGetPricelistAssignmentById ( string id ) : void | ||
id | string | Pricelist assignment id |
Результат | void |
public PricingModuleGetPricelistAssignmentByIdAsync ( string id ) : System.Threading.Tasks.Task | ||
id | string | Pricelist assignment id |
Результат | System.Threading.Tasks.Task |
public PricingModuleGetPricelistAssignments ( ) : List |
||
Результат | List |
public PricingModuleGetPricelistAssignmentsAsync ( ) : System.Threading.Tasks.Task
|
||
Результат | System.Threading.Tasks.Task
|
public PricingModuleGetProductPriceLists ( string productId ) : void | ||
productId | string | Product id |
Результат | void |
public PricingModuleGetProductPriceListsAsync ( string productId ) : System.Threading.Tasks.Task | ||
productId | string | Product id |
Результат | System.Threading.Tasks.Task |
public PricingModuleGetProductPrices ( string productId ) : void | ||
productId | string | Product id |
Результат | void |
public PricingModuleGetProductPricesAsync ( string productId ) : System.Threading.Tasks.Task | ||
productId | string | Product id |
Результат | System.Threading.Tasks.Task |
public PricingModuleUpdatePriceList ( |
||
priceList | ||
Результат | void |
public PricingModuleUpdatePriceListAssignment ( |
||
assignment | PricelistAssignment | |
Результат | void |
public PricingModuleUpdatePriceListAssignmentAsync ( |
||
assignment | PricelistAssignment | |
Результат | System.Threading.Tasks.Task |
public PricingModuleUpdatePriceListAsync ( |
||
priceList | ||
Результат | System.Threading.Tasks.Task |
public PricingModuleUpdateProductPriceLists ( string productId, |
||
productId | string | Product id |
priceList | Pricelist with new product prices | |
Результат | void |
public PricingModuleUpdateProductPriceListsAsync ( string productId, |
||
productId | string | Product id |
priceList | Pricelist with new product prices | |
Результат | System.Threading.Tasks.Task |
public SetBasePath ( String basePath ) : void | ||
basePath | String | The base path |
Результат | void |