C# Class VirtoCommerce.SwaggerApiClient.Api.CommerceCoreModuleApi

Represents a collection of functions to interact with the API endpoints
Inheritance: ICommerceCoreModuleApi
Mostrar archivo Open project: VirtoCommerce/vc-internal

Public Methods

Method Description
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.

Method Details

CommerceCoreModuleApi() public method

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

CommerceCoreModuleApi() public method

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

CommerceGetFulfillmentCenter() public method

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

CommerceGetFulfillmentCenterAsync() public method

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

CommerceGetFulfillmentCenters() public method

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

CommerceGetFulfillmentCentersAsync() public method

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

CommerceUpdateFulfillmentCenter() public method

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

CommerceUpdateFulfillmentCenterAsync() public method

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

GetBasePath() public method

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

SetBasePath() public method

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