Method | Description | |
---|---|---|
GetBasePath ( String basePath ) : String |
Gets the base path of the API client.
|
|
GetProductSku ( string ProductId, string Sku, string Expand ) : |
Get the a sku by product Id and sku Id.
|
|
GetProductSkuAsync ( string ProductId, string Sku, string Expand ) : Task |
Get the a sku by product Id and sku Id.
|
|
GetStatus ( string Sku, string BuId ) : |
Get product status.
|
|
GetStatusAsync ( string Sku, string BuId ) : Task |
Get product status.
|
|
GetStock ( string Sku ) : StockResponse |
Get stock info by sku.
|
|
GetStockAsync ( string Sku ) : Task |
Get stock info by sku.
|
|
ListPrices ( string Sku ) : |
Get a base price.
|
|
ListPricesAsync ( string Sku ) : Task |
Get a base price.
|
|
ListProductSkus ( string ProductId, int Page, int Size, string Expand ) : |
Get the list of product skus.
|
|
ListProductSkusAsync ( string ProductId, int Page, int Size, string Expand ) : Task |
Get the list of product skus.
|
|
ListSchedules ( string Sku ) : PriceList |
Get a list of price schedules.
|
|
ListSchedulesAsync ( string Sku ) : Task |
Get a list of price schedules.
|
|
ListSkuImages ( string ProductId, string Sku ) : ImageListResource |
Get the list of sku images.
|
|
ListSkuImagesAsync ( string ProductId, string Sku ) : Task |
Get the list of sku images.
|
|
SaveProductSku ( string ProductId, SkuResource Body ) : SkuResource |
Create a new sku for a product.
|
|
SaveProductSkuAsync ( string ProductId, SkuResource Body ) : Task |
Create a new sku for a product.
|
|
SaveSchedule ( string Sku, PriceScheduleResource Body ) : PriceScheduleResource |
Save a price schedule.
|
|
SaveScheduleAsync ( string Sku, PriceScheduleResource Body ) : Task |
Save a price schedule.
|
|
SetBasePath ( String basePath ) : void |
Sets the base path of the API client.
|
|
SkusApi ( ApiClient apiClient = null ) : System |
Initializes a new instance of the SkusApi class.
|
|
SkusApi ( String basePath ) : System |
Initializes a new instance of the SkusApi class.
|
|
UpdatePrice ( string Sku, PriceResource Body ) : PriceResource |
Save a base price.
|
|
UpdatePriceAsync ( string Sku, PriceResource Body ) : Task |
Save a base price.
|
|
UpdateProductSku ( string ProductId, string Sku, SkuResource Body ) : SkuResource |
Update a product based on SKU.
|
|
UpdateProductSkuAsync ( string ProductId, string Sku, SkuResource Body ) : Task |
Update a product based on SKU.
|
|
UpdateStatus ( string Sku, string BuId, BusinessUnitResource Body ) : BusinessUnitResource |
Enable or disable sku for sale.
|
|
UpdateStatusAsync ( string Sku, string BuId, BusinessUnitResource Body ) : Task |
Enable or disable sku for sale.
|
|
UpdateStock ( string Sku, StockResource Body ) : StockResponse |
Update stock quantity by sku.
|
|
UpdateStockAsync ( string Sku, StockResource Body ) : Task |
Update stock quantity by sku.
|
public GetBasePath ( String basePath ) : String | ||
basePath | String | |
return | String |
public GetProductSku ( string ProductId, string Sku, string Expand ) : |
||
ProductId | string | |
Sku | string | |
Expand | string | |
return |
public GetProductSkuAsync ( string ProductId, string Sku, string Expand ) : Task |
||
ProductId | string | |
Sku | string | |
Expand | string | |
return | Task |
public GetStatus ( string Sku, string BuId ) : |
||
Sku | string | |
BuId | string | |
return |
public GetStatusAsync ( string Sku, string BuId ) : Task |
||
Sku | string | |
BuId | string | |
return | Task |
public GetStock ( string Sku ) : StockResponse | ||
Sku | string | |
return | StockResponse |
public ListPrices ( string Sku ) : |
||
Sku | string | |
return |
public ListProductSkus ( string ProductId, int Page, int Size, string Expand ) : |
||
ProductId | string | |
Page | int | |
Size | int | |
Expand | string | |
return |
public ListProductSkusAsync ( string ProductId, int Page, int Size, string Expand ) : Task |
||
ProductId | string | |
Page | int | |
Size | int | |
Expand | string | |
return | Task |
public ListSchedules ( string Sku ) : PriceList | ||
Sku | string | |
return | PriceList |
public ListSchedulesAsync ( string Sku ) : Task |
||
Sku | string | |
return | Task |
public ListSkuImages ( string ProductId, string Sku ) : ImageListResource | ||
ProductId | string | |
Sku | string | |
return | ImageListResource |
public ListSkuImagesAsync ( string ProductId, string Sku ) : Task |
||
ProductId | string | |
Sku | string | |
return | Task |
public SaveProductSku ( string ProductId, SkuResource Body ) : SkuResource | ||
ProductId | string | |
Body | SkuResource | |
return | SkuResource |
public SaveProductSkuAsync ( string ProductId, SkuResource Body ) : Task |
||
ProductId | string | |
Body | SkuResource | |
return | Task |
public SaveSchedule ( string Sku, PriceScheduleResource Body ) : PriceScheduleResource | ||
Sku | string | |
Body | PriceScheduleResource | |
return | PriceScheduleResource |
public SaveScheduleAsync ( string Sku, PriceScheduleResource Body ) : Task |
||
Sku | string | |
Body | PriceScheduleResource | |
return | Task |
public SetBasePath ( String basePath ) : void | ||
basePath | String | |
return | void |
public SkusApi ( ApiClient apiClient = null ) : System | ||
apiClient | ApiClient | |
return | System |
public UpdatePrice ( string Sku, PriceResource Body ) : PriceResource | ||
Sku | string | |
Body | PriceResource | |
return | PriceResource |
public UpdatePriceAsync ( string Sku, PriceResource Body ) : Task |
||
Sku | string | |
Body | PriceResource | |
return | Task |
public UpdateProductSku ( string ProductId, string Sku, SkuResource Body ) : SkuResource | ||
ProductId | string | |
Sku | string | |
Body | SkuResource | |
return | SkuResource |
public UpdateProductSkuAsync ( string ProductId, string Sku, SkuResource Body ) : Task |
||
ProductId | string | |
Sku | string | |
Body | SkuResource | |
return | Task |
public UpdateStatus ( string Sku, string BuId, BusinessUnitResource Body ) : BusinessUnitResource | ||
Sku | string | |
BuId | string | |
Body | BusinessUnitResource | |
return | BusinessUnitResource |
public UpdateStatusAsync ( string Sku, string BuId, BusinessUnitResource Body ) : Task |
||
Sku | string | |
BuId | string | |
Body | BusinessUnitResource | |
return | Task |
public UpdateStock ( string Sku, StockResource Body ) : StockResponse | ||
Sku | string | |
Body | StockResource | |
return | StockResponse |
public UpdateStockAsync ( string Sku, StockResource Body ) : Task |
||
Sku | string | |
Body | StockResource | |
return | Task |