Documentation

PriceListAssignmentsApi extends V3ApiBase
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

FILTER_CHANNEL_ID  = 'channel_id'
FILTER_CUSTOMER_GROUP_ID  = 'customer_group_id'
FILTER_ID  = 'id'
FILTER_PRICE_LIST_ID  = 'price_list_id'
__construct()  : mixed
create()  : ResponseInterface
deleteAll()  : ResponseInterface
getAll()  : PriceListAssignmentsResponse
getClient()  : Client
getParentResourceId()  : int|null
getResourceId()  : int|null

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

deleteAll()

public deleteAll(array<string|int, mixed> $filters) : ResponseInterface
Parameters
$filters : array<string|int, mixed>
Tags
Return values
ResponseInterface

getParentResourceId()

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

getResourceId()

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

        

Search results