OrderShippingAddressesApi
extends V2ApiBase
in package
Uses
GetResource, GetAllResources
Tags
Table of Contents
- __construct() : mixed
- get() : ShippingAddress
- getAll() : array<string|int, ShippingAddress>
- getClient() : BaseApiClient
- getParentResourceId() : int|null
- getResourceId() : int|null
- multipleResourceUrl() : string
- singleResourceUrl() : string
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 —get()
public
get() : ShippingAddress
Tags
Return values
ShippingAddress —getAll()
public
getAll([int $page = 1 ][, int $limit = 250 ]) : array<string|int, ShippingAddress>
Parameters
- $page : int = 1
- $limit : int = 250
Tags
Return values
array<string|int, ShippingAddress> —getClient()
public
getClient() : BaseApiClient
Tags
Return values
BaseApiClient —getParentResourceId()
public
getParentResourceId() : int|null
Tags
Return values
int|null —getResourceId()
public
getResourceId() : int|null
Tags
Return values
int|null —multipleResourceUrl()
public
multipleResourceUrl() : string
Tags
Return values
string —singleResourceUrl()
public
singleResourceUrl() : string