GuestPaymentInformation
GuestPaymentInformation is an auto generated table. The supported operations are Querying data from this table.
Table Specific Information
Select
The add-in uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the add-in.
You must specify the CartId column in the WHERE clause to retrieve results from GuestPaymentInformation. CartId can be used only with the equals (=) operator.
For example:
SELECT * FROM [GuestPaymentInformation] WHERE CartId = '123'
Columns
| Name | Type | Description |
| ExtensionAttributes | String | This is an auto-generated column |
| CartId | String | cartId |
| PaymentMethods | String | This is an auto-generated column |
| Totals | String | This is an auto-generated column |