C# Class VirtoCommerce.SwaggerApiClient.Api.CommerceCoreModuleApi

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

Méthodes publiques

Méthode 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 méthode

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

CommerceCoreModuleApi() public méthode

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

CommerceGetFulfillmentCenter() public méthode

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

CommerceGetFulfillmentCenterAsync() public méthode

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

CommerceGetFulfillmentCenters() public méthode

Return all fulfillment centers registered in the system
public CommerceGetFulfillmentCenters ( ) : List
Résultat List

CommerceGetFulfillmentCentersAsync() public méthode

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

CommerceUpdateFulfillmentCenter() public méthode

Update a existing fulfillment center
public CommerceUpdateFulfillmentCenter ( VirtoCommerceCoreModuleWebModelFulfillmentCenter center ) : VirtoCommerceCoreModuleWebModelFulfillmentCenter
center VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceCoreModuleWebModelFulfillmentCenter fulfillment center
Résultat VirtoCommerce.SwaggerApiClient.Model.VirtoCommerceCoreModuleWebModelFulfillmentCenter

CommerceUpdateFulfillmentCenterAsync() public méthode

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

GetBasePath() public méthode

Gets the base path of the API client.
public GetBasePath ( ) : String
Résultat String

SetBasePath() public méthode

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