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