\shop\magento2ApiClient

Summary

Methods
Properties
Constants
__construct()
isLoged()
getStores()
getSearchCriteria()
call()
ping()
get()
post()
put()
delete()
$showDetails
$result
METHOD_GET
METHOD_PUT
METHOD_POST
METHOD_DELETE
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

METHOD_GET

METHOD_GET

METHOD_PUT

METHOD_PUT

METHOD_POST

METHOD_POST

METHOD_DELETE

METHOD_DELETE

Properties

$showDetails

$showDetails : 

Type

$result

$result : 

Type

Methods

__construct()

__construct(  $apiUrl,   $userName,   $userPass,   $requestApplicationObject) 

Parameters

$apiUrl
$userName
$userPass
$requestApplicationObject

isLoged()

isLoged() 

getStores()

getStores() 

getSearchCriteria()

getSearchCriteria(  $options,   $addStoreId = false) 

add Filter: $options['filters'][] = array( array(FIELD, VALUE[, CONDITION]) [, array()] ); Atomatisch store ID im Filter, wenn $addStoreId

Parameters

$options
$addStoreId

call()

call(  $url,   $method = self::METHOD_GET,   $data = array(),   $params = array()) 

Parameters

$url
$method
$data
$params

ping()

ping() 

get()

get(  $url,   $params = array()) 

Parameters

$url
$params

post()

post(  $url,   $data = array(),   $params = array()) 

Parameters

$url
$data
$params

put()

put(  $url,   $data = array(),   $params = array()) 

Parameters

$url
$data
$params

delete()

delete(  $url,   $params = array()) 

Parameters

$url
$params