Documentation

ProductModifierValuesApi extends ResourceApi
in package

V3ApiBase

Add constructors and some basic scaffolding that will work for all API classes regardless of which endpoints they implement

Tags

Table of Contents

RESOURCE_NAME  = 'values'
VALUE_ENDPOINT  = 'catalog/products/%d/modifiers/%d/values/%d'
VALUES_ENDPOINT  = 'catalog/products/%d/modifiers/%d/values'
__construct()  : mixed
create()  : ProductModifierValueResponse
delete()  : ResponseInterface
get()  : ProductModifierValueResponse
getAll()  : ProductModifierValuesResponse
getClient()  : Client
getParentResourceId()  : int|null
getProductId()  : int
getResourceId()  : int|null
multipleResourceUrl()  : string
setProductId()  : void
singleResourceUrl()  : string
update()  : ProductModifierValueResponse

Constants

Methods

__construct()

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

delete()

public delete() : ResponseInterface
Tags
Return values
ResponseInterface

getParentResourceId()

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

getResourceId()

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

multipleResourceUrl()

public abstract multipleResourceUrl() : string
Tags
Return values
string

setProductId()

public setProductId(int $productId) : void
Parameters
$productId : int
Tags
Return values
void

singleResourceUrl()

public abstract singleResourceUrl() : string
Tags
Return values
string

        

Search results