Method | Description | |
---|---|---|
CommerceCoreModuleApi ( |
Initializes a new instance of the CommerceCoreModuleApi class.
|
|
CommerceCoreModuleApi ( String basePath ) : System |
Initializes a new instance of the CommerceCoreModuleApi class.
|
|
CommerceGetFulfillmentCenter ( string id ) : |
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 ( |
Update a existing fulfillment center
|
|
CommerceUpdateFulfillmentCenterAsync ( |
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.
|
public CommerceCoreModuleApi ( |
||
apiClient | an instance of ApiClient (optional) | |
return | System |
public CommerceCoreModuleApi ( String basePath ) : System | ||
basePath | String | |
return | System |
public CommerceGetFulfillmentCenter ( string id ) : |
||
id | string | fulfillment center id |
return |
public CommerceGetFulfillmentCenterAsync ( string id ) : System.Threading.Tasks.Task |
||
id | string | fulfillment center id |
return | System.Threading.Tasks.Task |
public CommerceGetFulfillmentCenters ( ) : List |
||
return | List |
public CommerceGetFulfillmentCentersAsync ( ) : System.Threading.Tasks.Task
|
||
return | System.Threading.Tasks.Task
|
public CommerceUpdateFulfillmentCenter ( |
||
center | fulfillment center | |
return |
public CommerceUpdateFulfillmentCenterAsync ( |
||
center | fulfillment center | |
return | System.Threading.Tasks.Task |
public SetBasePath ( String basePath ) : void | ||
basePath | String | The base path |
return | void |