| 1 | <?php  | 
            ||
| 8 | class UpdateOrderShippingStatusApi 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  | 
            ||
| 38 | |||
| 39 | /**  | 
            ||
| 40 |      * {@inheritdoc} | 
            ||
| 41 | */  | 
            ||
| 42 | public function expectsFormFields(): bool  | 
            ||
| 46 | }  |