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

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

공개 메소드들

메소드 설명
CommerceCoreModuleApi ( ApiClient apiClient = null ) : System

Initializes a new instance of the CommerceCoreModuleApi class.

CommerceCoreModuleApi ( String basePath ) : System

Initializes a new instance of the CommerceCoreModuleApi class.

CommerceGetFulfillmentCenter ( string id ) : VirtoCommerceCoreModuleWebModelFulfillmentCenter

Find fulfillment center by id

CommerceGetFulfillmentCenterAsync ( string id ) : System.Threading.Tasks.Task

Find fulfillment center by id

CommerceGetFulfillmentCenters ( ) : List

Return all fulfillment centers registered in the system

CommerceGetFulfillmentCentersAsync ( ) : System.Threading.Tasks.Task>

Return all fulfillment centers registered in the system

CommerceUpdateFulfillmentCenter ( VirtoCommerceCoreModuleWebModelFulfillmentCenter center ) : VirtoCommerceCoreModuleWebModelFulfillmentCenter

Update a existing fulfillment center

CommerceUpdateFulfillmentCenterAsync ( VirtoCommerceCoreModuleWebModelFulfillmentCenter center ) : System.Threading.Tasks.Task

Update a existing fulfillment center

GetBasePath ( ) : String

Gets the base path of the API client.

SetBasePath ( String basePath ) : void

Sets the base path of the API client.

메소드 상세

CommerceCoreModuleApi() 공개 메소드

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

CommerceCoreModuleApi() 공개 메소드

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

CommerceGetFulfillmentCenter() 공개 메소드

Find fulfillment center by id
public CommerceGetFulfillmentCenter ( string id ) : VirtoCommerceCoreModuleWebModelFulfillmentCenter
id string fulfillment center id
리턴 VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceCoreModuleWebModelFulfillmentCenter

CommerceGetFulfillmentCenterAsync() 공개 메소드

Find fulfillment center by id
public CommerceGetFulfillmentCenterAsync ( string id ) : System.Threading.Tasks.Task
id string fulfillment center id
리턴 System.Threading.Tasks.Task

CommerceGetFulfillmentCenters() 공개 메소드

Return all fulfillment centers registered in the system
public CommerceGetFulfillmentCenters ( ) : List
리턴 List

CommerceGetFulfillmentCentersAsync() 공개 메소드

Return all fulfillment centers registered in the system
public CommerceGetFulfillmentCentersAsync ( ) : System.Threading.Tasks.Task>
리턴 System.Threading.Tasks.Task>

CommerceUpdateFulfillmentCenter() 공개 메소드

Update a existing fulfillment center
public CommerceUpdateFulfillmentCenter ( VirtoCommerceCoreModuleWebModelFulfillmentCenter center ) : VirtoCommerceCoreModuleWebModelFulfillmentCenter
center VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceCoreModuleWebModelFulfillmentCenter fulfillment center
리턴 VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceCoreModuleWebModelFulfillmentCenter

CommerceUpdateFulfillmentCenterAsync() 공개 메소드

Update a existing fulfillment center
public CommerceUpdateFulfillmentCenterAsync ( VirtoCommerceCoreModuleWebModelFulfillmentCenter center ) : System.Threading.Tasks.Task
center VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceCoreModuleWebModelFulfillmentCenter fulfillment center
리턴 System.Threading.Tasks.Task

GetBasePath() 공개 메소드

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

SetBasePath() 공개 메소드

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