Method | Description | |
---|---|---|
GetBasePath ( String basePath ) : String |
Gets the base path of the API client.
|
|
GetProduct ( string ProductId, string Expand ) : |
Get the product by product id.
|
|
GetProductAsync ( string ProductId, string Expand ) : Task |
Get the product by product id.
|
|
ListProductAttributes ( string ProductId ) : |
Get the list of product attributes.
|
|
ListProductAttributesAsync ( string ProductId ) : Task |
Get the list of product attributes.
|
|
ListProducts ( int Page, int Size, string Expand ) : |
Get the list of products.
|
|
ListProductsAsync ( int Page, int Size, string Expand ) : Task |
Get the list of products.
|
|
PatchProduct ( string ProductId, |
Partialy update the product.
|
|
PatchProductAsync ( string ProductId, |
Partialy update the product.
|
|
ProductsApi ( |
Initializes a new instance of the ProductsApi class.
|
|
ProductsApi ( String basePath ) : System |
Initializes a new instance of the ProductsApi class.
|
|
SaveProduct ( |
Create a new product.
|
|
SaveProductAsync ( |
Create a new product.
|
|
SetBasePath ( String basePath ) : void |
Sets the base path of the API client.
|
|
UpdateProduct ( string ProductId, |
Update the product.
|
|
UpdateProductAsync ( string ProductId, |
Update the product.
|
public GetBasePath ( String basePath ) : String | ||
basePath | String | |
return | String |
public GetProduct ( string ProductId, string Expand ) : |
||
ProductId | string | |
Expand | string | |
return |
public GetProductAsync ( string ProductId, string Expand ) : Task |
||
ProductId | string | |
Expand | string | |
return | Task |
public ListProductAttributes ( string ProductId ) : |
||
ProductId | string | |
return |
public ListProductAttributesAsync ( string ProductId ) : Task |
||
ProductId | string | |
return | Task |
public ListProducts ( int Page, int Size, string Expand ) : |
||
Page | int | |
Size | int | |
Expand | string | |
return |
public ListProductsAsync ( int Page, int Size, string Expand ) : Task |
||
Page | int | |
Size | int | |
Expand | string | |
return | Task |
public PatchProduct ( string ProductId, |
||
ProductId | string | |
Body | ||
return |
public PatchProductAsync ( string ProductId, |
||
ProductId | string | |
Body | ||
return | Task |
public ProductsApi ( |
||
apiClient | ||
return | System |
public ProductsApi ( String basePath ) : System | ||
basePath | String | |
return | System |
public SaveProduct ( |
||
Body | ||
return |
public SaveProductAsync ( |
||
Body | ||
return | Task |
public SetBasePath ( String basePath ) : void | ||
basePath | String | |
return | void |
public UpdateProduct ( string ProductId, |
||
ProductId | string | |
Body | ||
return |
public UpdateProductAsync ( string ProductId, |
||
ProductId | string | |
Body | ||
return | Task |