commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Variables
$
a
d
e
f
g
o
r
s
t
u
•
All
Classes
Namespaces
Functions
Variables
Pages
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Store
StoreSetDistributionChannelsAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Store
;
10
11
use
Commercetools\Api\Models\Channel\ChannelResourceIdentifierCollection
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
StoreSetDistributionChannelsAction
extends
StoreUpdateAction
16
{
17
public
const
FIELD_DISTRIBUTION_CHANNELS
=
'distributionChannels'
;
18
26
public
function
getDistributionChannels
();
27
31
public
function
setDistributionChannels
(?
ChannelResourceIdentifierCollection
$distributionChannels): void;
32
}
15
interface
StoreSetDistributionChannelsAction
extends
StoreUpdateAction
{
…
};
Commercetools\Api\Models\Channel\ChannelResourceIdentifierCollection
Definition
ChannelResourceIdentifierCollection.php:22
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Store\StoreSetDistributionChannelsAction
Definition
StoreSetDistributionChannelsAction.php:16
Commercetools\Api\Models\Store\StoreSetDistributionChannelsAction\FIELD_DISTRIBUTION_CHANNELS
const FIELD_DISTRIBUTION_CHANNELS
Definition
StoreSetDistributionChannelsAction.php:17
Commercetools\Api\Models\Store\StoreSetDistributionChannelsAction\setDistributionChannels
setDistributionChannels(?ChannelResourceIdentifierCollection $distributionChannels)
Commercetools\Api\Models\Store\StoreSetDistributionChannelsAction\getDistributionChannels
getDistributionChannels()
Commercetools\Api\Models\Store\StoreUpdateAction
Definition
StoreUpdateAction.php:15
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Store
Definition
ProductSelectionSetting.php:9
Generated by
1.9.8