Method | Description | |
---|---|---|
GetBasePath ( ) : String |
Gets the base path of the API client.
|
|
InventoryModuleApi ( |
Initializes a new instance of the InventoryModuleApi class.
|
|
InventoryModuleApi ( String basePath ) : System |
Initializes a new instance of the InventoryModuleApi class.
|
|
InventoryModuleGetProductInventories ( string productId ) : List |
Get inventories of product Get inventories of product for each fulfillment center.
|
|
InventoryModuleGetProductInventoriesAsync ( string productId ) : System.Threading.Tasks.Task
|
Get inventories of product Get inventories of product for each fulfillment center.
|
|
InventoryModuleGetProductsInventories ( List |
Get inventories of products Get inventory of products for each fulfillment center.
|
|
InventoryModuleGetProductsInventoriesAsync ( List
|
Get inventories of products Get inventory of products for each fulfillment center.
|
|
InventoryModuleUpsertProductInventory ( |
Upsert inventory Upsert (add or update) given inventory of product.
|
|
InventoryModuleUpsertProductInventoryAsync ( |
Upsert inventory Upsert (add or update) given inventory of product.
|
|
SetBasePath ( String basePath ) : void |
Sets the base path of the API client.
|
public InventoryModuleApi ( |
||
apiClient | an instance of ApiClient (optional) | |
return | System |
public InventoryModuleApi ( String basePath ) : System | ||
basePath | String | |
return | System |
public InventoryModuleGetProductInventories ( string productId ) : List |
||
productId | string | Product id |
return | List |
public InventoryModuleGetProductInventoriesAsync ( string productId ) : System.Threading.Tasks.Task
|
||
productId | string | Product id |
return | System.Threading.Tasks.Task
|
public InventoryModuleGetProductsInventories ( List |
||
ids | List |
Products ids |
return | List |
public InventoryModuleGetProductsInventoriesAsync ( List
|
||
ids | List |
Products ids |
return | System.Threading.Tasks.Task
|
public InventoryModuleUpsertProductInventory ( |
||
inventory | Inventory to upsert | |
productId | string | |
return |
public InventoryModuleUpsertProductInventoryAsync ( |
||
inventory | Inventory to upsert | |
productId | string | |
return | System.Threading.Tasks.Task |
public SetBasePath ( String basePath ) : void | ||
basePath | String | The base path |
return | void |