C# 클래스 VirtoCommerce.SwaggerApiClient.Api.InventoryModuleApi

Represents a collection of functions to interact with the API endpoints
상속: IInventoryModuleApi
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal

공개 메소드들

메소드 설명
GetBasePath ( ) : String

Gets the base path of the API client.

InventoryModuleApi ( ApiClient apiClient = null ) : System

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 ids ) : List

Get inventories of products Get inventory of products for each fulfillment center.

InventoryModuleGetProductsInventoriesAsync ( List ids ) : System.Threading.Tasks.Task>

Get inventories of products Get inventory of products for each fulfillment center.

InventoryModuleUpsertProductInventory ( VirtoCommerceInventoryModuleWebModelInventoryInfo inventory, string productId ) : VirtoCommerceInventoryModuleWebModelInventoryInfo

Upsert inventory Upsert (add or update) given inventory of product.

InventoryModuleUpsertProductInventoryAsync ( VirtoCommerceInventoryModuleWebModelInventoryInfo inventory, string productId ) : System.Threading.Tasks.Task

Upsert inventory Upsert (add or update) given inventory of product.

SetBasePath ( String basePath ) : void

Sets the base path of the API client.

메소드 상세

GetBasePath() 공개 메소드

Gets the base path of the API client.
public GetBasePath ( ) : String
리턴 String

InventoryModuleApi() 공개 메소드

Initializes a new instance of the InventoryModuleApi class.
public InventoryModuleApi ( ApiClient apiClient = null ) : System
apiClient VirtoCommerce.SwaggerApiClient.Client.ApiClient an instance of ApiClient (optional)
리턴 System

InventoryModuleApi() 공개 메소드

Initializes a new instance of the InventoryModuleApi class.
public InventoryModuleApi ( String basePath ) : System
basePath String
리턴 System

InventoryModuleGetProductInventories() 공개 메소드

Get inventories of product Get inventories of product for each fulfillment center.
public InventoryModuleGetProductInventories ( string productId ) : List
productId string Product id
리턴 List

InventoryModuleGetProductInventoriesAsync() 공개 메소드

Get inventories of product Get inventories of product for each fulfillment center.
public InventoryModuleGetProductInventoriesAsync ( string productId ) : System.Threading.Tasks.Task>
productId string Product id
리턴 System.Threading.Tasks.Task>

InventoryModuleGetProductsInventories() 공개 메소드

Get inventories of products Get inventory of products for each fulfillment center.
public InventoryModuleGetProductsInventories ( List ids ) : List
ids List Products ids
리턴 List

InventoryModuleGetProductsInventoriesAsync() 공개 메소드

Get inventories of products Get inventory of products for each fulfillment center.
public InventoryModuleGetProductsInventoriesAsync ( List ids ) : System.Threading.Tasks.Task>
ids List Products ids
리턴 System.Threading.Tasks.Task>

InventoryModuleUpsertProductInventory() 공개 메소드

Upsert inventory Upsert (add or update) given inventory of product.
public InventoryModuleUpsertProductInventory ( VirtoCommerceInventoryModuleWebModelInventoryInfo inventory, string productId ) : VirtoCommerceInventoryModuleWebModelInventoryInfo
inventory VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceInventoryModuleWebModelInventoryInfo Inventory to upsert
productId string
리턴 VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceInventoryModuleWebModelInventoryInfo

InventoryModuleUpsertProductInventoryAsync() 공개 메소드

Upsert inventory Upsert (add or update) given inventory of product.
public InventoryModuleUpsertProductInventoryAsync ( VirtoCommerceInventoryModuleWebModelInventoryInfo inventory, string productId ) : System.Threading.Tasks.Task
inventory VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceInventoryModuleWebModelInventoryInfo Inventory to upsert
productId string
리턴 System.Threading.Tasks.Task

SetBasePath() 공개 메소드

Sets the base path of the API client.
public SetBasePath ( String basePath ) : void
basePath String The base path
리턴 void