mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-18 23:48:56 +02:00
617 B
617 B
sidebar_position |
---|
1 |
Get order list
Returns the community's order list
Function GetOrderList(Val Parameters = "") Export
Parameter | CLI option | Type | Destination |
---|---|---|---|
Parameters | --auth | Structure Of String | Authorization JSON or path to .json |
Returns: Map Of KeyAndValue - Serialized JSON response from VK
Parameters = GetVKParameters();
Result = OPI_VK.GetOrderList(Parameters);
oint vk GetOrderList --auth %auth%