Products
Retrieves the list of products, which are goods and services.
Table Specific Information
Select
This view returns a list of products for the authenticated user.
The only filter supported by the PayPal API is Id. Server-side processing is only supported for the '=' operator.
The connector processes other filters client side within the connector.
For example, the following queries are processed server side.
SELECT * FROM Products SELECT * FROM Products WHERE Id = 'PP-D-12345'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The ID of the product. | |
| CreateTime | Datetime | The date and time when the product was created, in Internet date and time format. | |
| Description | String | The product description. | |
| Name | String | The product name. |