We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
search
1 parent 3c77a22 commit 673272cCopy full SHA for 673272c
src/Fapi/FapiClient/EndPoints/Orders.php
@@ -20,4 +20,13 @@ public function __construct(FapiRestClient $client)
20
$this->path = '/orders';
21
}
22
23
+ /**
24
+ * @param array<mixed> $parameters
25
+ * @return array<mixed>
26
+ */
27
+ public function search(array $parameters = []): array
28
+ {
29
+ return $this->client->getSingularResource($this->path . '/search', $parameters);
30
+ }
31
+
32
0 commit comments