C# Класс VirtoCommerce.SwaggerApiClient.Api.CommerceCoreModuleApi

Represents a collection of functions to interact with the API endpoints
Наследование: ICommerceCoreModuleApi
Показать файл Открыть проект

Открытые методы

Метод Описание
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