1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-18 23:48:56 +02:00
OpenIntegrations/docs/en/md/VK/Order-management/Get-order-list.md
2024-06-09 01:01:18 +03:00

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%