commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
ResourceByProjectKeyInStoreKeyByStoreKey.php
1 <?php
2 
3 declare(strict_types=1);
10 
12 use GuzzleHttp\ClientInterface;
13 use Psr\Http\Message\UploadedFileInterface;
14 
19 {
23  public function __construct(array $args = [], ClientInterface $client = null)
24  {
25  parent::__construct('/{projectKey}/in-store/key={storeKey}', $args, $client);
26  }
27 
31  {
32  $args = $this->getArgs();
33 
34  return new ResourceByProjectKeyInStoreKeyByStoreKeyCarts($args, $this->getClient());
35  }
39  {
40  $args = $this->getArgs();
41 
43  }
47  {
48  $args = $this->getArgs();
49 
50  return new ResourceByProjectKeyInStoreKeyByStoreKeyMe($args, $this->getClient());
51  }
55  {
56  $args = $this->getArgs();
57 
59  }
63  {
64  $args = $this->getArgs();
65 
66  return new ResourceByProjectKeyInStoreKeyByStoreKeyLogin($args, $this->getClient());
67  }
71  {
72  $args = $this->getArgs();
73 
75  }
79  {
80  $args = $this->getArgs();
81 
83  }
87  {
88  $args = $this->getArgs();
89 
91  }
95  {
96  $args = $this->getArgs();
97 
99  }
103  {
104  $args = $this->getArgs();
105 
107  }
111  {
112  $args = $this->getArgs();
113 
115  }
119  {
120  $args = $this->getArgs();
121 
123  }
124 }