Documentation

StoreInformationApi extends V2ApiBase
in package

Tags

Table of Contents

__construct()  : mixed
get()  : StoreInformation
Returns metadata about a store.
getClient()  : BaseApiClient
getParentResourceId()  : int|null
getResourceId()  : int|null
storeInformation()  : StoreInformation
Returns metadata about a store.
time()  : int
Returns the system timestamp at the time of the request.

Methods

__construct()

public __construct(BaseApiClient $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed
Parameters
$client : BaseApiClient
$resourceId : int|null = null
$parentResourceId : int|null = null
Tags
Return values
mixed

getParentResourceId()

public getParentResourceId() : int|null
Tags
Return values
int|null

getResourceId()

public getResourceId() : int|null
Tags
Return values
int|null

time()

Returns the system timestamp at the time of the request.

public time() : int

The time resource is useful for validating API authentication details and testing client connections.

Tags
throws
GuzzleException
Return values
int

        

Search results