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