1 | <?php |
||
8 | class GetItemStockInfoApi extends AbstractApi |
||
9 | { |
||
10 | /** |
||
11 | * {@inheritdoc} |
||
12 | */ |
||
13 | public function httpMethod(): HttpMethod |
||
17 | |||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | public function path(): string |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function distillResponse(array $response): array |
||
37 | } |
||
38 |