Documentation

ShopwareClient
in package

Class ShopwareClient.

Tags
author

Alexander Mahrt amahrt@leadcommerce.de

copyright

2016 LeadCommerce amahrt@leadcommerce.de

Table of Contents

VERSION  = '0.0.1'
$apiKey  : string|null
$baseUrl  : string|null
$client  : Client
$username  : string|null
__call()  : bool
Magically get the query classes.
__construct()  : mixed
ShopwareClient constructor.
getAddressQuery()  :
getArticleQuery()  :
getCacheQuery()  :
getCategoriesQuery()  :
getClient()  : Client
getCountriesQuery()  :
getCustomerGroupsQuery()  :
getCustomerQuery()  :
getGenerateArticleImageQuery()  :
getManufacturersQuery()  :
getMediaQuery()  :
getOrdersQuery()  :
getPropertyGroupsQuery()  :
getShopsQuery()  :
getTranslationsQuery()  :
getVariantsQuery()  :
getVersionQuery()  :
request()  : mixed|ResponseInterface
Does a request.
setClient()  : ShopwareClient

Constants

Properties

Methods

__call()

Magically get the query classes.

public __call( $name[, array<string|int, mixed> $arguments = [] ]) : bool
Parameters
$name :
$arguments : array<string|int, mixed> = []
Return values
bool

__construct()

ShopwareClient constructor.

public __construct( $baseUrl[, null $username = null ][, null $apiKey = null ][, array<string|int, mixed> $guzzleOptions = [] ]) : mixed
Parameters
$baseUrl :
$username : null = null
$apiKey : null = null
$guzzleOptions : array<string|int, mixed> = []
Return values
mixed

getCategoriesQuery()

public getCategoriesQuery() :
Return values

getCountriesQuery()

public getCountriesQuery() :
Return values

getCustomerGroupsQuery()

public getCustomerGroupsQuery() :
Return values

getGenerateArticleImageQuery()

public getGenerateArticleImageQuery() :
Return values

getManufacturersQuery()

public getManufacturersQuery() :
Return values

getPropertyGroupsQuery()

public getPropertyGroupsQuery() :
Return values

getTranslationsQuery()

public getTranslationsQuery() :
Return values

request()

Does a request.

public request( $uri[, string $method = 'GET' ][, null $body = null ][, array<string|int, mixed> $headers = [] ]) : mixed|ResponseInterface
Parameters
$uri :
$method : string = 'GET'
$body : null = null
$headers : array<string|int, mixed> = []
Return values
mixed|ResponseInterface

Search results