request = $request; } /** * @inheritdoc */ public function getShipmentData(): array { return $this->request->getParam('shipment', []); } }