listTransactionsForMultipleOrders( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves information about payments and refunds associated with all specified orders.

The listTransactionsForMultipleOrders() function returns a Promise that resolves when the specified orders' transaction records are retrieved.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage eCommerce - all permissions
Read eCommerce - all read permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Read Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
orderIdsArray<string>Required

Order IDs for which to retrieve transactions.

Returns
Return Type:Promise<ListTransactionsForMultipleOrdersResponse>
Was this helpful?
Yes
No